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