2001-01-24 07:56:18 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2001-02-25 22:37:12 +08:00
|
|
|
libgimpmathincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimpmath
|
2001-01-24 07:56:18 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
AM_CPPFLAGS = @STRIP_BEGIN@ \
|
2001-01-24 07:56:18 +08:00
|
|
|
-DGIMPDIR=\""$(gimpdir)"\" \
|
|
|
|
-DDATADIR=\""$(gimpdatadir)"\" \
|
|
|
|
-DSYSCONFDIR=\""$(gimpsysconfdir)"\" \
|
|
|
|
-DG_LOG_DOMAIN=\"LibGimpMath\" \
|
2001-06-08 01:20:50 +08:00
|
|
|
@GIMP_THREAD_FLAGS@ \
|
|
|
|
@STRIP_END@
|
2001-01-24 07:56:18 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
2001-01-24 07:56:18 +08:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(GTK_CFLAGS) \
|
2001-06-08 01:20:50 +08:00
|
|
|
-I$(includedir) \
|
|
|
|
@STRIP_END@
|
2001-01-24 07:56:18 +08:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
makefile.mingw \
|
|
|
|
makefile.mingw.in \
|
|
|
|
makefile.msc \
|
|
|
|
gimpmath.def
|
|
|
|
|
2001-02-25 22:37:12 +08:00
|
|
|
lib_LTLIBRARIES = libgimpmath-1.3.la
|
2001-01-24 07:56:18 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
libgimpmath_1_3_la_SOURCES = @STRIP_BEGIN@ \
|
2001-01-24 07:56:18 +08:00
|
|
|
gimpmath.h \
|
|
|
|
gimpmathtypes.h \
|
|
|
|
gimpmatrix.c \
|
|
|
|
gimpmatrix.h \
|
|
|
|
gimpvector.c \
|
2001-06-08 01:20:50 +08:00
|
|
|
gimpvector.h \
|
|
|
|
@STRIP_END@
|
2001-01-24 07:56:18 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
libgimpmathinclude_HEADERS = @STRIP_BEGIN@ \
|
2001-01-24 07:56:18 +08:00
|
|
|
gimpmath.h \
|
|
|
|
gimpmathtypes.h \
|
|
|
|
gimpmatrix.h \
|
2001-06-08 01:20:50 +08:00
|
|
|
gimpvector.h \
|
|
|
|
@STRIP_END@
|
2001-01-24 07:56:18 +08:00
|
|
|
|
2001-06-08 01:20:50 +08:00
|
|
|
EXTRA_HEADERS +=
|
|
|
|
|
|
|
|
libgimpmath_1_3_la_LDFLAGS = @STRIP_BEGIN@ \
|
|
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
|
|
@STRIP_END@
|
2001-02-25 22:37:12 +08:00
|
|
|
|
|
|
|
libgimpmath_1_3_la_LIBADD = $(GLIB_LIBS) -lm
|
2001-01-24 07:56:18 +08:00
|
|
|
|
|
|
|
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/libgimpmath/makefile.mingw.in
|
|
|
|
cd $(top_builddir) && CONFIG_FILES=libgimpmath/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|