2004-04-18 23:44:41 +00:00
|
|
|
# Copyright (C) 2004 Jens Oberender <j.obi at troja.net>
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# $Id$
|
2005-11-12 03:37:11 +00:00
|
|
|
if USE_PYTHON
|
|
|
|
MAPSERVER = mapserver_export
|
|
|
|
endif
|
2004-04-18 23:44:41 +00:00
|
|
|
|
2005-11-12 03:37:11 +00:00
|
|
|
SUBDIRS = qgis_config $(MAPSERVER)
|
2004-03-23 06:17:59 +00:00
|
|
|
|
2004-04-18 23:44:41 +00:00
|
|
|
m4filedir = $(datadir)/aclocal
|
|
|
|
|
|
|
|
m4file_DATA = qgis.m4
|
|
|
|
|
|
|
|
m4file_SOURCE = qgisdetect.m4
|
|
|
|
|
|
|
|
$(m4file_DATA): $(m4file_SOURCE)
|
|
|
|
cat ../acinclude.m4 $(m4file_SOURCE) > $(m4file_DATA)
|
|
|
|
|
|
|
|
EXTRA_DIST = $(m4file_SOURCE)
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f $(m4file_DATA)
|