postgis/raster/test/Makefile.in
2011-12-20 02:58:11 +00:00

30 lines
633 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 $@
distclean: clean
$(RM) Makefile