]> git.saurik.com Git - apple/system_cmds.git/blame - getconf.tproj/Makefile.preamble
system_cmds-300.tar.gz
[apple/system_cmds.git] / getconf.tproj / Makefile.preamble
CommitLineData
83f6dbe8
A
1-include ../Makefile.include
2
3$(OBJROOT)/%.c: %.gperf
4 LC_ALL=C awk -f fake-gperf.awk $< > $@
5
6OTHER_CFLAGS += -include _fbsd_compat.h -DAPPLE_GETCONF_UNDERSCORE \
7 -DAPPLE_GETCONF_SPEC
8vpath %.c $(OBJROOT)