Last change
on this file since 0d111b was 41182a, checked in by Tillmann Crueger <crueger@…>, 15 years ago |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
Conflicts:
Makefile.am
molecuilder/src/Makefile.am
molecuilder/src/builder.cpp
molecuilder/src/unittests/Makefile.am
|
-
Property mode
set to
100755
|
File size:
571 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.??'`
|
---|
18 |
|
---|
19 | doc:
|
---|
20 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
21 | echo "Making doc in $$subdir"; \
|
---|
22 | (cd $$subdir/doc && make doxygen-docs); \
|
---|
23 | done;
|
---|
24 |
|
---|
25 | .PHONY: doc |
---|
Note:
See
TracBrowser
for help on using the repository browser.