Page MenuHome GnuPG

Makefile.am
No OneTemporary

Makefile.am

## Process this file with automake to produce Makefile.in
SUBDIRS = mpi cipher src doc tests
EXTRA_DIST = README-alpha BUGS autogen.sh
DISTCLEANFILES = gcrypt-defs.h
# Add all the files listed in "distfiles" files to the distribution,
# apply version number s to some files and create a VERSION file which
# we need for the Prereq: patch file trick.
dist-hook:
@set -e; \
for file in `cd $(top_srcdir); \
find mpi scripts -type f -name distfiles`; do \
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
for i in distfiles `cat $(top_srcdir)/$$file` ; do \
ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
|| cp -p $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
done ; \
done
@set -e; \
echo "$(VERSION)" > $(distdir)/VERSION

File Metadata

Mime Type
text/x-makefile
Expires
Mon, Dec 23, 5:00 PM (11 h, 20 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
be/d7/213e0cbf04d61e31026d5c49a4c7

Event Timeline