Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F18826282
Makefile.am
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
793 B
Subscribers
None
Makefile.am
View Options
## 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
Details
Attached
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
Attached To
rC libgcrypt
Event Timeline
Log In to Comment