]> git.saurik.com Git - apple/system_cmds.git/blame - login.tproj/Makefile
system_cmds-431.tar.gz
[apple/system_cmds.git] / login.tproj / Makefile
CommitLineData
1815bff5 1#
83f6dbe8 2# Generated by the NeXT Project Builder.
1815bff5
A
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 = login
11
12PROJECTVERSION = 2.8
13PROJECT_TYPE = Tool
14
34d340d7
A
15Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
16
1815bff5
A
17HFILES = pathnames.h
18
19CFILES = klogin.c login.c
20
21OTHERSRCS = Makefile.preamble Makefile Makefile.postamble login.1
22
23
24MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
25CODE_GEN_STYLE = DYNAMIC
26MAKEFILE = tool.make
27NEXTSTEP_INSTALLDIR = /usr/bin
28WINDOWS_INSTALLDIR = /usr/bin
29PDO_UNIX_INSTALLDIR = /usr/bin
34d340d7 30ifeq "$(Embedded)" "NO"
2fc1e207 31LIBS = -lbsm -lpam -lpam_misc
34d340d7 32endif
1815bff5
A
33DEBUG_LIBS = $(LIBS)
34PROF_LIBS = $(LIBS)
35
36
37
38
39NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
40WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
41PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
42NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
43WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
44PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
45
46include $(MAKEFILEDIR)/platform.make
47
48-include Makefile.preamble
49
50include $(MAKEFILEDIR)/$(MAKEFILE)
51
52-include Makefile.postamble
53
54-include Makefile.dependencies