X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/7fcfe7de9c3227fedee03b56e7f69fd9646d4e38..d32965008f328887b38d68d27665503ee875bfe5:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 80e697d..b8d9316 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -220,7 +220,7 @@ libcatacomb_la_SOURCES = \ grand.c keysz.c \ lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \ arena.c \ - passphrase.c pixie-client.c pixie-common.c lmem.c \ + passphrase.c pixie-common.c lmem.c \ tlsprf.c sslprf.c \ gfshare.c \ MP_SOURCES karatsuba.h \ @@ -253,7 +253,8 @@ gfx-sqr.lo: gfx-sqr-tab.h ## --- Utility programs --- bin_PROGRAMS = \ - dsig key pixie cookie rspit factorial hashsum mkphrase catcrypt + dsig key pixie cookie rspit factorial hashsum mkphrase \ + catcrypt catsign noinst_LIBRARIES = libcatcrypt.a bin_SCRIPTS = catacomb-config xpixie noinst_PROGRAMS = \ @@ -273,12 +274,13 @@ patsubst(MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o \ dsig_SOURCES = dsig.c cookie_SOURCES = cookie.c catcrypt_SOURCES = catcrypt.c +catsign_SOURCES = catsign.c key_SOURCES = keyutil.c hashsum_SOURCES = hashsum.c rspit_SOURCES = rspit.c factorial_SOURCES = factorial.c perftest_SOURCES = perftest.c -pixie_SOURCES = pixie.c pixie-common.c lmem.c arena.c +pixie_SOURCES = pixie.c pixie-common.c lmem.c arena.c passphrase.c pixie_LDADD = mkphrase_SOURCES = mkphrase.c bittest_SOURCES = bittest.c @@ -311,7 +313,7 @@ mpdump_LDADD = ## `install' if there are subdirectories. changequote(<, >) -install: install-exec-hook +# install: install-exec-hook install-exec-hook: @pixie="$(DESTDIR)$(bindir)/`echo pixie|sed $(transform)`"; \ if chown root $$pixie && chmod 4755 $$pixie; then \ @@ -326,7 +328,9 @@ changequote(`, ') ## --- Documentation --- -man_MANS = key.1 dsig.1 cookie.1 catcrypt.1 hashsum.1 keyring.5 pixie.1 +man_MANS = \ + key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 mkphrase.1 \ + keyring.5 pixie.1 ## --- Other handy definitions ---