Parent Directory
|
Revision Log
|
Patch
| revision 908 by abate, Tue Jul 10 18:10:17 2007 UTC | revision 909 by abate, Tue Jul 10 18:10:38 2007 UTC | |
|---|---|---|
| # | Line 7 | Line 7 |
| 7 | else | else |
| 8 | PACKAGES += pxp-lex-utf8 | PACKAGES += pxp-lex-utf8 |
| 9 | endif | endif |
| ifeq ($(CURL), true) | ||
| PACKAGES += curl | ||
| endif | ||
| 10 | ||
| 11 | ||
| 12 | ||
| # | Line 41 | Line 38 |
| 38 | SYNTAX += -symbol EXPAT= | SYNTAX += -symbol EXPAT= |
| 39 | endif | endif |
| 40 | ||
| 41 | ifeq ($(CURL), true) | |
| 42 | PACKAGES += curl | |
| 43 | SYNTAX += -symbol CURL= | |
| 44 | endif | |
| 45 | ||
| 46 | SYNTAX_PARSER = -syntax camlp4o $(SYNTAX:%=-ppopt %) | SYNTAX_PARSER = -syntax camlp4o $(SYNTAX:%=-ppopt %) |
| 47 | ||
| 48 | CAMLC_P = ocamlc -g | CAMLC_P = ocamlc -g |
|
||||||||
| CVS Admin">CVS Admin | ViewVC Help |
| Powered by ViewVC 1.1.5 |