Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10227117
Makefile.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
639 B
Subscribers
None
Makefile.in
View Options
# -*- Makefile -*-
# This Makefile template gets processed by the 'configure' script using
# @contrib_commandline@
# If you edit it, you do so at your own risk
# (for developers, make sure any edits fit with the rest of the build system)
# installation setup
SUBDIRS=@CONTRIB_BUILD_LIST@
SUBDIRS.all=$(SUBDIRS:=.all)
SUBMAKE=$(MAKE) FASTJETCONFIG=@FJCONFIG@ PREFIX=@PREFIX@
.PHONY: $(SUBDIRS) $(SUBDIRS.all) clean distclean check install examples
all: $(SUBDIRS.all)
install: all $(SUBDIRS)
examples check clean distclean: $(SUBDIRS)
$(SUBDIRS):
+$(SUBMAKE) -C $@ $(MAKECMDGOALS)
$(SUBDIRS.all):
+$(SUBMAKE) -C $(basename $@)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Apr 3, 8:01 PM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4710610
Default Alt Text
Makefile.in (639 B)
Attached To
rFASTJETSVN fastjetsvn
Event Timeline
Log In to Comment