source: ZHANGProjects/ICOSIM/CPP/trunk/flukaIntegration/fluka/Makefile @ 5

Last change on this file since 5 was 5, checked in by zhangj, 10 years ago

Initial import.

File size: 379 bytes
Line 
1#Warning: FLUPRO must be exported to run this makefile!!
2
3CPP=c++
4CC=cc
5
6
7FFF = $(FLUKA)/flutil/fff
8LFLUKA = $(FLUKA)/flutil/lfluka
9
10LIB = libFlukaIO.a
11
12
13############### RULES #############
14
15.f.o:
16        $(FFF) $<
17
18
19
20############# TARGETS #############
21
22all: flukaserver
23
24flukaserver: source.o fluscw.o $(LIB)
25        $(LFLUKA) -m fluka -o $@ $^
26
27clean:
28        rm -f flukaserver *.o *.map *.FOR *~
Note: See TracBrowser for help on using the repository browser.