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

📄 makefile.in

📁 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
💻 IN
📖 第 1 页 / 共 4 页
字号:
# Makefile.in generated by automake 1.7.9 from Makefile.am.# @configure_input@# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003# Free Software Foundation, Inc.# This Makefile.in is free software; the Free Software Foundation# gives unlimited permission to copy and/or distribute it,# with or without modifications, as long as this notice is preserved.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY, to the extent permitted by law; without# even the implied warranty of MERCHANTABILITY or FITNESS FOR A# PARTICULAR PURPOSE.@SET_MAKE@#  #  $Id: Makefile.am,v 1.7 2002/10/28 21:51:18 holtmann Exp $#srcdir = @srcdir@top_srcdir = @top_srcdir@VPATH = @srcdir@pkgdatadir = $(datadir)/@PACKAGE@pkglibdir = $(libdir)/@PACKAGE@pkgincludedir = $(includedir)/@PACKAGE@top_builddir = ..am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cdINSTALL = @INSTALL@install_sh_DATA = $(install_sh) -c -m 644install_sh_PROGRAM = $(install_sh) -cinstall_sh_SCRIPT = $(install_sh) -cINSTALL_HEADER = $(INSTALL_DATA)transform = $(program_transform_name)NORMAL_INSTALL = :PRE_INSTALL = :POST_INSTALL = :NORMAL_UNINSTALL = :PRE_UNINSTALL = :POST_UNINSTALL = :build_triplet = @build@host_triplet = @host@target_triplet = @target@ACLOCAL = @ACLOCAL@AUTOCONF = @AUTOCONF@AUTOHEADER = @AUTOHEADER@AUTOMAKE = @AUTOMAKE@CC = @CC@CFLAGS = @CFLAGS@CPP = @CPP@CPPFLAGS = @CPPFLAGS@DEFS = @DEFS@ECHO = @ECHO@ECHO_C = @ECHO_C@ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LTLIBOBJS = @LTLIBOBJS@LT_AGE = @LT_AGE@LT_CURRENT = @LT_CURRENT@LT_RELEASE = @LT_RELEASE@LT_REVISION = @LT_REVISION@MAKEINFO = @MAKEINFO@OBEX_VERSION = @OBEX_VERSION@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@VERSION = @VERSION@ac_ct_CC = @ac_ct_CC@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@/openobexinfodir = @infodir@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@include_HEADERS = obex.h obex_const.hlib_LTLIBRARIES = libopenobex.lalibopenobex_la_CFLAGS = -ggdblibopenobex_la_SOURCES = \	obex.c \	obex_main.c obex_main.h \	obex_connect.c obex_connect.h \	obex_header.c obex_header.h \	obex_object.c obex_object.h \	obex_transport.c obex_transport.h \	obex_server.c obex_server.h \	obex_client.c obex_client.h \	irobex.c irobex.h \	inobex.c inobex.h \	btobex.c btobex.h \	netbuf.c netbuf.h \	irda.h irda_wrap.hlibopenobex_la_LDFLAGS = \	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \	-release $(LT_RELEASE) \	-export-symbols $(top_srcdir)/src/obex.symINCLUDES = -I$(top_srcdir)/srcEXTRA_DIST = obex.sym obex.def makefile.msc win32compat.c windeps.depsubdir = srcACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LTLIBRARIES = $(lib_LTLIBRARIES)libopenobex_la_LIBADD =am_libopenobex_la_OBJECTS = libopenobex_la-obex.lo \	libopenobex_la-obex_main.lo libopenobex_la-obex_connect.lo \	libopenobex_la-obex_header.lo libopenobex_la-obex_object.lo \	libopenobex_la-obex_transport.lo libopenobex_la-obex_server.lo \	libopenobex_la-obex_client.lo libopenobex_la-irobex.lo \	libopenobex_la-inobex.lo libopenobex_la-btobex.lo \	libopenobex_la-netbuf.lolibopenobex_la_OBJECTS = $(am_libopenobex_la_OBJECTS)DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libopenobex_la-btobex.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-inobex.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-irobex.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-netbuf.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_client.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_connect.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_header.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_main.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_object.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_server.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libopenobex_la-obex_transport.PloCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \	$(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libopenobex_la_SOURCES)HEADERS = $(include_HEADERS)DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.in Makefile.amSOURCES = $(libopenobex_la_SOURCES)all: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  src/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)libLTLIBRARIES_INSTALL = $(INSTALL)install-libLTLIBRARIES: $(lib_LTLIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libdir)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \	  else :; fi; \	doneuninstall-libLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \

⌨️ 快捷键说明

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