mirror of https://github.com/GNOME/gimp.git
146 lines
4.1 KiB
Makefile
146 lines
4.1 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
|
|
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
|
|
libgimpmath = $(top_builddir)/libgimpmath/libgimpmath-$(GIMP_API_VERSION).la
|
|
|
|
if PLATFORM_WIN32
|
|
no_undefined = -no-undefined
|
|
endif
|
|
|
|
if OS_WIN32
|
|
gimpconfig_def = gimpconfig.def
|
|
libgimpconfig_export_symbols = -export-symbols gimpconfig.def
|
|
|
|
install-libtool-import-lib:
|
|
$(INSTALL) .libs/libgimpconfig-$(GIMP_API_VERSION).dll.a $(DESTDIR)$(libdir)
|
|
$(INSTALL) gimpconfig.def $(DESTDIR)$(libdir)
|
|
|
|
uninstall-libtool-import-lib:
|
|
-rm $(DESTDIR)$(libdir)/libgimpconfig-$(GIMP_API_VERSION).dll.a
|
|
-rm $(DESTDIR)$(libdir)/gimpconfig.def
|
|
else
|
|
install-libtool-import-lib:
|
|
uninstall-libtool-import-lib:
|
|
endif
|
|
|
|
if MS_LIB_AVAILABLE
|
|
noinst_DATA = gimpconfig-$(GIMP_API_VERSION).lib
|
|
|
|
install-ms-lib:
|
|
$(INSTALL) gimpconfig-$(GIMP_API_VERSION).lib $(DESTDIR)$(libdir)
|
|
|
|
uninstall-ms-lib:
|
|
-rm $(DESTDIR)$(libdir)/gimpconfig-$(GIMP_API_VERSION).lib
|
|
|
|
gimpconfig-@GIMP_API_VERSION@.lib: gimpconfig.def
|
|
lib -name:libgimpconfig-$(GIMP_API_VERSION)-@LT_CURRENT_MINUS_AGE@.dll -def:gimpconfig.def -out:$@
|
|
|
|
else
|
|
install-ms-lib:
|
|
uninstall-ms-lib:
|
|
endif
|
|
|
|
libgimpconfigincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimpconfig
|
|
|
|
AM_CPPFLAGS = \
|
|
-DG_LOG_DOMAIN=\"LibGimpConfig\"
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(GLIB_CFLAGS) \
|
|
-I$(includedir)
|
|
|
|
EXTRA_DIST = \
|
|
makefile.msc \
|
|
gimpconfig.def
|
|
|
|
lib_LTLIBRARIES = libgimpconfig-2.0.la
|
|
|
|
libgimpconfig_sources = \
|
|
gimpconfig.h \
|
|
gimpconfigtypes.h \
|
|
gimpconfig-iface.c \
|
|
gimpconfig-iface.h \
|
|
gimpconfig-deserialize.c \
|
|
gimpconfig-deserialize.h \
|
|
gimpconfig-error.c \
|
|
gimpconfig-error.h \
|
|
gimpconfig-params.h \
|
|
gimpconfig-path.c \
|
|
gimpconfig-path.h \
|
|
gimpconfig-serialize.c \
|
|
gimpconfig-serialize.h \
|
|
gimpconfig-utils.c \
|
|
gimpconfig-utils.h \
|
|
gimpconfigwriter.c \
|
|
gimpconfigwriter.h \
|
|
gimpscanner.c \
|
|
gimpscanner.h \
|
|
gimpcolorconfig.c \
|
|
gimpcolorconfig.h \
|
|
gimpcolorconfig-enums.h
|
|
|
|
libgimpconfig_built_sources = \
|
|
gimpcolorconfig-enums.c
|
|
|
|
libgimpconfig_2_0_la_SOURCES = \
|
|
$(libgimpconfig_sources) $(libgimpconfig_built_sources)
|
|
|
|
|
|
libgimpconfiginclude_HEADERS = \
|
|
gimpconfig.h \
|
|
gimpconfigtypes.h \
|
|
gimpconfig-iface.h \
|
|
gimpconfig-deserialize.h \
|
|
gimpconfig-error.h \
|
|
gimpconfig-params.h \
|
|
gimpconfig-path.h \
|
|
gimpconfig-serialize.h \
|
|
gimpconfig-utils.h \
|
|
gimpconfigwriter.h \
|
|
gimpscanner.h \
|
|
gimpcolorconfig.h \
|
|
gimpcolorconfig-enums.h
|
|
|
|
|
|
libgimpconfig_2_0_la_LDFLAGS = \
|
|
-version-info $(LT_VERSION_INFO) \
|
|
$(no_undefined) \
|
|
$(libgimpconfig_export_symbols)
|
|
|
|
libgimpconfig_2_0_la_DEPENDENCIES = $(gimpconfig_def)
|
|
|
|
libgimpconfig_2_0_la_LIBADD = \
|
|
$(libgimpbase) \
|
|
$(libgimpcolor) \
|
|
$(libgimpmath) \
|
|
$(GLIB_LIBS)
|
|
|
|
|
|
install-data-local: install-ms-lib install-libtool-import-lib
|
|
|
|
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
|
|
|
|
|
|
#
|
|
# rules to generate built sources
|
|
#
|
|
|
|
gen_sources = xgen-cec
|
|
CLEANFILES = $(gen_sources)
|
|
|
|
$(srcdir)/gimpcolorconfig-enums.c: $(srcdir)/gimpcolorconfig-enums.h $(GIMP_MKENUMS)
|
|
$(GIMP_MKENUMS) \
|
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbasetypes.h\"\n#include \"gimpcolorconfig-enums.h\"\n#include \"libgimp/libgimp-intl.h\"" \
|
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
|
--vhead "GType\n@enum_name@_get_type (void)\n{\n static const G@Type@Value values[] =\n {" \
|
|
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
|
|
--vtail " { 0, NULL, NULL }\n };\n" \
|
|
--dhead " static const Gimp@Type@Desc descs[] =\n {" \
|
|
--dprod " { @VALUENAME@, @valuedesc@, @valuehelp@ }," \
|
|
--dtail " { 0, NULL, NULL }\n };\n\n static GType type = 0;\n\n if (G_UNLIKELY (! type))\n {\n type = g_@type@_register_static (\"@EnumName@\", values);\n gimp_type_set_translation_domain (type, GETTEXT_PACKAGE \"-libgimp\");\n gimp_type_set_translation_context (type, \"@enumnick@\");\n gimp_@type@_set_value_descriptions (type, descs);\n }\n\n return type;\n}\n" \
|
|
$(srcdir)/gimpcolorconfig-enums.h > xgen-cec \
|
|
&& cp xgen-cec $(@F) \
|
|
&& rm -f xgen-cec
|