]> andersk Git - moira.git/blobdiff - gen/Makefile.in
DCM to feed ICE9.
[moira.git] / gen / Makefile.in
index 45ae45d78517439acb9e0acf41c5aababd86c852..57770094ea849abfab5a18d7cf203c1b9e3fd504 100644 (file)
@@ -26,26 +26,26 @@ SRCTOP=@top_srcdir@
 BUILDTOP=..
 mrbindir=@mrbindir@
 
-LIB_OBJS=util.o moddiff.o tar.o genacl.o
-LIB_CFILES=moddiff.c genacl.c
+LIB_OBJS=util.o tar.o genacl.o
+LIB_CFILES=genacl.c
 LIB_TARGET=libdcm.a
 
 OBJS=  acl.o boot.o dhcp.o directory.o hesiod.o hosts.o mailhub.o \
        ndb.o network.o nfs.o pobox.o postoffice.o print.o \
-       warehouse.o www.o zephyr.o
+       warehouse.o winad.o www.o zephyr.o
 
 CFILES= acl.c boot.c dhcp.c directory.c hesiod.c hosts.c mailhub.c \
        ndb.c network.c nfs.c pobox.c postoffice.c print.c \
-       warehouse.c www.c zephyr.c
+       warehouse.c winad.c www.c zephyr.c
 
 TARGET=        acl.gen boot.gen dhcp.gen directory.gen hesiod.gen hosts.gen \
        mailhub.gen ndb.gen network.gen nfs.gen pobox.gen \
-       postoffice.gen print.gen warehouse.gen www.gen zephyr.gen
+       postoffice.gen print.gen warehouse.gen winad.gen www.gen zephyr.gen
 
-SCRIPTS=boot.sh dhcp.sh hesiod.sh mailhub.sh ndb.sh nfs.sh null.sh \
-       postoffice.sh print.sh sapprint.gen sapprint.sh spwatch.gen \
-       warehouse.sh www.sh zephyr.sh install_dirs install_quotas \
-       zero_quotas
+SCRIPTS=boot.sh ca.gen dhcp.sh hesiod.sh ip-billing.gen longjobs.gen \
+       mailhub.sh ndb.sh nfs.sh null.sh postoffice.sh print.sh sapprint.gen \
+       sapprint.sh spwatch.gen warehouse.sh www.sh zephyr.sh install_dirs \
+       install_quotas zero_quotas
 
 .SUFFIXES: .pc .gen
 
@@ -124,3 +124,5 @@ postoffice.gen: postoffice.o libdcm.a $(MR_LIBDEP)
 www.gen: www.o libdcm.a $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) www.o libdcm.a $(SQL_LIBS) $(LIBS)
 
+winad.gen: winad.o libdcm.a $(MR_LIBDEP)
+       $(CC) -o $@ $(LDFLAGS) winad.o libdcm.a $(SQL_LIBS) $(LIBS)
This page took 0.035953 seconds and 4 git commands to generate.