source: Makefile.am@ 5fd79e

Last change on this file since 5fd79e was 534899, checked in by Frederik Heber <heber@…>, 17 years ago

pseudopot was wrong here, belonged to pcp/Makefile.am

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