hepmc - Blame information for rev 147
Subversion Repositories:
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | garren | 1 | ## Process this file with automake to produce Makefile.in |
| 2 | |||
| 3 | if USE_GMAKE | ||
| 4 | MAKE = gmake | ||
| 5 | endif | ||
| 6 | |||
| 7 | includedir = $(prefix)/include | ||
| 8 | |||
| 61 | garren | 9 | SUBDIRS = HepMC src fio test examples doc |
| 5 | garren | 10 | # list all subdirectories - for distribution and cleaning |
| 61 | garren | 11 | DIST_SUBDIRS = HepMC src fio test examples doc |
| 5 | garren | 12 | |
| 61 | garren | 13 | # there is no longer a need to call "make docs" explicitly |
| 14 | # these directives remain for convenience | ||
| 5 | garren | 15 | docs: |
| 16 | cd doc; $(MAKE) $(AM_MAKEFLAGS) | ||
| 17 | |||
| 18 | install-docs: | ||
| 19 | cd doc; $(MAKE) $(AM_MAKEFLAGS) install-docs |
