Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251300
Makefile-UserModules.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
699 B
Referenced Files
None
Subscribers
None
Makefile-UserModules.in
View Options
# -*- Makefile -*- (for emacs)
# @configure_input@
#
# @PACKAGE_STRING@
#
# This Makefile is intended for compiling Herwig++ plugins
# You can find example plugins in the Contrib directory
#
# This Makefile received very little testing,
# any bug reports are very welcome!
#
#
# C++ flags
#
CXX = @CXX@
CXXFLAGS = -g -W -Wall @CXXFLAGS@
# add additional package header directories here
CPPFLAGS = -I@prefix@/include @THEPEGINCLUDE@ @GSLINCLUDE@
# add additional libraries here
LDFLAGS = @APPLE_DSO_FLAGS@
ALLCCFILES=$(shell echo *.cc)
all : $(ALLCCFILES:.cc=.so)
%.so : %.cc %.h
$(CXX) @SHARED_FLAG@ -fPIC $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $< -o $@
clean:
rm -f $(ALLCCFILES:.cc=.so)
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Tue, Sep 30, 5:49 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6292170
Default Alt Text
Makefile-UserModules.in (699 B)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment