source: Makefile.am@ 2cab03a

Last change on this file since 2cab03a was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago

-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)

  • Property mode set to 100644
File size: 466 bytes
Line 
1#ACLOCAL_AMFLAGS = -I m4
2SUBDIRS = pcp util molecuilder
3#<F2>util/molecuilder
4DIST_SUBDIRS = ${SUBDIRS}
5#defaults/pseudopot
6
7#include aminclude.am
8
9pcpdir = ${bindir}
10
11EXTRA_DIST = util/suffix autogen.sh configs.tar.gz pseudopots.tar.gz util/visual.cfg util/visual.net
12
13configs.tar.gz:
14 $(TAR) -zcvf $(srcdir)/configs.tar.gz `find $(srcdir) -name 'main_pcp_linux'`
15
16
17pseudopots.tar.gz:
18 $(TAR) -zcvf $(srcdir)/pseudopots.tar.gz `find $(srcdir) -name 'pseudo.??'`
Note: See TracBrowser for help on using the repository browser.