X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/4e32a3311312ed970d161fead4323b3554a73614..a1077ef26d378883f76db01d520d78791dee7808:/gen/Makefile.in diff --git a/gen/Makefile.in b/gen/Makefile.in index 45ae45d7..57770094 100644 --- a/gen/Makefile.in +++ b/gen/Makefile.in @@ -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)