# # mod-xslt -- Copyright (C) 2002, 2003 # Carlo Contavalli # # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program 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 General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # .PHONY: prepare test clean distclean release tidy all default: prepare # Targets prepare: config.status config.status: configure Makefile ./configure --cache-file="./cache/configure.cache" configure: configure.ac @echo "Updating configure (you need autotools)" ./scripts/release release: configure distclean: clean rm -f ./libtool ./config.status ./config.log ./cache/configure.cache rm -f ./scripts/{cleanup,configure,issue,make,test} tidy: distclean rm -f ./configure all: config.status xargs -i ./scripts/test try {} < ./data/all clean: rm -rf ./tmp/* rm -rf ./tree/lib/* rm -rf ./tests/*/build/*