Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309449
Makefile.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
829 B
Subscribers
None
Makefile.in
View Options
# -*- Makefile -*-
# This Makefile template gets processed by the 'configure' script using
# @contrib_commandline@
# If you edit the processed version, any changes will be lost after the next configure
# (for developers, make sure any edits fit with the rest of the build system)
# installation setup
SUBDIRS=@CONTRIB_BUILD_LIST@
SUBDIRS.all=$(SUBDIRS:=.all)
# get any variables defined in the contrib-wide include
-include .Makefile.inc
SUBMAKE=$(MAKE)
.PHONY: $(SUBDIRS) $(SUBDIRS.all) clean distclean check install examples
all: $(SUBDIRS.all)
install: all $(SUBDIRS)
examples check clean distclean: $(SUBDIRS)
# distclean removes the Makefile, but leaves in config.log
distclean:
rm -f Makefile
rm -f .Makefile.inc
$(SUBDIRS):
+$(SUBMAKE) -C $@ $(MAKECMDGOALS)
$(SUBDIRS.all):
+$(SUBMAKE) -C $(basename $@)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 3:24 PM (1 d, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3826953
Default Alt Text
Makefile.in (829 B)
Attached To
rFASTJETSVN fastjetsvn
Event Timeline
Log In to Comment