~ubuntu-branches/ubuntu/trusty/coccinelle/trusty-proposed

« back to all changes in this revision

Viewing changes to parsing_c/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 15:05:03 UTC
  • mfrom: (7.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110421150503-2pde6r9lgsn31t33
Tags: 0.2.5.deb-3
* Team upload
* Compile in bytecode only on non-natdynlink architectures (fixes FTBFS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
-include ../Makefile.config
10
10
 
11
 
ifeq ($(FEATURE_TARZAN), 1)
12
 
TARZANSRC=sexp_ast_c.ml
13
 
ifeq ("$(SEXPDIR)","ocamlsexp")
14
 
TARZANINCLUDE=-I ../$(SEXPDIR)
15
 
else
16
 
TARZANINCLUDE=-I $(SEXPDIR)
17
 
endif # Use local ocamlsexp
18
 
endif # FEATURE_TARZAN
 
11
# ifeq ($(FEATURE_TARZAN), 1)
 
12
# TARZANSRC=sexp_ast_c.ml
 
13
# ifeq ("$(SEXPDIR)","ocamlsexp")
 
14
# TARZANINCLUDE=-I ../$(SEXPDIR)
 
15
# else
 
16
# TARZANINCLUDE=-I $(SEXPDIR)
 
17
# endif # Use local ocamlsexp
 
18
# endif # FEATURE_TARZAN
19
19
 
20
20
 
21
21
 
22
22
# - type_cocci.ml ast_cocci.ml  # + unparse_hrule
23
23
SRC= flag_parsing_c.ml parsing_stat.ml \
24
24
 token_c.ml ast_c.ml control_flow_c.ml \
25
 
 $(TARZANSRC) \
26
25
 visitor_c.ml lib_parsing_c.ml \
27
26
 control_flow_c_build.ml \
28
27
 pretty_print_c.ml \