Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308563
Makefile.old
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
284 B
Subscribers
None
Makefile.old
View Options
# Makefile for the C wrapper for HepMC
# Currently all is hardcoded
CC=gcc
CFLAGS=-ansi -pedantic -Wall -O2
INCLUDE=-I/usr/local/include/HepMC
LIB=../lib/libHepMCwrapper.a
all: $(LIB)
$(LIB): hepmc_wrapper.o
$(AR) r $@ $^
ranlib $@
%.o: %.cpp
$(CC) $(CFLAGS) $(INCLUDE) -c $<
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 12:26 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022765
Default Alt Text
Makefile.old (284 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment