Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37961516
Makefile.am
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
615 B
Subscribers
None
Makefile.am
View Options
## Process this file with automake to produce Makefile.in
SUBDIRS = intl po zlib util mpi cipher tools g10 doc checks
EXTRA_DIST = VERSION PROJECTS
dist-hook:
@set -e; \
for file in `find $(srcdir) -type f -name distfiles`; do \
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
for i in distfiles `cat $$file` ; do \
ln $(srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
|| cp -p $(srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
done ; \
done
@set -e; \
sed -e 's/@pkg_version@/$(VERSION)/g' $(srcdir)/scripts/gnupg.spec \
> $(distdir)/scripts/gnupg-$(VERSION).spec
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Mar 19, 9:10 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e2/62/8d8f91644b154034b6a2ec98c327
Attached To
rG GnuPG
Event Timeline
Log In to Comment