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

« back to all changes in this revision

Viewing changes to parsing_cocci/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-01-31 22:30:19 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100131223019-hbq02ip17tn17n52
Tags: 0.2.0.deb-1ubuntu1
* Merge from debian testing (LP: #515198).Remaining changes:
  - debian/control: build-depend on python2.6-dev,
    set XB-Python-Version to 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
2
 
# Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller
 
2
# Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
3
3
# This file is part of Coccinelle.
4
 
 
4
#
5
5
# Coccinelle is free software: you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
7
7
# the Free Software Foundation, according to version 2 of the License.
8
 
 
8
#
9
9
# Coccinelle is distributed in the hope that it will be useful,
10
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
12
# GNU General Public License for more details.
13
 
 
13
#
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with Coccinelle.  If not, see <http://www.gnu.org/licenses/>.
16
 
 
16
#
17
17
# The authors reserve the right to distribute this or future versions of
18
18
# Coccinelle under other licenses.
19
19
 
40
40
LIBS=../commons/commons.cma ../globals/globals.cma
41
41
SYSLIBS = str.cma unix.cma
42
42
 
43
 
#MENHIR_PATH=$(shell ocamlfind query menhirLib)
44
 
MENHIR_PATH=../menhirlib
 
43
MENHIR_PATH=$(shell ocamlfind query menhirLib)
 
44
#MENHIR_PATH=../menhirlib
45
45
 
46
46
INCLUDES = -I ../commons -I ../commons/ocamlextra -I ../globals \
47
47
-I $(MENHIR_PATH)