[Synopsis-changes] Synopsis/Synopsis/Synopsis/Parsers/Cpp Makefile.in,1.12,1.13
Stefan Seefeld stefan at synopsis.fresco.orgMon Jan 12 01:00:59 UTC 2004
- Previous message: [Synopsis-changes] Synopsis/Synopsis/include/Synopsis/AST AST.hh,1.1,1.2 Declaration.hh,1.1,1.2 SourceFile.hh,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/tests/Cxx-API/Python/expected - New directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/Synopsis/Parsers/Cpp In directory frida:/tmp/cvs-serv14075/Synopsis/Parsers/Cpp Modified Files: Makefile.in Log Message: prepare for use of C++ API Index: Makefile.in =================================================================== RCS file: /cvs/synopsis/Synopsis/Synopsis/Parsers/Cpp/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- Makefile.in 2 Jan 2004 03:58:05 -0000 1.12 +++ Makefile.in 12 Jan 2004 01:00:57 -0000 1.13 @@ -1,22 +1,10 @@ # $Id$ # -# This source file is a part of the Synopsis Project # Copyright (C) 2003 Stefan Seefeld +# All rights reserved. +# Licensed to the public under the terms of the GNU LGPL (>= 2), +# see the file COPYING for details. # -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the -# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, -# MA 02139, USA. SHELL := /bin/sh @@ -27,7 +15,7 @@ PYTHON := @PYTHON@ CC := @CC@ CXX := @CXX@ MAKEDEP := $(CXX) -M -CPPFLAGS:= @CPPFLAGS@ -I $(srcdir) -I @PYTHON_INCLUDE@ +CPPFLAGS:= @CPPFLAGS@ -I $(srcdir) -I $(srcdir)/../../../include -I @PYTHON_INCLUDE@ CFLAGS := @CFLAGS@ CXXFLAGS:= @CXXFLAGS@ LDFLAGS := @LDFLAGS@
- Previous message: [Synopsis-changes] Synopsis/Synopsis/include/Synopsis/AST AST.hh,1.1,1.2 Declaration.hh,1.1,1.2 SourceFile.hh,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/tests/Cxx-API/Python/expected - New directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list