[Synopsis-changes] Synopsis/Synopsis/demo Makefile,1.5,1.6
Stefan Seefeld stefan at synopsis.fresco.orgWed Nov 19 04:56:54 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps synopsis.py,NONE,1.1 Makefile,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors TypeMapper.py,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo In directory frida:/tmp/cvs-serv30935/demo Modified Files: Makefile Log Message: adjustments Index: Makefile =================================================================== RCS file: /cvs/synopsis/Synopsis/demo/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- Makefile 20 Aug 2003 03:07:25 -0000 1.5 +++ Makefile 19 Nov 2003 04:56:52 -0000 1.6 @@ -1,35 +1,15 @@ # $Id$ # -# This source file is a part of the Synopsis Project -# Copyright (C) 2000 Stefan Seefeld -# -# 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. +# 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. # -# 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 -ifeq (,$(findstring $(MAKECMDGOALS), clean distclean)) -ifeq (,$(findstring $(action), clean distclean)) -include ../local.mk -endif -endif - -subdirs := IDL C++ Python Mixed Graph Config Perceps -ifeq ($(CTOOL), 1) -subdirs += C -endif +subdirs := IDL C++/Employee C++/Shapes C++/GapBuffer \ + Python Perceps Mixed Graph action := all @@ -43,4 +23,7 @@ $(subdirs): clean: $(MAKE) action="clean" + +distclean: + $(MAKE) action="distclean"
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps synopsis.py,NONE,1.1 Makefile,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Processors TypeMapper.py,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list