gimp/libgimpbase/Makefile.am

78 lines
1.7 KiB
Makefile
Raw Normal View History

2001-05-21 08:05:48 +08:00
## Process this file with automake to produce Makefile.in
libgimpbaseincludedir = $(includedir)/gimp-$(LT_RELEASE)/libgimpbase
AM_CPPFLAGS = @STRIP_BEGIN@ \
2001-05-21 08:05:48 +08:00
-DGIMPDIR=\""$(gimpdir)"\" \
-DDATADIR=\""$(gimpdatadir)"\" \
-DSYSCONFDIR=\""$(gimpsysconfdir)"\" \
-DG_LOG_DOMAIN=\"LibGimpBase\" \
@GIMP_THREAD_FLAGS@ \
@STRIP_END@
2001-05-21 08:05:48 +08:00
INCLUDES = @STRIP_BEGIN@ \
2001-05-21 08:05:48 +08:00
-I$(top_srcdir) \
$(GLIB_CFLAGS) \
-I$(includedir) \
@STRIP_END@
2001-05-21 08:05:48 +08:00
EXTRA_DIST = \
gimpversion.h.in \
2001-05-21 08:05:48 +08:00
makefile.mingw \
makefile.mingw.in \
makefile.msc \
gimpbase.def
lib_LTLIBRARIES = libgimpbase-1.3.la
# help `make' along by giving another name for the file, which it knows
# how to build
../libgimpbase/gimpversion.h: gimpversion.h
@:
libgimpbase_1_3_la_SOURCES = @STRIP_BEGIN@ \
2001-05-21 08:05:48 +08:00
gimpbase.h \
gimpbasetypes.h \
gimpenv.c \
gimpenv.h \
gimplimits.h \
gimpsignal.c \
gimpsignal.h \
gimputils.c \
gimputils.h \
gimpparasite.c \
gimpparasite.h \
gimpparasiteio.c \
gimpparasiteio.h \
gimpprotocol.c \
gimpprotocol.h \
gimpunit.h \
gimpversion.h \
2001-05-21 08:05:48 +08:00
gimpwire.c \
gimpwire.h \
@STRIP_END@
2001-05-21 08:05:48 +08:00
libgimpbaseinclude_HEADERS = @STRIP_BEGIN@ \
2001-05-21 08:05:48 +08:00
gimpbase.h \
gimpbasetypes.h \
gimpenv.h \
gimplimits.h \
gimpsignal.h \
gimputils.h \
gimpparasite.h \
gimpparasiteio.h \
gimpunit.h \
gimpversion.h \
@STRIP_END@
EXTRA_HEADERS +=
2001-05-21 08:05:48 +08:00
libgimpbase_1_3_la_LDFLAGS = @STRIP_BEGIN@ \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
@STRIP_END@
2001-05-21 08:05:48 +08:00
libgimpbase_1_3_la_LIBADD = $(GLIB_LIBS)
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/libgimpcolor/makefile.mingw.in
cd $(top_builddir) && CONFIG_FILES=libgimpcolor/$@ CONFIG_HEADERS= $(SHELL) ./config.status