Last change
on this file since 1207 was
6,
checked in by ymipsl, 16 years ago
|
Import des sources XMLF90
|
File size:
401 bytes
|
Line | |
---|
1 | # |
---|
2 | # Makefile for CML examples |
---|
3 | # |
---|
4 | default: all |
---|
5 | all: example |
---|
6 | # |
---|
7 | #--------------------------- |
---|
8 | MK=$(FLIB_ROOT)/fortran.mk |
---|
9 | include $(MK) |
---|
10 | #--------------------------- |
---|
11 | # |
---|
12 | # Uncomment the following line for debugging support |
---|
13 | # |
---|
14 | #FFLAGS=$(FFLAGS_DEBUG) |
---|
15 | # |
---|
16 | LIBS=$(LIB_PREFIX)$(LIB_STD) -lflib |
---|
17 | # |
---|
18 | example: example.o |
---|
19 | $(FC) $(LDFLAGS) -o example example.o $(LIBS) |
---|
20 | # |
---|
21 | clean: |
---|
22 | rm -f example *.o *.$(MOD_EXT) |
---|
23 | # |
---|
24 | |
---|
25 | |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.