2001-01-23 01:05:48 +03:00
|
|
|
#
|
2012-05-21 15:12:37 +04: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-23 01:05:48 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2001-01-23 01:05:48 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 04:42:35 +04:00
|
|
|
MODULE = imglib2
|
|
|
|
|
2010-11-05 20:23:05 +03:00
|
|
|
PARALLEL_DIRS = public src decoders encoders
|
2005-09-01 02:15:33 +04:00
|
|
|
|
2012-02-04 21:32:24 +04:00
|
|
|
TEST_DIRS += test
|
2007-04-22 05:30:35 +04:00
|
|
|
|
2003-01-10 21:36:07 +03:00
|
|
|
DIRS += build
|
2001-01-23 01:05:48 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2001-03-25 11:04:14 +04:00
|
|
|
|