Page MenuHomeHEPForge

Makefile.am
No OneTemporary

Makefile.am

CLEANFILES = AllInterfaces.h Herwig++-refman.tag HerwigDefaults.rpo tagfileThePEG.tag doxywarnings.log
docdir = $(pkgdatadir)/Doc
dist_doc_DATA = refman.conf refman.h HerwigDefaults.in
EXTRA_DATA = tagfileThePEG.tag
dist_noinst_SCRIPTS = fixinterfaces.pl
clean-local: html-clean
html-clean:
rm -rf refman-html Herwig++-refman.tag tagfileThePEG.tag
html-local: refman-html
AllInterfaces.h: HerwigDefaults.in
$(top_builddir)/src/Herwig++ init -L$(top_builddir)/lib
refman-html: refman.conf refman.h AllInterfaces.h tagfileThePEG.tag
$(builddir)/fixinterfaces.pl AllInterfaces.h
doxygen $<
tagfileThePEG.tag:
@if test -e $(THEPEGPATH)/share/ThePEG/Doc/ThePEG-refman.tag; then $(LN_S) $(THEPEGPATH)/share/ThePEG/Doc/ThePEG-refman.tag tagfileThePEG.tag; fi
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) tagfileThePEG.tag $(DESTDIR)$(docdir)/tagfileThePEG.tag; \
$(install_sh_DATA) Herwig++-refman.tag $(DESTDIR)$(docdir)/Herwig++-refman.tag;fi
uninstall-local:
rm -rf $(DESTDIR)$(docdir)/refman-html \
$(DESTDIR)$(docdir)/tagfileThePEG.tag \
$(DESTDIR)$(docdir)/Herwig++-refman.tag

File Metadata

Mime Type
text/plain
Expires
Wed, May 14, 11:01 AM (23 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111322
Default Alt Text
Makefile.am (1 KB)

Event Timeline