/[geocaml]/geocaml/src/Makefile
ViewVC logotype

Diff of /geocaml/src/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by gmariano, Mon Apr 7 13:43:08 2003 UTC revision 1.7 by gmariano, Tue Sep 2 15:07:27 2003 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  #Les fichiers sources du projet (exemple toto.ml foo.ml)  #Les fichiers sources du projet
4  SOURCES=  SOURCES =
5  SOURCES+= generate.ml  SOURCES+= generate.ml
6  SOURCES+= drawing.ml  SOURCES+= drawing.ml
7    SOURCES+= xml.ml
8  SOURCES+= geoXml.ml  SOURCES+= geoXml.ml
9  SOURCES+= xmlexpansed.ml  SOURCES+= xmlexpansed.ml
10  SOURCES+= geom.ml  SOURCES+= geom.ml
11    SOURCES+= geoSystem.ml
12    SOURCES+= geoPs.ml
13  SOURCES+= abrlex.ml  SOURCES+= abrlex.ml
14  SOURCES+= parser.mly  SOURCES+= parser.mly
15  SOURCES+= lexer.mll  SOURCES+= lexer.mll
16  SOURCES+= main.ml  SOURCES+= main.ml
17    
18    ARCH = native
19    
20    RESULT=geocaml-$(ARCH)
 RESULT=geocaml  
21    
22  LIBS = unix str graphics  LIBS = unix str graphics
23    
24  all: bc  ARCH = native
25    
26    all: $(ARCH)-code
27    
28  include OCamlMakefile  include OCamlMakefile
29    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26