src/photosFortranInterfaces/Makefile

00001 include ../make.inc
00002 
00003 SOURCES_F=Photos_make.f forW-ME.f forZ-ME.f
00004 OBJECTS_F=$(SOURCES_F:.f=.o)
00005 
00006 SOURCES_C=PH_HEPEVT_Interface.cxx
00007 OBJECTS_C=$(SOURCES_C:.cxx=.o)
00008 
00009 %.o: %.cxx
00010         $(CC) $(CFLAGS) $(DEBUG) -I. -I../photosCInterfaces -I../photosFortranInterfaces -I../utilities -c $< -o $@
00011 
00012 %.o: %.f
00013         $(F77) $(FFLAGS) $(DEBUG) -I. -c $< -o $@
00014 
00015 all: $(OBJECTS_C) $(OBJECTS_F)
00016 
00017 clean:
00018         rm -f *.o *~;
Generated on Sun Oct 20 20:23:56 2013 for C++InterfacetoPHOTOS by  doxygen 1.6.3