]> git.saurik.com Git - apple/file_cmds.git/blame - df/Makefile
file_cmds-184.tar.gz
[apple/file_cmds.git] / df / Makefile
CommitLineData
44a7a5ab
A
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
10NAME = df
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Tool
14
6c780a1f 15CFILES = df.c vfslist.c
44a7a5ab
A
16
17OTHERSRCS = Makefile Makefile.preamble Makefile.postamble df.1
18
19
20MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
21CODE_GEN_STYLE = DYNAMIC
22MAKEFILE = tool.make
23NEXTSTEP_INSTALLDIR = /bin
864a4b6e 24LIBS = -lutil
44a7a5ab
A
25DEBUG_LIBS = $(LIBS)
26PROF_LIBS = $(LIBS)
27
28
29
30
31NEXTSTEP_BUILD_OUTPUT_DIR = /tmp/$(NAME)/Build
32
33NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
34WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
35PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
36NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
37WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
38PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
39
40include $(MAKEFILEDIR)/platform.make
41
42-include Makefile.preamble
43
44include $(MAKEFILEDIR)/$(MAKEFILE)
45
46-include Makefile.postamble
47
48-include Makefile.dependencies
c59d3020 49
864a4b6e 50ALL_CFLAGS += -I/System/Library/Frameworks/System.framework/PrivateHeaders -D_DARWIN_USE_64_BIT_INODE