Makefile.in
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:29k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.9.2 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. SOURCES = $(libswarmobjc_la_SOURCES)
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. pkgdatadir = $(datadir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkgincludedir = $(includedir)/@PACKAGE@
  20. top_builddir = .
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. INSTALL = @INSTALL@
  23. install_sh_DATA = $(install_sh) -c -m 644
  24. install_sh_PROGRAM = $(install_sh) -c
  25. install_sh_SCRIPT = $(install_sh) -c
  26. INSTALL_HEADER = $(INSTALL_DATA)
  27. transform = $(program_transform_name)
  28. NORMAL_INSTALL = :
  29. PRE_INSTALL = :
  30. POST_INSTALL = :
  31. NORMAL_UNINSTALL = :
  32. PRE_UNINSTALL = :
  33. POST_UNINSTALL = :
  34. build_triplet = @build@
  35. host_triplet = @host@
  36. target_triplet = @target@
  37. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am 
  38. $(srcdir)/Makefile.in $(srcdir)/config.h.in 
  39. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS 
  40. config.guess config.sub depcomp install-sh ltmain.sh missing 
  41. mkinstalldirs
  42. subdir = .
  43. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  44. am__aclocal_m4_deps = $(top_srcdir)/m4/acdll.m4 
  45. $(top_srcdir)/m4/acobjc.m4 $(top_srcdir)/m4/headers.m4 
  46. $(top_srcdir)/configure.in
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  48. $(ACLOCAL_M4)
  49. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  50.  configure.lineno configure.status.lineno
  51. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  52. CONFIG_HEADER = config.h $(top_builddir)/objc/externvar.h
  53. CONFIG_CLEAN_FILES =
  54. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  55. am__vpath_adj = case $$p in 
  56.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  57.     *) f=$$p;; 
  58.   esac;
  59. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  60. am__installdirs = "$(DESTDIR)$(libdir)"
  61. libLTLIBRARIES_INSTALL = $(INSTALL)
  62. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  63. am__DEPENDENCIES_1 = @OBJC_THREAD_FILE@.lo
  64. am__objects_1 = archive.lo class.lo encoding.lo gc.lo hash.lo init.lo 
  65. misc.lo nil_method.lo objects.lo sarray.lo selector.lo 
  66. sendmsg.lo thr.lo
  67. am__objects_2 = NXConstStr.lo Object.lo Protocol.lo linking.lo 
  68. mframe.lo
  69. am_libswarmobjc_la_OBJECTS = $(am__objects_1) $(am__objects_2)
  70. libswarmobjc_la_OBJECTS = $(am_libswarmobjc_la_OBJECTS)
  71. DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -I$(top_builddir)/objc
  72. depcomp = $(SHELL) $(top_srcdir)/depcomp
  73. am__depfiles_maybe = depfiles
  74. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  75. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  76. LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) 
  77. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  78. $(AM_CFLAGS) $(CFLAGS)
  79. CCLD = $(CC)
  80. LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  81. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  82. OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  83. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
  84. LTOBJCCOMPILE = $(LIBTOOL) --mode=compile $(OBJC) $(DEFS) 
  85. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  86. $(AM_OBJCFLAGS) $(OBJCFLAGS)
  87. OBJCLD = $(OBJC)
  88. OBJCLINK = $(LIBTOOL) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) 
  89. $(OBJCFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  90. SOURCES = $(libswarmobjc_la_SOURCES)
  91. DIST_SOURCES = $(libswarmobjc_la_SOURCES)
  92. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  93. html-recursive info-recursive install-data-recursive 
  94. install-exec-recursive install-info-recursive 
  95. install-recursive installcheck-recursive installdirs-recursive 
  96. pdf-recursive ps-recursive uninstall-info-recursive 
  97. uninstall-recursive
  98. ETAGS = etags
  99. CTAGS = ctags
  100. DIST_SUBDIRS = $(SUBDIRS)
  101. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  102. distdir = $(PACKAGE)-$(VERSION)
  103. top_distdir = $(distdir)
  104. am__remove_distdir = 
  105.   { test ! -d $(distdir) 
  106.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  107.          && rm -fr $(distdir); }; }
  108. DIST_ARCHIVES = $(distdir).tar.gz
  109. GZIP_ENV = --best
  110. distuninstallcheck_listfiles = find . -type f -print
  111. distcleancheck_listfiles = find . -type f -print
  112. ACLOCAL = @ACLOCAL@
  113. AMDEP_FALSE = @AMDEP_FALSE@
  114. AMDEP_TRUE = @AMDEP_TRUE@
  115. AMTAR = @AMTAR@
  116. AR = @AR@
  117. AS = @AS@
  118. AUTOCONF = @AUTOCONF@
  119. AUTOHEADER = @AUTOHEADER@
  120. AUTOMAKE = @AUTOMAKE@
  121. AWK = @AWK@
  122. CC = @CC@
  123. CCDEPMODE = @CCDEPMODE@
  124. CFLAGS = @CFLAGS@
  125. COMPILERINFOHEADER = @COMPILERINFOHEADER@
  126. CPP = @CPP@
  127. CPPFLAGS = @CPPFLAGS@
  128. CXX = @CXX@
  129. CXXCPP = @CXXCPP@
  130. CXXDEPMODE = @CXXDEPMODE@
  131. CXXFLAGS = @CXXFLAGS@
  132. CYGPATH_W = @CYGPATH_W@
  133. DEFS = @DEFS@
  134. DEPDIR = @DEPDIR@
  135. DLLTOOL = @DLLTOOL@
  136. DLLWRAP = @DLLWRAP@
  137. ECHO = @ECHO@
  138. ECHO_C = @ECHO_C@
  139. ECHO_N = @ECHO_N@
  140. ECHO_T = @ECHO_T@
  141. EGREP = @EGREP@
  142. EXEEXT = @EXEEXT@
  143. F77 = @F77@
  144. FFLAGS = @FFLAGS@
  145. INSTALL_DATA = @INSTALL_DATA@
  146. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  147. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  148. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  149. LDFLAGS = @LDFLAGS@
  150. LIBOBJS = @LIBOBJS@
  151. LIBS = @LIBS@
  152. LIBTOOL = @LIBTOOL@
  153. LN_S = @LN_S@
  154. LTLIBOBJS = @LTLIBOBJS@
  155. MAKEINFO = @MAKEINFO@
  156. MFRAMEHEADER = @MFRAMEHEADER@
  157. OBJC = @OBJC@
  158. OBJCDEPMODE = @OBJCDEPMODE@
  159. OBJCFLAGS = @OBJCFLAGS@
  160. OBJC_DLL = @OBJC_DLL@
  161. OBJC_THREAD_FILE = @OBJC_THREAD_FILE@
  162. OBJDUMP = @OBJDUMP@
  163. OBJEXT = @OBJEXT@
  164. ONELIB = @ONELIB@
  165. PACKAGE = @PACKAGE@
  166. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  167. PACKAGE_NAME = @PACKAGE_NAME@
  168. PACKAGE_STRING = @PACKAGE_STRING@
  169. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  170. PACKAGE_VERSION = @PACKAGE_VERSION@
  171. PATH_SEPARATOR = @PATH_SEPARATOR@
  172. RANLIB = @RANLIB@
  173. SED = @SED@
  174. SET_MAKE = @SET_MAKE@
  175. SHELL = @SHELL@
  176. STRIP = @STRIP@
  177. USEDLL = @USEDLL@
  178. USEDLL_FALSE = @USEDLL_FALSE@
  179. USEDLL_TRUE = @USEDLL_TRUE@
  180. VERSION = @VERSION@
  181. ac_ct_AR = @ac_ct_AR@
  182. ac_ct_AS = @ac_ct_AS@
  183. ac_ct_CC = @ac_ct_CC@
  184. ac_ct_CXX = @ac_ct_CXX@
  185. ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
  186. ac_ct_F77 = @ac_ct_F77@
  187. ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
  188. ac_ct_RANLIB = @ac_ct_RANLIB@
  189. ac_ct_STRIP = @ac_ct_STRIP@
  190. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  191. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  192. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  193. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  194. am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
  195. am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
  196. am__include = @am__include@
  197. am__leading_dot = @am__leading_dot@
  198. am__quote = @am__quote@
  199. am__tar = @am__tar@
  200. am__untar = @am__untar@
  201. bindir = @bindir@
  202. build = @build@
  203. build_alias = @build_alias@
  204. build_cpu = @build_cpu@
  205. build_os = @build_os@
  206. build_vendor = @build_vendor@
  207. datadir = @datadir@
  208. exec_prefix = @exec_prefix@
  209. host = @host@
  210. host_alias = @host_alias@
  211. host_cpu = @host_cpu@
  212. host_os = @host_os@
  213. host_vendor = @host_vendor@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. inst_LDFLAGS = @inst_LDFLAGS@
  217. inst_LIBS = @inst_LIBS@
  218. install_sh = @install_sh@
  219. libdir = @libdir@
  220. libexecdir = @libexecdir@
  221. localstatedir = @localstatedir@
  222. mandir = @mandir@
  223. mkdir_p = @mkdir_p@
  224. noinst_LIBS = @noinst_LIBS@
  225. oldincludedir = @oldincludedir@
  226. prefix = @prefix@
  227. program_transform_name = @program_transform_name@
  228. sbindir = @sbindir@
  229. sharedstatedir = @sharedstatedir@
  230. sysconfdir = @sysconfdir@
  231. target = @target@
  232. target_alias = @target_alias@
  233. target_cpu = @target_cpu@
  234. target_os = @target_os@
  235. target_vendor = @target_vendor@
  236. SUBDIRS = objc doc m4
  237. CURRENT = 0
  238. REVISION = 0
  239. AGE = 0
  240. CSRC = archive.c class.c encoding.c gc.c hash.c init.c misc.c nil_method.c objects.c sarray.c selector.c sendmsg.c thr.c 
  241. MSRC = NXConstStr.m Object.m Protocol.m linking.m mframe.m
  242. EXTRA_DIST = thr-dce.c thr-decosf1.c thr-irix.c thr-mach.c thr-os2.c thr-posix.c thr-pthreads.c thr-single.c thr-solaris.c thr-vxworks.c thr-win32.c config
  243. INCLUDES = -I$(top_srcdir)/objc -I$(top_srcdir)
  244. lib_LTLIBRARIES = @inst_LIBS@
  245. noinst_LTLIBRARIES = @noinst_LIBS@
  246. EXTRA_LTLIBRARIES = libswarmobjc.la
  247. libswarmobjc_la_SOURCES = $(CSRC) $(MSRC)
  248. libswarmobjc_la_LDFLAGS = @inst_LDFLAGS@
  249. libswarmobjc_la_LIBADD = $(objc_thread_lo) # -lgcc
  250. libswarmobjc_la_DEPENDENCIES = $(objc_thread_lo)
  251. objc_thread_lo = @OBJC_THREAD_FILE@.lo
  252. @USEDLL_TRUE@DLLOBJS = $(addsuffix .lo,$(basename $(libswarmobjc_la_SOURCES)))
  253. all: config.h
  254. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  255. .SUFFIXES:
  256. .SUFFIXES: .c .lo .m .o .obj
  257. am--refresh:
  258. @:
  259. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  260. @for dep in $?; do 
  261.   case '$(am__configure_deps)' in 
  262.     *$$dep*) 
  263.       echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; 
  264.       cd $(srcdir) && $(AUTOMAKE) --gnu  
  265. && exit 0; 
  266.       exit 1;; 
  267.   esac; 
  268. done; 
  269. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; 
  270. cd $(top_srcdir) && 
  271.   $(AUTOMAKE) --gnu  Makefile
  272. .PRECIOUS: Makefile
  273. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  274. @case '$?' in 
  275.   *config.status*) 
  276.     echo ' $(SHELL) ./config.status'; 
  277.     $(SHELL) ./config.status;; 
  278.   *) 
  279.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  280.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  281. esac;
  282. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  283. $(SHELL) ./config.status --recheck
  284. $(top_srcdir)/configure:  $(am__configure_deps)
  285. cd $(srcdir) && $(AUTOCONF)
  286. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  287. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  288. config.h: stamp-h1
  289. @if test ! -f $@; then 
  290.   rm -f stamp-h1; 
  291.   $(MAKE) stamp-h1; 
  292. else :; fi
  293. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  294. @rm -f stamp-h1
  295. cd $(top_builddir) && $(SHELL) ./config.status config.h
  296. $(srcdir)/config.h.in:  $(am__configure_deps) 
  297. cd $(top_srcdir) && $(AUTOHEADER)
  298. rm -f stamp-h1
  299. touch $@
  300. distclean-hdr:
  301. -rm -f config.h stamp-h1
  302. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  303. @$(NORMAL_INSTALL)
  304. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  305. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  306.   if test -f $$p; then 
  307.     f=$(am__strip_dir) 
  308.     echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; 
  309.     $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; 
  310.   else :; fi; 
  311. done
  312. uninstall-libLTLIBRARIES:
  313. @$(NORMAL_UNINSTALL)
  314. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  315.   p=$(am__strip_dir) 
  316.   echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; 
  317.   $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; 
  318. done
  319. clean-libLTLIBRARIES:
  320. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  321. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  322.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  323.   test "$$dir" != "$$p" || dir=.; 
  324.   echo "rm -f "$${dir}/so_locations""; 
  325.   rm -f "$${dir}/so_locations"; 
  326. done
  327. clean-noinstLTLIBRARIES:
  328. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  329. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do 
  330.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  331.   test "$$dir" != "$$p" || dir=.; 
  332.   echo "rm -f "$${dir}/so_locations""; 
  333.   rm -f "$${dir}/so_locations"; 
  334. done
  335. libswarmobjc.la: $(libswarmobjc_la_OBJECTS) $(libswarmobjc_la_DEPENDENCIES) 
  336. $(OBJCLINK)  $(libswarmobjc_la_LDFLAGS) $(libswarmobjc_la_OBJECTS) $(libswarmobjc_la_LIBADD) $(LIBS)
  337. mostlyclean-compile:
  338. -rm -f *.$(OBJEXT)
  339. distclean-compile:
  340. -rm -f *.tab.c
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NXConstStr.Plo@am__quote@
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Object.Plo@am__quote@
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Protocol.Plo@am__quote@
  344. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Plo@am__quote@
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/class.Plo@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Plo@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Plo@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
  350. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linking.Plo@am__quote@
  351. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mframe.Plo@am__quote@
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
  353. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nil_method.Plo@am__quote@
  354. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objects.Plo@am__quote@
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sarray.Plo@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selector.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendmsg.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thr.Plo@am__quote@
  359. .c.o:
  360. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  361. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  365. .c.obj:
  366. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  367. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  370. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  371. .c.lo:
  372. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  373. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  376. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  377. .m.o:
  378. @am__fastdepOBJC_TRUE@ if $(OBJCCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  379. @am__fastdepOBJC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  380. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  381. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  382. @am__fastdepOBJC_FALSE@ $(OBJCCOMPILE) -c -o $@ $<
  383. .m.obj:
  384. @am__fastdepOBJC_TRUE@ if $(OBJCCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  385. @am__fastdepOBJC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  386. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  387. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  388. @am__fastdepOBJC_FALSE@ $(OBJCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  389. .m.lo:
  390. @am__fastdepOBJC_TRUE@ if $(LTOBJCCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  391. @am__fastdepOBJC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  392. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  393. @AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  394. @am__fastdepOBJC_FALSE@ $(LTOBJCCOMPILE) -c -o $@ $<
  395. mostlyclean-libtool:
  396. -rm -f *.lo
  397. clean-libtool:
  398. -rm -rf .libs _libs
  399. distclean-libtool:
  400. -rm -f libtool
  401. uninstall-info-am:
  402. # This directory's subdirectories are mostly independent; you can cd
  403. # into them and run `make' without going through this Makefile.
  404. # To change the values of `make' variables: instead of editing Makefiles,
  405. # (1) if the variable is set in `config.status', edit `config.status'
  406. #     (which will cause the Makefiles to be regenerated when you run `make');
  407. # (2) otherwise, pass the desired values on the `make' command line.
  408. $(RECURSIVE_TARGETS):
  409. @set fnord $$MAKEFLAGS; amf=$$2; 
  410. dot_seen=no; 
  411. target=`echo $@ | sed s/-recursive//`; 
  412. list='$(SUBDIRS)'; for subdir in $$list; do 
  413.   echo "Making $$target in $$subdir"; 
  414.   if test "$$subdir" = "."; then 
  415.     dot_seen=yes; 
  416.     local_target="$$target-am"; 
  417.   else 
  418.     local_target="$$target"; 
  419.   fi; 
  420.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  421.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  422. done; 
  423. if test "$$dot_seen" = "no"; then 
  424.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  425. fi; test -z "$$fail"
  426. mostlyclean-recursive clean-recursive distclean-recursive 
  427. maintainer-clean-recursive:
  428. @set fnord $$MAKEFLAGS; amf=$$2; 
  429. dot_seen=no; 
  430. case "$@" in 
  431.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  432.   *) list='$(SUBDIRS)' ;; 
  433. esac; 
  434. rev=''; for subdir in $$list; do 
  435.   if test "$$subdir" = "."; then :; else 
  436.     rev="$$subdir $$rev"; 
  437.   fi; 
  438. done; 
  439. rev="$$rev ."; 
  440. target=`echo $@ | sed s/-recursive//`; 
  441. for subdir in $$rev; do 
  442.   echo "Making $$target in $$subdir"; 
  443.   if test "$$subdir" = "."; then 
  444.     local_target="$$target-am"; 
  445.   else 
  446.     local_target="$$target"; 
  447.   fi; 
  448.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  449.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  450. done && test -z "$$fail"
  451. tags-recursive:
  452. list='$(SUBDIRS)'; for subdir in $$list; do 
  453.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  454. done
  455. ctags-recursive:
  456. list='$(SUBDIRS)'; for subdir in $$list; do 
  457.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  458. done
  459. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  460. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  461. unique=`for i in $$list; do 
  462.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  463.   done | 
  464.   $(AWK) '    { files[$$0] = 1; } 
  465.        END { for (i in files) print i; }'`; 
  466. mkid -fID $$unique
  467. tags: TAGS
  468. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  469. $(TAGS_FILES) $(LISP)
  470. tags=; 
  471. here=`pwd`; 
  472. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  473.   include_option=--etags-include; 
  474.   empty_fix=.; 
  475. else 
  476.   include_option=--include; 
  477.   empty_fix=; 
  478. fi; 
  479. list='$(SUBDIRS)'; for subdir in $$list; do 
  480.   if test "$$subdir" = .; then :; else 
  481.     test ! -f $$subdir/TAGS || 
  482.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  483.   fi; 
  484. done; 
  485. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  486. unique=`for i in $$list; do 
  487.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  488.   done | 
  489.   $(AWK) '    { files[$$0] = 1; } 
  490.        END { for (i in files) print i; }'`; 
  491. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  492.   test -n "$$unique" || unique=$$empty_fix; 
  493.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  494.     $$tags $$unique; 
  495. fi
  496. ctags: CTAGS
  497. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  498. $(TAGS_FILES) $(LISP)
  499. tags=; 
  500. here=`pwd`; 
  501. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  502. unique=`for i in $$list; do 
  503.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  504.   done | 
  505.   $(AWK) '    { files[$$0] = 1; } 
  506.        END { for (i in files) print i; }'`; 
  507. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  508.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  509.      $$tags $$unique
  510. GTAGS:
  511. here=`$(am__cd) $(top_builddir) && pwd` 
  512.   && cd $(top_srcdir) 
  513.   && gtags -i $(GTAGS_ARGS) $$here
  514. distclean-tags:
  515. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  516. distdir: $(DISTFILES)
  517. $(am__remove_distdir)
  518. mkdir $(distdir)
  519. $(mkdir_p) $(distdir)/m4
  520. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  521. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  522. list='$(DISTFILES)'; for file in $$list; do 
  523.   case $$file in 
  524.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  525.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  526.   esac; 
  527.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  528.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  529.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  530.     dir="/$$dir"; 
  531.     $(mkdir_p) "$(distdir)$$dir"; 
  532.   else 
  533.     dir=''; 
  534.   fi; 
  535.   if test -d $$d/$$file; then 
  536.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  537.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  538.     fi; 
  539.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  540.   else 
  541.     test -f $(distdir)/$$file 
  542.     || cp -p $$d/$$file $(distdir)/$$file 
  543.     || exit 1; 
  544.   fi; 
  545. done
  546. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  547.   if test "$$subdir" = .; then :; else 
  548.     test -d "$(distdir)/$$subdir" 
  549.     || $(mkdir_p) "$(distdir)/$$subdir" 
  550.     || exit 1; 
  551.     distdir=`$(am__cd) $(distdir) && pwd`; 
  552.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  553.     (cd $$subdir && 
  554.       $(MAKE) $(AM_MAKEFLAGS) 
  555.         top_distdir="$$top_distdir" 
  556.         distdir="$$distdir/$$subdir" 
  557.         distdir) 
  558.       || exit 1; 
  559.   fi; 
  560. done
  561. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  562.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  563.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  564.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  565. || chmod -R a+r $(distdir)
  566. dist-gzip: distdir
  567. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  568. $(am__remove_distdir)
  569. dist-bzip2: distdir
  570. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  571. $(am__remove_distdir)
  572. dist-tarZ: distdir
  573. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  574. $(am__remove_distdir)
  575. dist-shar: distdir
  576. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  577. $(am__remove_distdir)
  578. dist-zip: distdir
  579. -rm -f $(distdir).zip
  580. zip -rq $(distdir).zip $(distdir)
  581. $(am__remove_distdir)
  582. dist dist-all: distdir
  583. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  584. $(am__remove_distdir)
  585. # This target untars the dist file and tries a VPATH configuration.  Then
  586. # it guarantees that the distribution is self-contained by making another
  587. # tarfile.
  588. distcheck: dist
  589. case '$(DIST_ARCHIVES)' in 
  590. *.tar.gz*) 
  591.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;
  592. *.tar.bz2*) 
  593.   bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;
  594. *.tar.Z*) 
  595.   uncompress -c $(distdir).tar.Z | $(am__untar) ;;
  596. *.shar.gz*) 
  597.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;
  598. *.zip*) 
  599.   unzip $(distdir).zip ;;
  600. esac
  601. chmod -R a-w $(distdir); chmod a+w $(distdir)
  602. mkdir $(distdir)/_build
  603. mkdir $(distdir)/_inst
  604. chmod a-w $(distdir)
  605. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  606.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  607.   && cd $(distdir)/_build 
  608.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  609.     $(DISTCHECK_CONFIGURE_FLAGS) 
  610.   && $(MAKE) $(AM_MAKEFLAGS) 
  611.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  612.   && $(MAKE) $(AM_MAKEFLAGS) check 
  613.   && $(MAKE) $(AM_MAKEFLAGS) install 
  614.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  615.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  616.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  617.         distuninstallcheck 
  618.   && chmod -R a-w "$$dc_install_base" 
  619.   && ({ 
  620.        (cd ../.. && umask 077 && mkdir "$$dc_destdir") 
  621.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  622.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  623.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  624.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  625.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  626.   && rm -rf "$$dc_destdir" 
  627.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  628.   && rm -rf $(DIST_ARCHIVES) 
  629.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  630. $(am__remove_distdir)
  631. @(echo "$(distdir) archives ready for distribution: "; 
  632.   list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | 
  633.   sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  634. distuninstallcheck:
  635. @cd $(distuninstallcheck_dir) 
  636. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  637.    || { echo "ERROR: files left after uninstall:" ; 
  638.         if test -n "$(DESTDIR)"; then 
  639.           echo "  (check DESTDIR support)"; 
  640.         fi ; 
  641.         $(distuninstallcheck_listfiles) ; 
  642.         exit 1; } >&2
  643. distcleancheck: distclean
  644. @if test '$(srcdir)' = . ; then 
  645.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  646.   exit 1 ; 
  647. fi
  648. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  649.   || { echo "ERROR: files left in build directory after distclean:" ; 
  650.        $(distcleancheck_listfiles) ; 
  651.        exit 1; } >&2
  652. check-am: all-am
  653. check: check-recursive
  654. all-am: Makefile $(LTLIBRARIES) config.h
  655. installdirs: installdirs-recursive
  656. installdirs-am:
  657. for dir in "$(DESTDIR)$(libdir)"; do 
  658.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  659. done
  660. install: install-recursive
  661. install-exec: install-exec-recursive
  662. install-data: install-data-recursive
  663. uninstall: uninstall-recursive
  664. install-am: all-am
  665. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  666. installcheck: installcheck-recursive
  667. install-strip:
  668. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  669.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  670.   `test -z '$(STRIP)' || 
  671.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  672. mostlyclean-generic:
  673. clean-generic:
  674. distclean-generic:
  675. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  676. maintainer-clean-generic:
  677. @echo "This command is intended for maintainers to use"
  678. @echo "it deletes files that may require special tools to rebuild."
  679. clean: clean-recursive
  680. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool 
  681. clean-noinstLTLIBRARIES mostlyclean-am
  682. distclean: distclean-recursive
  683. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  684. -rm -rf ./$(DEPDIR)
  685. -rm -f Makefile
  686. distclean-am: clean-am distclean-compile distclean-generic 
  687. distclean-hdr distclean-libtool distclean-tags
  688. dvi: dvi-recursive
  689. dvi-am:
  690. html: html-recursive
  691. info: info-recursive
  692. info-am:
  693. install-data-am:
  694. install-exec-am: install-libLTLIBRARIES
  695. install-info: install-info-recursive
  696. install-man:
  697. installcheck-am:
  698. maintainer-clean: maintainer-clean-recursive
  699. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  700. -rm -rf $(top_srcdir)/autom4te.cache
  701. -rm -rf ./$(DEPDIR)
  702. -rm -f Makefile
  703. maintainer-clean-am: distclean-am maintainer-clean-generic
  704. mostlyclean: mostlyclean-recursive
  705. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  706. mostlyclean-libtool
  707. pdf: pdf-recursive
  708. pdf-am:
  709. ps: ps-recursive
  710. ps-am:
  711. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  712. uninstall-info: uninstall-info-recursive
  713. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check 
  714. check-am clean clean-generic clean-libLTLIBRARIES 
  715. clean-libtool clean-noinstLTLIBRARIES clean-recursive ctags 
  716. ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar 
  717. dist-tarZ dist-zip distcheck distclean distclean-compile 
  718. distclean-generic distclean-hdr distclean-libtool 
  719. distclean-recursive distclean-tags distcleancheck distdir 
  720. distuninstallcheck dvi dvi-am html html-am info info-am 
  721. install install-am install-data install-data-am install-exec 
  722. install-exec-am install-info install-info-am 
  723. install-libLTLIBRARIES install-man install-strip installcheck 
  724. installcheck-am installdirs installdirs-am maintainer-clean 
  725. maintainer-clean-generic maintainer-clean-recursive 
  726. mostlyclean mostlyclean-compile mostlyclean-generic 
  727. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am 
  728. tags tags-recursive uninstall uninstall-am uninstall-info-am 
  729. uninstall-libLTLIBRARIES
  730. override CPPFLAGS += -DBUILDING_LIBOBJC
  731. encoding.lo gc.lo sendmsg.lo: compiler-info.h
  732. compiler-info.h: $(COMPILERINFOHEADER)
  733. cp $(COMPILERINFOHEADER) $@
  734. @USEDLL_TRUE@objc.dll: libswarmobjc.la objc.dll.c
  735. @USEDLL_TRUE@ $(CC) -c $(srcdir)/objc.dll.c -o objc.dll.o
  736. @USEDLL_TRUE@ $(DLLWRAP) --export-all-symbols --output-def libswarmobjc.def --implib libswarmobjcdll.a --driver-name $(CC) -o objc.dll objc.dll.o $(DLLOBJS) $(objc_thread_lo)
  737. #$(CC) -Wl,-shared -Wl,--export-all-symbols -Wl,--output-def,libswarmobjc.def -Wl,--out-implib,libswarmobjcdll.a -o objc.dll objc.dll.o $(DLLOBJS) $(objc_thread_lo)
  738. #install-data-local: 
  739. # $(INSTALL) libswarmobjcdll.a $(DESTDIR)$(libdir)
  740. # ranlib $(DESTDIR)$(libdir)/libswarmobjcdll.a
  741. #CC1OBJ = @gccdir@/cc1obj
  742. #compiler-info.h:
  743. # echo "" > tmp-compiler
  744. # echo "/* This file is automatically generated */" > $@
  745. # $(CC1OBJ) -print-objc-runtime-info tmp-compiler >> $@
  746. # $(RM) tmp-compiler
  747. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  748. # Otherwise a system limit (for SysV at least) may be exceeded.
  749. .NOEXPORT: