source: Makefile.am@ c830e8e

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

Merge branch 'ConcaveHull' of ../espack2 into ConcaveHull

Conflicts:

molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/linkedcell.cpp
molecuilder/src/linkedcell.hpp
molecuilder/src/vector.cpp
molecuilder/src/vector.hpp
util/src/NanoCreator.c

Basically, this resulted from a lot of conversions two from spaces to one tab, which is my standard indentation. The mess was caused by eclipse auto-indenting. And in espack2:ConcaveHull was the new stuff, so all from ConcaveHull was replaced in case of doubt.
Additionally, vector had ofstream << operator instead ostream << ...

  • Property mode set to 100755
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.