⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 linux下图形库开发包atk-1.4.0.tar.gz
💻 AM
字号:
# We set GPATH here; this gives us semantics for GNU make# which are more like other make's VPATH.GPATH = $(srcdir)INCLUDES = \	-I$(top_srcdir)		\	-DG_DISABLE_DEPRECATED	\	$(DEP_CFLAGS)		\	-DATKLOCALEDIR=\""$(atklocaledir)"\"lib_LTLIBRARIES = libatk-1.0.lalibatk_1_0_la_LDFLAGS = -version-info $(LT_VERSION_INFO)libatk_1_0_la_LIBADD = $(DEP_LIBS)libatk_1_0_la_SOURCES = 	\	atkaction.c		\	atkcomponent.c		\	atkdocument.c		\	atkeditabletext.c	\	atkgobjectaccessible.c	\	atkhyperlink.c		\	atkhypertext.c		\	atkimage.c		\	atknoopobject.c		\	atknoopobjectfactory.c	\	atkobject.c		\	atkobjectfactory.c	\	atkregistry.c		\	atkrelation.c		\	atkrelationset.c	\	atkselection.c		\	atkstate.c		\	atkstateset.c		\	atkstreamablecontent.c	\	atktable.c		\	atktext.c		\	atkutil.c		\	atkvalue.c		\	atk-enum-types.clibatkincludedir=$(includedir)/atk-1.0/atkatk_headers = \        atk.h			\        atkaction.h		\        atkcomponent.h		\        atkdocument.h		\        atkeditabletext.h	\        atkgobjectaccessible.h	\        atkhyperlink.h		\        atkhypertext.h		\        atknoopobject.h		\        atknoopobjectfactory.h	\        atkobject.h		\	atkobjectfactory.h	\        atkimage.h		\        atkregistry.h		\        atkrelation.h		\        atkrelationtype.h	\        atkrelationset.h	\        atkselection.h		\        atkstate.h		\        atkstateset.h		\        atkstreamablecontent.h	\        atktable.h		\        atktext.h		\        atkutil.h		\        atkvalue.hlibatkinclude_HEADERS =		\	$(atk_headers)		\	atk-enum-types.h# ---------- Handle built sources ----------BUILT_SOURCES = atkmarshal.h atkmarshal.c atk-enum-types.h atk-enum-types.catkmarshal.h: stamp-atkmarshal.h	@truestamp-atkmarshal.h: @REBUILD@ atkmarshal.list	$(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --header >> xgen-gmh \	&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \	&& rm -f xgen-gmh xgen-gmh~					\	&& echo timestamp > $(@F)atkmarshal.c: stamp-atkmarshal.c	@truestamp-atkmarshal.c: @REBUILD@ atkmarshal.list	$(GLIB_GENMARSHAL) --prefix=atk_marshal $(srcdir)/atkmarshal.list --body >> xgen-gmc \	&& (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \	&& rm -f xgen-gmc xgen-gmc~					\	&& echo timestamp > $(@F)atk-enum-types.h: s-enum-types-h	@trues-enum-types-h: @REBUILD@ $(atk_headers) Makefile	( cd $(srcdir) && glib-mkenums \			--fhead "#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \			--fprod "/* enumerations from \"@filename@\" */\n" \			--vhead "GType @enum_name@_get_type (void);\n#define ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \			--ftail "G_END_DECLS\n\n#endif /* __ATK_ENUM_TYPES_H__ */" \		$(atk_headers) ) > tmp-atk-enum-types.h \	&& (cmp -s tmp-atk-enum-types.h atk-enum-types.h || cp tmp-atk-enum-types.h atk-enum-types.h ) \	&& rm -f tmp-atk-enum-types.h \	&& echo timestamp > $(@F)atk-enum-types.c: s-enum-types-c	@trues-enum-types-c: @REBUILD@ $(atk_headers) Makefile	( cd $(srcdir) && glib-mkenums \			--fhead "#include <atk.h>" \			--fprod "\n/* enumerations from \"@filename@\" */" \			--vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"     \			--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \			--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \		$(atk_headers) ) > tmp-atk-enum-types.c \	&& (cmp -s tmp-atk-enum-types.c atk-enum-types.c || cp tmp-atk-enum-types.c atk-enum-types.c ) \	&& rm -f tmp-atk-enum-types.c \	&& echo timestamp > $(@F)# ---------- Win32 stuff ----------if OS_WIN32libatk_1_0_la_LDFLAGS += -export-symbols atk.def -no-undefinedlibatk_1_0_la_LIBADD += atk-win32res.loinstall-libtool-import-lib:	$(INSTALL) .libs/libatk-$(ATK_API_VERSION).dll.a $(DESTDIR)$(libdir)uninstall-libtool-import-lib:	-rm $(DESTDIR)$(libdir)/libatk-$(ATK_API_VERSION).dll.aelseinstall-libtool-import-lib:uninstall-libtool-import-lib:endifatk-win32res.lo: atk.rc	$(top_srcdir)/../glib/build/win32/lt-compile-resource $< $@if MS_LIB_AVAILABLEnoinst_DATA = atk-$(ATK_API_VERSION).libinstall-ms-lib:	$(INSTALL) atk-$(ATK_API_VERSION).lib $(DESTDIR)$(libdir)uninstall-ms-lib:	-rm $(DESTDIR)$(libdir)/atk-$(ATK_API_VERSION).libelseinstall-ms-lib:uninstall-ms-lib:endifatk-$(ATK_API_VERSION).lib: libatk-$(ATK_API_VERSION).la atk.def	lib -name:libatk-$(ATK_API_VERSION)-$(LT_CURRENT_MINUS_AGE).dll -def:atk.def -out:$@EXTRA_DIST = atk.def atk.rc.in atkmarshal.list atkintl.hDISTCLEANFILES = \  stamp-atkmarshal.h stamp-atkmarshal.c \  s-enum-types-h s-enum-types-cdistclean-local:	if test $(srcdir) = .; then :; else \	  rm -f atkmarshal.h atkmarshal.c atk-enum-types.h atk-enum-types.c; \	fiinstall-data-local: install-ms-lib install-libtool-import-libuninstall-local: uninstall-ms-lib uninstall-libtool-import-lib

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -