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

📄 makefile.in

📁 msn message protocol stack
💻 IN
📖 第 1 页 / 共 5 页
字号:
datadir = @datadir@exec_prefix = @exec_prefix@gaimpath = @gaimpath@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@perlpath = @perlpath@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)/gaimMSNSOURCES = \	cmdproc.c \	cmdproc.h \	command.c \	command.h \	dialog.c \	dialog.h \	directconn.c \	directconn.h \	error.c \	error.h \	group.c \	group.h \	history.c \	history.h \	httpmethod.c \	httpmethod.h \	msg.c \	msg.h \	msn.c \	msn.h \	nexus.c \	nexus.h \	notification.c \	notification.h \	object.c \	object.h \	page.c \	page.h \	servconn.c \	servconn.h \	session.c \	session.h \	slp.c \	slp.h \	slpcall.c \	slpcall.h \	slplink.c \	slplink.h \	slpmsg.c \	slpmsg.h \	slpsession.c \	slpsession.h \	state.c \	state.h \	switchboard.c \	switchboard.h \	sync.c \	sync.h \	table.c \	table.h \	transaction.c \	transaction.h \	user.c \	user.h \	userlist.c \	userlist.h \	utils.c \	utils.hAM_CFLAGS = $(st)libmsn_la_LDFLAGS = -module -avoid-version@STATIC_MSN_FALSE@st = @STATIC_MSN_TRUE@st = -DGAIM_STATIC_PRPL@STATIC_MSN_TRUE@noinst_LIBRARIES = libmsn.a@STATIC_MSN_TRUE@libmsn_a_SOURCES = $(MSNSOURCES)@STATIC_MSN_TRUE@libmsn_a_CFLAGS = $(AM_CFLAGS)@STATIC_MSN_FALSE@pkg_LTLIBRARIES = libmsn.la@STATIC_MSN_FALSE@libmsn_la_SOURCES = $(MSNSOURCES)AM_CPPFLAGS = \	-I$(top_srcdir)/src \	$(GLIB_CFLAGS) \	$(DEBUG_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  src/protocols/msn/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  src/protocols/msn/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)libmsn.a: $(libmsn_a_OBJECTS) $(libmsn_a_DEPENDENCIES) 	-rm -f libmsn.a	$(libmsn_a_AR) libmsn.a $(libmsn_a_OBJECTS) $(libmsn_a_LIBADD)	$(RANLIB) libmsn.ainstall-pkgLTLIBRARIES: $(pkg_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(pkgdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdir)"	@list='$(pkg_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \	    $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \	  else :; fi; \	doneuninstall-pkgLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(pkg_LTLIBRARIES)'; for p in $$list; do \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \	doneclean-pkgLTLIBRARIES:	-test -z "$(pkg_LTLIBRARIES)" || rm -f $(pkg_LTLIBRARIES)	@list='$(pkg_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" = "$$p" && dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donelibmsn.la: $(libmsn_la_OBJECTS) $(libmsn_la_DEPENDENCIES) 	$(LINK) -rpath $(pkgdir) $(libmsn_la_LDFLAGS) $(libmsn_la_OBJECTS) $(libmsn_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdproc.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialog.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directconn.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/group.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/httpmethod.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmsn_a-cmdproc.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmsn_a-command.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmsn_a-dialog.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmsn_a-directconn.Po@am__quote@

⌨️ 快捷键说明

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