]> andersk Git - moira.git/blob - gen/Imakefile
update for dirremote->dirmailhide
[moira.git] / gen / Imakefile
1 # $Header$
2 #
3 # Copyright 1993 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for server directory.
9 #
10
11 SRCDIR = $(SRCTOP)/gen
12 #ifdef DO_GDSS
13 SRCS = util.c moddiff.c passwd.c hesiod.c \
14         nfs.c mailhub.c sis.c pobox.c \
15         hosts.c network.c warehouse.c directory.c ndb.c
16 OBJS = util.o moddiff.o passwd.o hesiod.o \
17         nfs.o mailhub.o sis.o pobox.o \
18         hosts.o network.o warehouse.o directory.o ndb.o
19 CODE = util.c moddiff.pc passwd.pc hesiod.pc \
20         nfs.pc mailhub.pc sis.pc pobox.pc \
21         hosts.pc network.pc warehouse.pc directory.pc ndb.pc
22 LIBS =  -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
23         $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB}
24 DEFINES = $(GDSSINC)
25 #else /* DO_GDSS */
26 SRCS = util.c moddiff.c passwd.c hesiod.c \
27         nfs.c mailhub.c pobox.c \
28         hosts.c network.c directory.c ndb.c
29 OBJS = util.o moddiff.o passwd.o hesiod.o \
30         nfs.o mailhub.o pobox.o \
31         hosts.o network.o directory.o ndb.o
32 CODE = util.c moddiff.pc passwd.pc hesiod.pc \
33         nfs.pc mailhub.pc pobox.pc \
34         hosts.pc network.pc directory.pc ndb.pc
35 LIBS =  -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
36         -lkrb -ldes -lhesiod ${SQL_LIB}
37 DEFINES =
38 #endif /* DO_GDSS */
39 sqlrule()
40
41 program(passwd.gen, passwd.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
42 sqlfile(moddiff)
43 sqlfile(passwd)
44 program(hesiod.gen, hesiod.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
45 sqlfile(hesiod)
46 program(nfs.gen, nfs.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
47 sqlfile(nfs)
48 program(mailhub.gen, mailhub.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
49 sqlfile(mailhub)
50 #ifdef DO_GDSS
51 program(sis.gen, sis.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
52 sqlfile(sis)
53 program(warehouse.gen, warehouse.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
54 sqlfile(warehouse)
55 #endif
56 program(pobox.gen, pobox.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
57 sqlfile(pobox)
58 program(hosts.gen, hosts.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
59 sqlfile(hosts)
60 program(network.gen, network.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
61 sqlfile(network)
62 program(directory.gen, directory.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
63 sqlfile(directory)
64 program(ndb.gen, ndb.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
65 sqlfile(ndb)
This page took 0.05671 seconds and 5 git commands to generate.