Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8723581
Makefile.am
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
840 B
Subscribers
None
Makefile.am
View Options
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src pyext data include bin doc test
EXTRA_DIST = GUIDELINES plugindemo/Makefile plugindemo/MyAnalysis.cc plugindemo/RootAnalysis.cc
doc:
cd doc && $(MAKE) doc
.PHONY : doc dox pyclean
clean-local:
@rm -rf a.out
## Doxygen
if WITH_DOXYGEN
dox:
$(DOXYGEN) $(top_srcdir)/Doxyfile || true
install-dox:
$(install_sh_DATA) doxy/html/* $(DESTDIR)$(pkgdatadir)/doc/html
mostlyclean-local:
@rm -rf $(top_builddir)/doxy
uninstall-local:
@rm -rf $(DESTDIR)$(pkgdatadir)/doc; \
test ! -d $(DESTDIR)$(pkgdatadir) || rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgdatadir)
endif
pyclean:
cd pyext && $(MAKE) clean
## Remove SVN dirs
dist-hook:
@rm -rf `find $(distdir) -name ".svn"`
## Upload to HepForge
RSH=rsync
DEST=login.hepforge.org:rivet/downloads/
upload: dist
$(RSH) $(DIST_ARCHIVES) $(DEST)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Mon, Jan 20, 8:45 PM (22 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4143251
Default Alt Text
Makefile.am (840 B)
Attached To
rRIVETSVN rivetsvn
Event Timeline
Log In to Comment