]>
Commit | Line | Data |
---|---|---|
ac2f15b3 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 | ||
10 | NAME = rpc.lockd | |
11 | ||
12 | PROJECTVERSION = 2.6 | |
13 | PROJECT_TYPE = Tool | |
14 | LANGUAGE = English | |
15 | ||
16 | HFILES = lockd.h lockd_lock.h | |
17 | ||
18 | CFILES = kern.c lock_proc.c lockd.c lockd_lock.c nlm_prot_svc.c\ | |
19 | nlm_prot_xdr.c sm_inter_xdr.c | |
20 | ||
21 | OTHERSRCS = Makefile.dist Makefile.preamble Makefile Makefile.postamble\ | |
22 | test.c rpc.lockd.8 | |
23 | ||
24 | ||
25 | MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles | |
26 | CODE_GEN_STYLE = DYNAMIC | |
27 | MAKEFILE = tool.make | |
28 | NEXTSTEP_INSTALLDIR = /usr/sbin | |
29 | WINDOWS_INSTALLDIR = /usr/sbin | |
30 | PDO_UNIX_INSTALLDIR = /usr/sbin | |
31 | LIBS = | |
32 | DEBUG_LIBS = $(LIBS) | |
33 | PROF_LIBS = $(LIBS) | |
34 | ||
35 | PB_CFLAGS = | |
36 | ||
37 | ||
38 | include $(MAKEFILEDIR)/platform.make | |
39 | ||
40 | -include Makefile.preamble | |
41 | ||
42 | include $(MAKEFILEDIR)/$(MAKEFILE) | |
43 | ||
44 | -include Makefile.postamble | |
45 | ||
46 | -include Makefile.dependencies |