X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/3701c54feff3a13c98213124f16f0e98f8c9eff8..f122f08e7f9d69011975d7c83e975174a51d8b82:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index ae7117f..174ce5c 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.3 1999/10/24 10:04:26 mdw Exp $ +## $Id: Makefile.m4,v 1.4 1999/10/24 10:20:36 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,9 +29,13 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.3 1999/10/24 10:04:26 mdw -## Install headers in the right directory. +## Revision 1.4 1999/10/24 10:20:36 mdw +## Modify for standalone distribution. The library's getting far too large +## to be sensibly embedded in other programs. +## +## Minor reformatting. ## +## Revision 1.4 1999/10/24 10:20:36 mdw ## Modify for standalone distribution. The library's getting far too large ## to be sensibly embedded in other programs. ## @@ -92,7 +96,6 @@ BUILT_SOURCES = \ getdate.c \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.h') \ -INCLUDES = -I$(srcdir)/.. addsuffix(join(`hashes', `-', `hash_modes'), `.c') \ addsuffix(join(`hashes', `-', `hash_modes'), `.h') lib_LIBRARIES = libcatacomb.a @@ -118,7 +121,7 @@ libcatacomb_la_SOURCES = \ dh-prime.c \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \ noinst_PROGRAMS = des-mktab -LDADD = libcatacomb.a ../mLib/libmLib.a + ## --- Utility programs --- noinst_PROGRAMS = des-mktab mptypes LDADD = libcatacomb.a @@ -150,7 +153,7 @@ TESTS = \ addsuffix(join(`hashes', `-', `hash_modes'), `.t') \ addsuffix(`ciphers', `.t') addsuffix(`hashes', `.t') $(COMPILE) -DTEST_RIG -DSRCDIR=\"$(srcdir)\" \ - $(srcdir)/$1.c libcatacomb.a ../mLib/libmLib.a -o $1.t') + $(srcdir)/$1.c libcatacomb.a $(LIBS) -o $1.t') `$1.t: $1.c libcatacomb.a $(COMPILE) -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $(srcdir)/$1.c libcatacomb.a $(LIBS) -o $1.t')