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

Diff of /geocaml/src/Makefile

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

revision 1.9 by adoniec, Tue Sep 9 13:27:07 2003 UTC revision 1.10 by gmariano, Wed Sep 10 19:26:28 2003 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3    
4  #Les fichiers sources du projet  #Les fichiers sources du projet
5  SOURCES =  SOURCES =
6  SOURCES+= generate.ml  SOURCES+= generate.ml
# Line 15  SOURCES+= parser.mly Line 16  SOURCES+= parser.mly
16  SOURCES+= lexer.mll  SOURCES+= lexer.mll
17  SOURCES+= main.ml  SOURCES+= main.ml
18    
19    # TAG
20    DATE = $(shell date -I)
21    
22    
23    
24  ARCH = native  ARCH = native
25    
26  RESULT=geocaml-$(ARCH)  TAG=-$(DATE)-$(ARCH)
27    
28    RESULT=geocaml$(TAG)
29    
30  LIBS = unix str graphics  LIBS = unix str graphics
31    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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