Page MenuHomeHEPForge

Makefile.am
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

Makefile.am

CLEANFILES = AllInterfaces.h Herwig++-refman.tag HerwigDefaults.rpo
docdir = $(pkgdatadir)/Doc
dist_doc_DATA = refman.conf refman.h refmanThePEG.conf tagfileThePEG.tag HerwigDefaults.in
doc_SCRIPTS = fixinterfaces.pl
clean-local: html-clean
html-clean:
rm -rf refman-html refman-latex Herwig++-refman.tag
html-local: refman-html
pdf-local: refman-html
if test -d refman-latex; then cd refman-latex; make refman.pdf; fi
myENV= HERWIG_USER_MODULES=$(top_builddir)/lib
AllInterfaces.h: HerwigDefaults.in
$(myENV) $(top_builddir)/src/Herwig++ init
refman-html: refman.conf refman.h AllInterfaces.h
./fixinterfaces.pl AllInterfaces.h
doxygen $<
#install-data-local:
# if test -d refman-html; then $(mkdir_p) $(DESTDIR)$(docdir);\
# find refman-html -follow -name '*.*' \
# -exec $(install_sh_DATA) \{\} $(DESTDIR)$(docdir)/\{\} \;; \
# $(install_sh_DATA) ThePEG-refman.tag $(DESTDIR)$(docdir)/ThePEG-refman.tag; fi
# if test -d refman-latex -a -f refman-latex/refman.pdf; then \
# $(install_sh_DATA) refman-latex/refman.pdf $(DESTDIR)$(docdir)/refman.pdf; fi
#uninstall-local:
# rm -rf $(DESTDIR)$(docdir)/refman-html \
# $(DESTDIR)$(docdir)/ThePEG-refman.tag \
# $(DESTDIR)$(docdir)/refman.pdf

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 4:42 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6288560
Default Alt Text
Makefile.am (1 KB)

Event Timeline