]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sadc.tproj/Makefile
system_cmds-433.tar.gz
[apple/system_cmds.git] / sadc.tproj / Makefile
index f5649e6df731a33b3df1848c56f9ad1c3b568f67..f9fbd4f1523a4de5b5ecc4e61ed59ba9fae0ae9b 100644 (file)
@@ -1,54 +1,24 @@
-#
-# Generated by the Apple Project Builder.
-#
-# NOTE: Do NOT change this file -- Project Builder maintains it.
-#
-# Put all of your customizations in files called Makefile.preamble
-# and Makefile.postamble (both optional), and Makefile will include them.
-#
-
-NAME = sadc
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+Project = sadc
+Install_Dir = /usr/lib/sa
 
 HFILES = sadc.h
-
 CFILES = sadc.c
+MANPAGES = sa1.8 sa2.8 sadc.8
 
 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble sa1.8 sa1.sh\
             sa2.8 sa2.sh sadc.8
 
+Extra_CC_Flags = -I.
+Extra_Frameworks = -framework CoreFoundation -framework IOKit
 
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /usr/lib/sa
-WINDOWS_INSTALLDIR = /Library/Executables
-PDO_UNIX_INSTALLDIR = /bin
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-FRAMEWORKS = -framework CoreFoundation -framework IOKit
-
-PROJECT_HEADERS = sadc.h
-
-
-
-NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
-WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
-PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
-NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
-WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
-PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
 
--include Makefile.postamble
+Install_Program_Mode = 04555
 
--include Makefile.dependencies
+after_install:
+       $(INSTALL_DIRECTORY) $(DSTROOT)/private/var/log/sa
+       $(INSTALL_DIRECTORY) $(DSTROOT)/$(Install_Dir)
+       $(INSTALL_FILE) sa1.sh $(DSTROOT)$(Install_Dir)/sa1
+       $(CHMOD) 0555 $(DSTROOT)$(Install_Dir)/sa1
+       $(INSTALL_FILE) sa2.sh $(DSTROOT)$(Install_Dir)/sa2
+       $(CHMOD) 0555 $(DSTROOT)$(Install_Dir)/sa2