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