## Process this file with automake to produce Makefile.in # $Id: Makefile.am,v 1.16 2002/11/26 22:38:52 dm Exp $ $(PROGRAMS): $(LDEPS) sfsexec_PROGRAMS = sfsauthd xfer bin_PROGRAMS = sfsdeclog sbin_PROGRAMS = vidb noinst_HEADERS = authdb.h sfsauthd.h authdb_types.h sfsauthd_SOURCES = authdb_types.C authclnt.C dbrec2str.C sfsauthd.C \ authdb.C # authdb_dir.C sfsauthd_LDADD = $(LDADD) $(LIBCRYPT) vidb_SOURCES = authdb_types.C authdb.C dbrec2str.C vidb.C #vidb_LDADD = $(LIBSFSCRYPT) $(LIBARPC) $(LIBASYNC) $(LIBGMP) sfsdeclog_SOURCES = sfsdeclog.C sfsdeclog_LDADD = $(LIBARPC) $(LIBASYNC) $(LIBCRYPT) $(LIBSFSCRYPT) \ $(LIBSVC) $(LIBGMP) xfer_SOURCES = xfer.C authdb_types.h: $(srcdir)/authdb_types.x @rm -f $@ -$(RPCC) -h $(srcdir)/authdb_types.x || rm -f $@ authdb_types.C: $(srcdir)/authdb_types.x @rm -f $@ -$(RPCC) -c $(srcdir)/authdb_types.x || rm -f $@ dist-hook: cd $(distdir) && rm -f authdb_types.h authdb_types.C authdb_types.o authdb_types.lo: authdb_types.h $(authdb_OBJECTS) $(vidb_OBJECTS): authdb_types.h EXTRA_DIST = authdb_types.x .cvsignore CLEANFILES = core *.core *~ *.rpo MAINTAINERCLEANFILES = Makefile.in