source: XMLF90/doc/Examples/cml/makefile @ 6

Last change on this file since 6 was 6, checked in by ymipsl, 15 years ago

Import des sources XMLF90

File size: 401 bytes
Line 
1#
2# Makefile for CML examples
3#
4default: all
5all: example
6#
7#---------------------------
8MK=$(FLIB_ROOT)/fortran.mk
9include $(MK)
10#---------------------------
11#
12# Uncomment the following line for debugging support
13#
14#FFLAGS=$(FFLAGS_DEBUG)
15#
16LIBS=$(LIB_PREFIX)$(LIB_STD) -lflib
17#
18example: example.o
19        $(FC) $(LDFLAGS) -o example example.o  $(LIBS)
20#
21clean: 
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.