postgis/raster/test/Makefile.in

29 lines
608 B
Makefile
Raw Normal View History

#############################################################################
# $Id$
#
# Copyright (c) 2009 Mateusz Loskot <mateusz@loskot.net>
#
# This is free software; you can redistribute and/or modify it under
# the terms of the GNU General Public Licence. See the COPYING file.
#
#############################################################################
RT_CORE=../rt_core
all: check
core-check:
$(MAKE) -C cunit check
check: core-check
$(MAKE) -C regress check
clean:
$(MAKE) -C cunit $@
$(MAKE) -C regress $@
distclean: clean
$(MAKE) -C cunit $@
$(MAKE) -C regress $@
rm -f Makefile