]> andersk Git - moira.git/blame_incremental - gen/Imakefile
Fix the logic and explanation for one of the guess-what-the-user-meant
[moira.git] / gen / Imakefile
... / ...
CommitLineData
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
11SRCDIR = $(SRCTOP)/gen
12#ifdef DO_GDSS
13SRCS = util.c moddiff.c passwd.c hesiod.c \
14 nfs.c mailhub.c sis.c pobox.c \
15 hosts.c network.c warehouse.c
16OBJS = util.o moddiff.o passwd.o hesiod.o \
17 nfs.o mailhub.o sis.o pobox.o \
18 hosts.o network.o warehouse.o
19CODE = util.c moddiff.pc passwd.pc hesiod.pc \
20 nfs.pc mailhub.pc sis.pc pobox.pc \
21 hosts.pc network.pc warehouse.pc
22LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
23 ../server/libmrglue.a $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB}
24DEFINES = $(GDSSINC)
25#else /* DO_GDSS */
26SRCS = util.c moddiff.c passwd.c hesiod.c \
27 nfs.c mailhub.c pobox.c \
28 hosts.c network.c
29OBJS = util.o moddiff.o passwd.o hesiod.o \
30 nfs.o mailhub.o pobox.o \
31 hosts.o network.o
32CODE = util.c moddiff.pc passwd.pc hesiod.pc \
33 nfs.pc mailhub.pc pobox.pc \
34 hosts.pc network.pc
35LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \
36 ../server/libmrglue.a -lkrb -ldes -lhesiod ${SQL_LIB}
37DEFINES =
38#endif /* DO_GDSS */
39sqlrule()
40
41program(passwd.gen, passwd.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
42sqlfile(moddiff)
43sqlfile(passwd)
44program(hesiod.gen, hesiod.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
45sqlfile(hesiod)
46program(nfs.gen, nfs.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
47sqlfile(nfs)
48program(mailhub.gen, mailhub.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
49sqlfile(mailhub)
50#ifdef DO_GDSS
51program(sis.gen, sis.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
52sqlfile(sis)
53program(warehouse.gen, warehouse.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
54sqlfile(warehouse)
55#endif
56program(pobox.gen, pobox.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
57sqlfile(pobox)
58program(hosts.gen, hosts.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
59sqlfile(hosts)
60program(network.gen, network.o util.o moddiff.o,${MR_LIBDEP},${LIBS},${PROGDIR})
61sqlfile(network)
62
This page took 0.030905 seconds and 5 git commands to generate.