|
Last change
on this file since 901774 was 02911f, checked in by Frederik Heber <heber@…>, 16 years ago |
|
'make doc' target added (credits to Till Crueger for the patch)
- Basically dives into each subdir, trying 'make doc' there and subsequently performs 'make doxygen-docs' in doc
|
-
Property mode
set to
100755
|
|
File size:
624 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 && make doc) \
|
|---|
| 23 | || eval $$failcom; \
|
|---|
| 24 | (cd $$subdir/doc && make doxygen-docs); \
|
|---|
| 25 | done;
|
|---|
| 26 |
|
|---|
| 27 | .PHONY: doc
|
|---|
| 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.