src/world/bc/Makefile

15 lines
426 B
Makefile

# Makefile - hhl - /usr/src/world/bc
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = bc
patches += bc-configure.patch
no_objdir = 1
include world.mk
export PREFIX = /usr
export CC = $(tgt)-gcc
export HOSTCC = gcc
export HOSTCFLAGS = -std=c99
export CFLAGS = -std=c99 --sysroot=$(DESTDIR)
config_cmd = $(srcdir)/configure.sh -G -O3
include targets.mk