]> git.saurik.com Git - apple/file_cmds.git/blobdiff - Makefile
file_cmds-188.tar.gz
[apple/file_cmds.git] / Makefile
index 4b7ee0b4a0a39fb54c95ad45456dcaeb7109c050..f240adde783d046bda8e1867a3ea6b871c27e0f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,56 +1,15 @@
-#
-# Generated by the NeXT 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.
-#
+Project = file_cmds
 
-NAME = file_cmds
+Embedded = $(shell tconf --test TARGET_OS_EMBEDDED)
 
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Aggregate
-ifneq ($(shell tconf --test TARGET_OS_EMBEDDED),YES)
-#libcrypto missing
-MTREE=mtree
-endif
-
-TOOLS = chflags chmod chown cksum compress cp dd df du install ipcrm ipcs ln ls\
-        mkdir mkfifo mknod $(MTREE) mv pathchk pax rm rmdir rmt shar stat\
+SubProjects = chflags chmod chown cksum compress cp dd df du install \
+       ipcrm ipcs ln ls\
+        mkdir mkfifo mknod mv pathchk pax rm rmdir rmt shar stat\
         touch
 
-OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = aggregate.make
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-OTHER_LDFLAGS += -dead_strip
-NEXTSTEP_PB_CFLAGS = -mdynamic-no-pic -no-cpp-precomp -I "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" -include TargetConditionals.h
-ifneq ($(SDKROOT),)
-OTHER_CFLAGS  += -isysroot "$(SDKROOT)"
-OTHER_LDFLAGS += -Wl,-syslibroot,"$(SDKROOT)"
+ifeq ($(Embedded),NO)
+#libcrypto missing
+SubProjects += mtree
 endif
 
-NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build
-
-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 = $(NEXTDEV_BIN)/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make