Rev 53 | Rev 482 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
## Process this file with automake to produce Makefile.inif USE_GMAKEMAKE = gmakeendifincludedir = $(prefix)/includeSUBDIRS = HepMC src fio test examples doc# list all subdirectories - for distribution and cleaningDIST_SUBDIRS = HepMC src fio test examples doc# there is no longer a need to call "make docs" explicitly# these directives remain for conveniencedocs:cd doc; $(MAKE) $(AM_MAKEFLAGS)install-docs:cd doc; $(MAKE) $(AM_MAKEFLAGS) install-docs