Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8310013
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
423 B
Subscribers
None
Makefile
View Options
.PHONY: all clean
ifneq ($(MAKECMDGOALS),clean)
include ../../../CalcHEP_src/FlagsForMake
endif
all: f.out c.out f_.out
f.out: lambdas.F
$(FC) -o f.out lambdas.F ../../../CalcHEP_src/lib/libSLHAplus.a
f_.out: lambdas_.F
$(FC) -o f_.out lambdas_.F ../../../CalcHEP_src/lib/libSLHAplus.a
c.out: lambdas.c
$(CC) -o c.out lambdas.c ../../../CalcHEP_src/lib/libSLHAplus.a -lm
clean:
rm -f f.out c.out
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 5:08 PM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4016575
Default Alt Text
Makefile (423 B)
Attached To
rSCANNERSSVN scannerssvn
Event Timeline
Log In to Comment