]> git.saurik.com Git - apple/syslog.git/blame - util.tproj/Makefile
syslog-69.0.3.tar.gz
[apple/syslog.git] / util.tproj / Makefile
CommitLineData
57b0aad2
A
1Project = syslog
2ProductType = tool
3Install_Dir = /usr/bin
b16a592a
A
4
5CFILES = syslog.c
57b0aad2 6MANPAGES = syslog.1
b16a592a 7
57b0aad2
A
8Extra_CC_Flags = -Wall -mdynamic-no-pic \
9 -DINET6 \
10 -I"$(OBJROOT)"/aslcommon
11Extra_LD_Flags = -dead_strip -L"$(SYMROOT)" -laslcommon
b16a592a 12
57b0aad2
A
13# Determine product configuartion
14PRODUCT = $(shell tconf --product)
15ifeq ($(PRODUCT),iPhone)
16Extra_CC_Flags += -DCONFIG_IPHONE
17endif
b16a592a 18
57b0aad2 19include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make