Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8309027
Makefile.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
343 B
Subscribers
None
Makefile.in
View Options
# Makefile for compiling the CIRCE library
LIB=../@LIB@
FC=@F90@
FFLAGS=@F90FLAGS@
F90TYPE=@F90TYPE@
TARGET=circe.o
OBJECTS=$(TARGET)
FSRC=$(OBJECTS:.o=.f)
# Targets
all: obj
obj: $(OBJECTS)
install: $(TARGET)
cp $(TARGET) $(LIB)/$(TARGET)
# Cleanup
clean:
rm -f *~ $(TARGET)
realclean: clean
distclean: realclean
rm -f Makefile
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Dec 21, 2:00 PM (15 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4017002
Default Alt Text
Makefile.in (343 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment