Page MenuHomeHEPForge

Makefile.in
No OneTemporary

Makefile.in

# 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

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)

Event Timeline