file_cmds-185.2.tar.gz
[apple/file_cmds.git] / Makefile
1 #
2 # Generated by the NeXT Project Builder.
3 #
4 # NOTE: Do NOT change this file -- Project Builder maintains it.
5 #
6 # Put all of your customizations in files called Makefile.preamble
7 # and Makefile.postamble (both optional), and Makefile will include them.
8 #
9
10 NAME = file_cmds
11
12 PROJECTVERSION = 2.8
13 PROJECT_TYPE = Aggregate
14 ifneq ($(shell tconf --test TARGET_OS_EMBEDDED),YES)
15 #libcrypto missing
16 MTREE=mtree
17 endif
18
19 TOOLS = chflags chmod chown cksum compress cp dd df du install ipcrm ipcs ln ls\
20 mkdir mkfifo mknod $(MTREE) mv pathchk pax rm rmdir rmt shar stat\
21 touch
22
23 OTHERSRCS = PROJECT Makefile.preamble Makefile Makefile.postamble
24
25 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
26 CODE_GEN_STYLE = DYNAMIC
27 MAKEFILE = aggregate.make
28 LIBS =
29 DEBUG_LIBS = $(LIBS)
30 PROF_LIBS = $(LIBS)
31
32 OTHER_LDFLAGS += -dead_strip
33 NEXTSTEP_PB_CFLAGS = -mdynamic-no-pic -no-cpp-precomp -I "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders" -include TargetConditionals.h
34 ifneq ($(SDKROOT),)
35 OTHER_CFLAGS += -isysroot "$(SDKROOT)"
36 OTHER_LDFLAGS += -Wl,-syslibroot,"$(SDKROOT)"
37 endif
38
39 NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build
40
41 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
42 WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
43 PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
44 NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
45 WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
46 PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
47
48 include $(MAKEFILEDIR)/platform.make
49
50 -include Makefile.preamble
51
52 include $(MAKEFILEDIR)/$(MAKEFILE)
53
54 -include Makefile.postamble
55
56 -include Makefile.dependencies