Page MenuHomeHEPForge

Makefile.old
No OneTemporary

Makefile.old

# 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

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)

Event Timeline