]> git.saurik.com Git - apple/network_cmds.git/blob - telnet.tproj/Makefile
network_cmds-176.tar.gz
[apple/network_cmds.git] / telnet.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 = telnet
11
12 PROJECTVERSION = 2.8
13 PROJECT_TYPE = Tool
14
15 HFILES = externs.h fdset.h general.h krb4-proto.h ring.h types.h\
16 defines.h misc.h misc-proto.h
17
18 CFILES = authenc.c commands.c main.c network.c ring.c sys_bsd.c\
19 telnet.c terminal.c tn3270.c utilities.c
20
21 OTHERSRCS = Makefile.preamble Makefile README telnet.1 Makefile.dist
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 LIBS = -lcurses -lkrb4 -lkrb5 -lipsec
31 DEBUG_LIBS = $(LIBS)
32 PROF_LIBS = $(LIBS)
33
34
35 NEXTSTEP_PB_CFLAGS = -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DAUTHENTICATION -DENCRYPTION -DKRB4 -DKRB5 -DSKEY -DIPSEC -DINET6 -DFORWARD
36 WINDOWS_PB_CFLAGS = -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DAUTHENTICATION -DENCRYPTION -DKRB4 -DKRB5 -DSKEY -DIPSEC -DINET6 -DFORWARD
37 PDO_UNIX_PB_CFLAGS = -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DAUTHENTICATION -DENCRYPTION -DKRB4 -DKRB5 -DSKEY -DIPSEC -DINET6 -DFORWARD
38
39
40 NEXTSTEP_BUILD_OUTPUT_DIR = /$(USER)/BUILD
41
42 NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
43 WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
44 PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
45 NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
46 WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
47 PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac
48
49 include $(MAKEFILEDIR)/platform.make
50
51 -include Makefile.preamble
52
53 include $(MAKEFILEDIR)/$(MAKEFILE)
54
55 -include Makefile.postamble
56
57 -include Makefile.dependencies