/[svn]/Makefile.distrib
ViewVC logotype

Diff of /Makefile.distrib

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

revision 517 by abate, Tue Jul 10 17:39:47 2007 UTC revision 518 by abate, Tue Jul 10 17:40:57 2007 UTC
# Line 1  Line 1 
1  include Makefile.conf  include Makefile.conf
2  VERSION = 0.0.91  VERSION = 0.0.91
3    
4  PACKAGES = -package "pxp-engine pxp-lex-iso88591 wlexing camlp4 num cgi pcre netstring"  PACKAGES = pxp-engine pxp-lex-iso88591 wlexing camlp4 num cgi pcre netstring
5  ifeq ($(PXP_WLEX), true)  ifeq ($(PXP_WLEX), true)
6    PACKAGES += -package pxp-wlex-utf8    PACKAGES += pxp-wlex-utf8
7  else  else
8    PACKAGES += -package pxp-lex-utf8    PACKAGES += pxp-lex-utf8
9  endif  endif
10    
11  SYNTAX = camlp4o -I misc/ pa_extend.cmo \  SYNTAX = camlp4o -I misc/ pa_extend.cmo \
# Line 20  Line 20 
20  endif  endif
21    
22  ifeq ($(EXPAT), true)  ifeq ($(EXPAT), true)
23          PACKAGES += -package expat          PACKAGES += expat
24          SYNTAX += -symbol EXPAT=          SYNTAX += -symbol EXPAT=
25  endif  endif
26    
# Line 38  Line 38 
38  endif  endif
39    
40  OPT = -warn-error A  OPT = -warn-error A
41  CAMLC = ocamlfind $(CAMLC_P) $(OPT) $(PACKAGES)  CAMLC = ocamlfind $(CAMLC_P) $(OPT) -package "$(PACKAGES)"
42  CAMLOPT = ocamlfind $(CAMLOPT_P) $(OPT) $(PACKAGES)  CAMLOPT = ocamlfind $(CAMLOPT_P) $(OPT) -package "$(PACKAGES)"
43    
44  ifeq ($(NATIVE), true)  ifeq ($(NATIVE), true)
45          EXTENSION = cmx          EXTENSION = cmx

Legend:
Removed from v.517  
changed lines
  Added in v.518

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