2001-01-22 22:05:48 +00:00
|
|
|
#
|
2012-05-21 12:12:37 +01:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2001-01-22 22:05:48 +00:00
|
|
|
|
2012-08-04 20:26:44 +02:00
|
|
|
DEPTH = @DEPTH@
|
2001-01-22 22:05:48 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 00:42:35 +00:00
|
|
|
MODULE = imglib2
|
|
|
|
|
2010-11-05 18:23:05 +01:00
|
|
|
PARALLEL_DIRS = public src decoders encoders
|
2005-08-31 22:15:33 +00:00
|
|
|
|
2012-02-04 17:32:24 +00:00
|
|
|
TEST_DIRS += test
|
2007-04-21 18:30:35 -07:00
|
|
|
|
2003-01-10 18:36:07 +00:00
|
|
|
DIRS += build
|
2001-01-22 22:05:48 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2001-03-25 07:04:14 +00:00
|
|
|
|