/[svn]/Makefile.distrib
ViewVC logotype

Diff of /Makefile.distrib

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

revision 771 by abate, Tue Jul 10 18:02:03 2007 UTC revision 779 by abate, Tue Jul 10 18:02:34 2007 UTC
# Line 88  Line 88 
88    
89  # Source directories  # Source directories
90    
91  DIRS = misc parser schema typing types compile runtime driver  DIRS = misc parser schema typing types compile runtime driver query
92  CLEAN_DIRS = $(DIRS) tools tests  CLEAN_DIRS = $(DIRS) tools tests
93    
94  # Objects to build  # Objects to build
# Line 125  Line 125 
125   compile/compile.cmo \   compile/compile.cmo \
126   compile/operators.cmo \   compile/operators.cmo \
127   \   \
128   types/builtin.cmo driver/librarian.cmo driver/cduce.cmo   types/builtin.cmo driver/librarian.cmo driver/cduce.cmo \
129     \
130     query/query_parse.cmo
131    
132  VALIDATE_OBJECTS := $(shell for o in $(OBJECTS); do echo $$o; if [ "$$o" = "schema/schema_parser.cmo" ]; then exit 0; fi; done) # all objects until schema_parser.cmo  VALIDATE_OBJECTS := $(shell for o in $(OBJECTS); do echo $$o; if [ "$$o" = "schema/schema_parser.cmo" ]; then exit 0; fi; done) # all objects until schema_parser.cmo
133    

Legend:
Removed from v.771  
changed lines
  Added in v.779

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5