Fresco/Fresco-Test/syunit Makefile.in,NONE,1.1
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit In directory purcel:/tmp/cvs-serv8269/syunit Added Files: Makefile.in Log Message: Sorry, forgot to add some files. Shuffled some variables aroud to allow for easier reuse of the test's Makefile.in. --- NEW FILE: Makefile.in --- # $Id: Makefile.in,v 1.1 2003/04/03 20:51:18 tobias Exp $ # # This source file is a part of the Fresco Project. # Copyright (C) 2003 Stefan Seefeld <[email protected]> # http://www.fresco.org # # 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 top_srcdir := @top_srcdir@ top_builddir := @top_builddir@ srcdir := @srcdir@ cdir := $(top_builddir)/config hdir := $(top_srcdir)/syunit-c++/include docdir := $(top_builddir)/share/doc/Fresco-Test build_bindir := $(top_builddir)/bin include $(cdir)/local.mk PYTHON := output.py syn2cc.py PYTHON_TARGETS := $(patsubst %, $(build_bindir)/%, $(PYTHON)) .FORCE: .PHONY: all doc install install-doc clean distclean maintainer-clean dist all: $(PYTHON_TARGETS) $(PYTHON_TARGETS): @echo copying $(@F). cp $(patsubst $(build_bindir)%, $(srcdir)%, $@) $@ clean: @echo removing all copied files rm -rf $(PYTHON_TARGETS) distclean: clean maintainer-clean: distclean dist: