source: Makefile.am@ 14178b

Last change on this file since 14178b was bb28e0, checked in by Frederik Heber <heber@…>, 17 years ago

Some files were missing in the repository

pseudopotentials and the databases of molecuilder were not present, they are now included as EXTRA_DIST in the Makefile.am

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