Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244342
Makefile-UserModules.in
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
607 B
Referenced Files
None
Subscribers
None
Makefile-UserModules.in
View Options
# -*- Makefile -*- (for emacs)
#
# This Makefile is intended for compiling Herwig++ plugins
# You can find plugins here: INSERT URL
#
# This Makefile received very little testing,
# any bug reports are very welcome!
#
# location of include files
THEPEGINCLUDE = @THEPEGINCLUDE@
CLHEPINCLUDE = @CLHEPINCLUDE@
INCLUDE = $(THEPEGINCLUDE) $(CLHEPINCLUDE) -I@prefix@/include
#
# C++ flags
#
CXX = @CXX@
CXXFLAGS = @CXXFLAGS@
ALLCCFILES=$(shell echo *.cc)
all : $(ALLCCFILES:.cc=.so)
%.so : %.cc %.h
$(CXX) -fPIC $(CPPFLAGS) $(INCLUDE) $(CXXFLAGS) -shared $< -o $@
clean:
rm -f $(ALLCCFILES:.cc=.so)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 4:41 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6297284
Default Alt Text
Makefile-UserModules.in (607 B)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment