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

📄 makefile.am

📁 在Linux下实现magnification功能
💻 AM
字号:
Cursorsdir = $(datadir)/gnome-maglib_LTLIBRARIES = libgnome-mag.labin_PROGRAMS = magnifierlibgnome_mag_la_SOURCES = \	GNOME_Magnifier-common.c \	GNOME_Magnifier-stubs.clibgnome_mag_la_DEPENDENCIES = \	GNOME_Magnifier.hlibgnome_mag_la_LDFLAGS = \	$(LT_VERSION_INFO) -no-undefinedlibgnome_mag_la_LIBADD = $(LIBDEPS_LIBS)libgnomemagincludedir=$(includedir)/gnome-mag-1.0/magnifierlibgnomemaginclude_HEADERS=GNOME_Magnifier.hAM_CFLAGS = $(CFLAGS) $(DEPS_CFLAGS) $(X_FLAGS)magnifier_SOURCES = magnifier-main.c \	magnifier.c \	magnifier-private.h \	zoom-region.c \	zoom-region.h \	zoom-region-private.h \	magnifier.h \	magnifier-private.h \	gmag-events.c \	gmag-events.h \	GNOME_Magnifier.h \	GNOME_Magnifier-skels.c \	GNOME_Magnifier-common.cmagnifier_CFLAGS = $(AM_CFLAGS)INCLUDES = \	$(DEPS_CFLAGS)		\	-I$(top_srcdir)		\	-I$(top_builddir)	\	-I$(top_srcdir)/idl	\	$(GNOME_MAG_DEBUG_CFLAGS)	\	-DCURSORSDIR=\""$(Cursorsdir)"\"IDL_OUT = GNOME_Magnifier.h GNOME_Magnifier-skels.c GNOME_Magnifier-stubs.c GNOME_Magnifier-common.c GNOME_Magnifier-imodule.cIDL = $(top_srcdir)/idl/GNOME_Magnifier.idlBUILT_SOURCES = $(IDL_OUT)CLEANFILES = $(IDL_OUT)DISTCLEANFILES = $(IDL_OUT)magnifier.h : GNOME_Magnifier.hIDLFLAGS = -I$(BONOBO_ACTIVATION_IDL_DIR) 	\	-I$(LIBBONOBO_IDL_DIR)			\	-I$(top_srcdir)/idl			\	--add-imoduleorbittypelibdir = $(libdir)/orbit-2.0orbittypelib_LTLIBRARIES = GNOME_Magnifier_module.laGNOME_Magnifier_module_la_LDFLAGS = \	-export-dynamic -module -avoid-version -no-undefinedGNOME_Magnifier_module_la_LIBADD = $(ORBIT_LIBS)GNOME_Magnifier_module_la_SOURCES = \	GNOME_Magnifier-imodule.c# The X_LIBS must be searched first, since the DEPS_LIBS are setted by a call# to pkg-config and can contain a path to X libraries, other way the# functionalities finded during the test that setted X_LIBS can not be# presented in the final link.LDADD = $(X_LIBS) $(DEPS_LIBS) libgnome-mag.la $(POPT_LIBS) $(COLORBLIND_LIBS)serverinfodir= $(libdir)/bonobo/servers$(server_in_files): $(server_in_files).in	sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@server_in_files = GNOME_Magnifier.server.inserverinfo_DATA = $(server_in_files:.server.in=.server)@INTLTOOL_SERVER_RULE@EXTRA_DIST = $(server_in_files).in $(IDL_OUT) : $(IDL) $(ORBIT_IDL)	$(ORBIT_IDL) $(IDLFLAGS) $(IDL)DONT_DIST_SOURCE = $(IDL_OUT)CLEANFILES += $(server_in_files) $(serverinfo_DATA)dist-hook:	for file in $(DONT_DIST_SOURCE) ; do \	    rm -f $(distdir)/$$file ; \	done

⌨️ 快捷键说明

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