postgis/raster/test/Makefile.in
2011-04-01 05:18:45 +00:00

27 lines
599 B
Makefile

#############################################################################
# $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: $(RT_CORE)/librtcore.a
$(MAKE) -C core check
check: core-check
$(MAKE) -C regress check
$(RT_CORE)/librtcore.a:
$(MAKE) -C $(RT_CORE)
clean:
$(MAKE) -C core $@
$(MAKE) -C regress $@