Page MenuHomeHEPForge

Makefile-UserModules.in
No OneTemporary

Size
699 B
Referenced Files
None
Subscribers
None

Makefile-UserModules.in

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

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)

Event Timeline