X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=Makefile.in;h=1198a02196782bbb15bd9eafe410d201e021905e;hp=0b430e86f73ab5859fefedca68b67d9abefa5db4;hb=f0dee23150ee29db81bcf49c5112893bc85f2c92;hpb=e9be60c490674ee7590f8a241a51e6b8317b894c diff --git a/Makefile.in b/Makefile.in index 0b430e8..1198a02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,9 +28,10 @@ LDLIBS=@DEBUGLIBS@ @LIBS@ $(XLDLIBS) M4=m4 M4FLAGS= LEX=flex +MD5SUM=@MD5SUM_SIMPLE@ CWD=$(shell pwd) -INSTALL_GROUP=root +INSTALL_GROUP=0 # root or wheel INSTALL_FLAGS=-o root -g $(INSTALL_GROUP) INSTALL=@INSTALL@ @@ -41,6 +42,7 @@ exec_prefix=$(prefix) bindir=$(exec_prefix)/bin mandir=$(prefix)/man man1dir=$(mandir)/man1 +man8dir=$(mandir)/man8 sbindir=$(exec_prefix)/sbin etcdir=/etc etcsubdir=$(etcdir)/userv @@ -51,6 +53,7 @@ TARGETS_DOC_PS= spec.ps overview.ps TARGETS_DOC_RM= $(TARGETS_DOC_PS) spec.html TARGETS_DOC= $(TARGETS_DOC_PS) spec.html/index.html MAN1PAGES= userv.1 +MAN8PAGES= uservd.8 SOURCES= Makefile.in configure.in acconfig.h \ client.c common.h \ @@ -83,10 +86,11 @@ install-strip: install-doc: $(TARGETS_DOC) $(INSTALL) -d -m 2755 $(docdir) $(docdir)/spec.html - $(INSTALL) -d -m 2755 $(mandir) $(man1dir) + $(INSTALL) -d -m 2755 $(mandir) $(man1dir) $(man8dir) $(INSTALL_DATA) -m 644 $(TARGETS_DOC_PS) $(docdir)/. $(INSTALL_DATA) -m 644 spec.html/*.html $(docdir)/spec.html/. $(INSTALL_DATA) -m 644 $(MAN1PAGES) $(man1dir) + $(INSTALL_DATA) -m 644 $(MAN8PAGES) $(man8dir) uninstall: rm -f $(bindir)/userv $(sbindir)/uservd @@ -94,6 +98,9 @@ uninstall: uninstall-doc: cd $docdir && rm -rf $(TARGETS_DOC_RM) +check: + @echo There is no validation suite for this package. + daemon: overlord.o process.o servexec.o parserlexer.o debug.o lib.o both.o $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS) @@ -123,7 +130,9 @@ parserlexer.o: lexer.c parser.c config.h common.h pcsum.h daemon.h lib.h tokens. $(CC) -c $(CPPFLAGS) $(CFLAGS) lexer.c -o $@ pcsum.h: common.h config.h config.status Makefile - cat $^ | md5sum | sed -e 's/ -$$//; s/../0x&,/g; s/,$$//;' >pcsum.h.new + cat $^ | $(MD5SUM) \ + | sed -e 's/ -$$//; s/../0x&,/g; s/,$$//;' \ + >pcsum.h.new cmp pcsum.h.new pcsum.h || mv -f pcsum.h.new pcsum.h @rm -f pcsum.h.new @@ -142,7 +151,7 @@ clean: | xargs -r rm rm -rf $(TARGETS) *.o core version.h rm -f overview.eps - rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new + rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new spec.tex rm -f lout.li *.ld *.lix *.ldx rm -f userv-*.tar.gz vd/*