Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19245097
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
912 B
Referenced Files
None
Subscribers
None
Makefile
View Options
include ./config.mk
default: lib_shared lib_archive
#examples
lib_shared:
$(MAKE) -C $(SRCDIR) lib_shared
lib_archive:
$(MAKE) -C $(SRCDIR) lib_archive
examples: lib_shared dumm pdfdumm
$(MAKE) -C $(EXAMPLEDIR)
distclean: clean
rm -rf tmp/ bin/ lib/
rm -f config.mk fort.*
clean:
$(MAKE) -C $(SRCDIR) clean
# $(MAKE) -C $(EXAMPLEDIR) clean
help:
@echo "A list of targets to make:"
@echo ""
@echo "lib_shared: compiles EvtGenLHC as a shared library and puts it into ./lib"
@echo "lib_archive: compiles EvtGenLHC as an archive library and puts it into ./lib/archive"
# @echo "examples: compiles example routines from ./examples"
@echo "default: lib_shared lib_archive"
@echo "clean: removes all libraries, executables and objects"
@echo "distclean: same as 'clean' plus removing ./config.mk, tmp/ and lib/ directories"
@echo ""
.PHONY: examples distclean clean
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 4:48 AM (12 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6280079
Default Alt Text
Makefile (912 B)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment