Page MenuHomeHEPForge

Makefile-UserModules.in
No OneTemporary

Size
607 B
Referenced Files
None
Subscribers
None

Makefile-UserModules.in

# -*- 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

Mime Type
text/plain
Expires
Tue, Sep 30, 4:41 AM (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6297284
Default Alt Text
Makefile-UserModules.in (607 B)

Event Timeline