chiark / gitweb /
New hex encoding stuff.
[mLib] / Makefile.am
index 78aa826f995af364866c7322a46a99473b213ad7..0181434c500b54fe5ca987bb5bd9ea636349290a 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-Makefile-*-
 ##
-## $Id: Makefile.am,v 1.29 2001/01/21 19:05:21 mdw Exp $
+## $Id: Makefile.am,v 1.32 2001/03/03 12:20:23 mdw Exp $
 ##
 ## Building the distribution
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.32  2001/03/03 12:20:23  mdw
+## New macros @DA_FIRST@ and @DA_LAST@ for stack/queue peeking.
+##
+## Revision 1.31  2001/02/03 18:43:56  mdw
+## New feature: watch a file for changes.
+##
+## Revision 1.30  2001/01/25 21:11:41  mdw
+## Use `$(MAKE)' in the `install-man' rule, so that the jobserver doesn't
+## whinge.
+##
 ## Revision 1.29  2001/01/21 19:05:21  mdw
 ## Add test driver for associations.
 ##
@@ -114,7 +124,7 @@ pkginclude_HEADERS = \
        alloc.h arena.h bits.h exc.h quis.h report.h sub.h trace.h track.h \
        pool.h \
        atom.h assoc.h darray.h dstr.h dspool.h hash.h sym.h crc32.h \
-       env.h fdflags.h lock.h \
+       env.h fdflags.h fwatch.h lock.h \
        bres.h conn.h lbuf.h ident.h pkbuf.h sel.h selbuf.h selpk.h sig.h \
        tv.h \
        base64.h mdwopt.h str.h testrig.h url.h
@@ -131,7 +141,7 @@ libmLib_la_SOURCES = \
        pool.c pool-file.c pool-sub.c \
        atom.c assoc.c darray.c dstr.c dputf.c dspool.c hash.c sym.c \
        crc32.c crc32-tab.c \
-       env.c fdflags.c lock.c \
+       env.c fdflags.c fwatch.c lock.c \
        bres.c conn.c lbuf.c ident.c pkbuf.c sel.c selbuf.c selpk.c sig.c \
        tv.c \
        base64.c mdwopt.c str.c testrig.c url.c
@@ -153,9 +163,9 @@ check: da-test.test sym-test.test assoc-test.test bits-test
 
 da_test_LDADD = libmLib.la
 da_test_LDFLAGS = -static
-da-test.in:
+da-test.in: $(srcdir)/da-gtest
        perl $(srcdir)/da-gtest 10000 >da-test.in
-da-test.ref: da-test.in
+da-test.ref: da-test.in $(srcdir)/da-ref
        perl $(srcdir)/da-ref <da-test.in >da-test.ref
 da-test.test: da-test da-test.in da-test.ref
        ./da-test <da-test.in >da-test.test
@@ -164,9 +174,9 @@ da-test.test: da-test da-test.in da-test.ref
 
 sym_test_LDADD = libmLib.la
 sym_test_LDFLAGS = -static
-sym-test.in:
+sym-test.in: $(srcdir)/sym-gtest
        perl $(srcdir)/sym-gtest 10000 >sym-test.in
-sym-test.ref: sym-test.in
+sym-test.ref: sym-test.in $(srcdir)/sym-ref
        perl $(srcdir)/sym-ref <sym-test.in >sym-test.ref
 sym-test.test: sym-test sym-test.in sym-test.ref
        ./sym-test <sym-test.in >sym-test.test
@@ -214,7 +224,7 @@ bres.lo: $(srcdir)/bres.c
 ## --- Other useful rules ---
 
 install-man:
-       (cd man && make install-man)
+       (cd man && $(MAKE) install-man)
 
 CLEANFILES = $(TEST_CLEAN) crc32-tab.c
 DISTCLEANFILES = libtool