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