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

📄 makefile.in

📁 Linux下的多协议即时通讯程序源代码
💻 IN
📖 第 1 页 / 共 5 页
字号:
USE_TCL_FALSE = @USE_TCL_FALSE@USE_TCL_TRUE = @USE_TCL_TRUE@USE_TK_FALSE = @USE_TK_FALSE@USE_TK_TRUE = @USE_TK_TRUE@VERSION = @VERSION@X11_CFLAGS = @X11_CFLAGS@X11_LIBS = @X11_LIBS@XGETTEXT = @XGETTEXT@XSS_LIBS = @XSS_LIBS@X_CFLAGS = @X_CFLAGS@X_EXTRA_LIBS = @X_EXTRA_LIBS@X_LIBS = @X_LIBS@X_PRE_LIBS = @X_PRE_LIBS@ZEPHYR_CFLAGS = @ZEPHYR_CFLAGS@ZEPHYR_LDFLAGS = @ZEPHYR_LDFLAGS@ZEPHYR_LIBS = @ZEPHYR_LIBS@ac_ct_AR = @ac_ct_AR@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@enable_dbus = @enable_dbus@enable_dot = @enable_dot@enable_doxygen = @enable_doxygen@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pango_CFLAGS = @pango_CFLAGS@pango_LIBS = @pango_LIBS@perlpath = @perlpath@pidginpath = @pidginpath@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sedpath = @sedpath@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@EXTRA_DIST = \		Makefile.mingwpkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)QQSOURCES = \	buddy_info.c \	buddy_info.h \	buddy_list.c \	buddy_list.h \	buddy_opt.c \	buddy_opt.h \	buddy_status.c \	buddy_status.h \	char_conv.c \	char_conv.h \	crypt.c \	crypt.h \	file_trans.c \	file_trans.h \	group.c \	group.h \	group_conv.c \	group_conv.h \	group_find.c \	group_find.h \	group_free.c \	group_free.h \	group_internal.c \	group_internal.h \	group_im.c \	group_im.h \	group_info.c \	group_info.h \	group_join.c \	group_join.h \	group_misc.c \	group_misc.h \	group_network.c \	group_network.h \	group_opt.c \	group_opt.h \	group_search.c \	group_search.h \	header_info.c \	header_info.h \	im.c \	im.h \	keep_alive.c \	keep_alive.h \	login_logout.c \	login_logout.h \	packet_parse.c \	packet_parse.h \	qq.c \	qq.h \	qq_proxy.c \	qq_proxy.h \	recv_core.c \	recv_core.h \	send_core.c \	send_core.h \	send_file.c \	send_file.h \	sendqueue.c \	sendqueue.h \	sys_msg.c \	sys_msg.h \	udp_proxy_s5.c \	udp_proxy_s5.h \	utils.c \	utils.hAM_CFLAGS = $(st)libqq_la_LDFLAGS = -module -avoid-version@STATIC_QQ_FALSE@st = @STATIC_QQ_TRUE@st = -DPURPLE_STATIC_PRPL@STATIC_QQ_TRUE@noinst_LIBRARIES = libqq.a@STATIC_QQ_TRUE@libqq_a_SOURCES = $(QQSOURCES)@STATIC_QQ_TRUE@libqq_a_CFLAGS = $(AM_CFLAGS)@STATIC_QQ_FALSE@pkg_LTLIBRARIES = libqq.la@STATIC_QQ_FALSE@libqq_la_SOURCES = $(QQSOURCES)@STATIC_QQ_FALSE@libqq_la_LIBADD = $(GLIB_LIBS)AM_CPPFLAGS = \	-I$(top_srcdir)/libpurple \	-I$(top_builddir)/libpurple \	-DQQ_BUDDY_ICON_DIR=\"$(datadir)/pixmaps/purple/buddy_icons/qq\" \	$(DEBUG_CFLAGS) \	$(GLIB_CFLAGS)all: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libpurple/protocols/qq/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  libpurple/protocols/qq/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshclean-noinstLIBRARIES:	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)libqq.a: $(libqq_a_OBJECTS) $(libqq_a_DEPENDENCIES) 	-rm -f libqq.a	$(libqq_a_AR) libqq.a $(libqq_a_OBJECTS) $(libqq_a_LIBADD)	$(RANLIB) libqq.a

⌨️ 快捷键说明

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