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

📄 makefile.am

📁 gtk是linux一款强大的夸平台的图形化开发工具
💻 AM
字号:
## Makefile.am for gtk+/gdkINCLUDES = @STRIP_BEGIN@ \	-DG_LOG_DOMAIN=\"Gdk\"	\	-I$(top_srcdir)		\	@GTK_DEBUG_FLAGS@ 	\	@GTK_XIM_FLAGS@		\	@GTK_LOCALE_FLAGS@	\	@GLIB_CFLAGS@		\	@x_cflags@ 		\@STRIP_END@## libraries to compile and install#lib_LTLIBRARIES = libgdk.la# libtool stuff: set version and export symbols for resolvinglibgdkincludedir = $(includedir)/gdklibgdk_la_LDFLAGS = @STRIP_BEGIN@ \	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \	-release $(LT_RELEASE) \	-export-dynamic \	@GLIB_DEPLIBS@	\	@x_ldflags@	\	@x_libs@	\	-lm		\@STRIP_END@## setup source file variables## GDK header files for public installation (non-generated)gdk_public_h_sources = @STRIP_BEGIN@ \	gdk.h		\	gdkcursors.h	\	gdkrgb.h	\	gdki18n.h	\	gdkkeysyms.h	\	gdkprivate.h	\	gdktypes.h	\	gdkx.h		\@STRIP_END@gdk_c_sources = @STRIP_BEGIN@ \	gdk.c		\	gdkcc.c		\	gdkcolor.c	\	gdkcursor.c	\	gdkdnd.c	\	gdkdraw.c	\	gdkevents.c     \	gdkfont.c	\	gdkgc.c		\	gdkglobals.c	\	gdkim.c		\	gdkimage.c	\	gdkinput.c	\	gdkinput.h	\	gdkinputnone.h  \	gdkinputcommon.h\	gdkinputgxi.h	\	gdkinputxfree.h	\	gdkpixmap.c	\	gdkproperty.c	\	gdkrgb.c	\	gdkrectangle.c	\	gdkregion.c	\	gdkselection.c	\	gdkvisual.c	\	gdkwindow.c	\	gdkxid.c 	\	MwmUtil.h       \	gxid_lib.h	\	gxid_proto.h	\        gxid_lib.c	\@STRIP_END@## setup GDK sources and their dependancies#libgdkinclude_HEADERS = $(gdk_public_h_sources)libgdk_la_SOURCES = $(gdk_c_sources)MAINTAINERCLEANFILES +=EXTRA_HEADERS +=EXTRA_DIST +=EXTRA_DIST +=## rules to generate built sources## we only need to remake these headers once a new X version is releasedX-derived-headers:	sed -e 's/^#define[ 	]*XC\([^ 	]*\)[ 	]*\([^ 	]*\)[ 	]*.*$$/GDK\1 = \2,/' \	    -e 'tb' -e 'd' -e ':b' \	    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \	    < @x_includes@/X11/cursorfont.h > gdkcursors.h ; \	sed -e 's/^#define[ 	]*XK\([^ 	]*\)[ 	]*\([^ 	]*\)[ 	]*.*$$/#define GDK\1 \2/' \	    -e 'tb' -e 'd' -e ':b' -e 's/ 0X/ 0x/' \	    < @x_includes@/X11/keysymdef.h > gdkkeysyms.h## extra programs#EXTRA_PROGRAMS = gxidbin_PROGRAMS = @xinput_progs@LDADDS = @STRIP_BEGIN@ \	@x_ldflags@	\	@x_libs@	\	@GLIB_LIBS@	\	-lm		\@STRIP_END@gxid_SOURCES = gxid.cgxid_LDADD = $(LDADDS).PHONY: filesfiles:	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \	  echo $$p; \	done

⌨️ 快捷键说明

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