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
|
---|
2 | SUBDIRS = pcp util molecuilder
|
---|
3 | DIST_SUBDIRS = ${SUBDIRS}
|
---|
4 | TAR=/bin/tar
|
---|
5 |
|
---|
6 | #include aminclude.am
|
---|
7 |
|
---|
8 | pcpdir = ${bindir}
|
---|
9 |
|
---|
10 | EXTRA_DIST = util/suffix autogen.sh pseudopots.tar.gz util/visual.cfg util/visual.net
|
---|
11 |
|
---|
12 | configs.tar.gz:
|
---|
13 | $(TAR) -zcvf $(srcdir)/configs.tar.gz `find $(srcdir) -name 'main_pcp_linux'`
|
---|
14 |
|
---|
15 |
|
---|
16 | pseudopots.tar.gz:
|
---|
17 | $(TAR) -zcvf $(srcdir)/pseudopots.tar.gz `find $(srcdir) -name 'pseudo.??'`
|
---|
Note:
See
TracBrowser
for help on using the repository browser.