Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #__top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c\
  15. # opcua_builtInDatatypes.c\
  16. # opcua_binaryEncDec.c\
  17. # opcua_transportLayer.c\
  18. # opcua_builtInDatatypes.h\
  19. # opcua_binaryEncDec.h\
  20. # opcua_transportLayer.h\
  21. # opcua_advancedDatatypes.h\
  22. # opcua_types.h\
  23. # opcua_connectionHelper.h\
  24. # tcp_layer.h
  25. VPATH = @srcdir@
  26. pkgdatadir = $(datadir)/@PACKAGE@
  27. pkgincludedir = $(includedir)/@PACKAGE@
  28. pkglibdir = $(libdir)/@PACKAGE@
  29. pkglibexecdir = $(libexecdir)/@PACKAGE@
  30. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  31. install_sh_DATA = $(install_sh) -c -m 644
  32. install_sh_PROGRAM = $(install_sh) -c
  33. install_sh_SCRIPT = $(install_sh) -c
  34. INSTALL_HEADER = $(INSTALL_DATA)
  35. transform = $(program_transform_name)
  36. NORMAL_INSTALL = :
  37. PRE_INSTALL = :
  38. POST_INSTALL = :
  39. NORMAL_UNINSTALL = :
  40. PRE_UNINSTALL = :
  41. POST_UNINSTALL = :
  42. build_triplet = @build@
  43. host_triplet = @host@
  44. target_triplet = @target@
  45. bin_PROGRAMS = $(top_builddir)/bin/stackTest.out$(EXEEXT)
  46. subdir = src
  47. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  48. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  49. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  50. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  51. $(ACLOCAL_M4)
  52. mkinstalldirs = $(install_sh) -d
  53. CONFIG_CLEAN_FILES =
  54. CONFIG_CLEAN_VPATH_FILES =
  55. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  56. am__vpath_adj = case $$p in \
  57. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  58. *) f=$$p;; \
  59. esac;
  60. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  61. am__install_max = 40
  62. am__nobase_strip_setup = \
  63. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  64. am__nobase_strip = \
  65. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  66. am__nobase_list = $(am__nobase_strip_setup); \
  67. for p in $$list; do echo "$$p $$p"; done | \
  68. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  69. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  70. if (++n[$$2] == $(am__install_max)) \
  71. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  72. END { for (dir in files) print dir, files[dir] }'
  73. am__base_list = \
  74. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  75. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  76. am__uninstall_files_from_dir = { \
  77. test -z "$$files" \
  78. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  79. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  80. $(am__cd) "$$dir" && rm -f $$files; }; \
  81. }
  82. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
  83. LTLIBRARIES = $(lib_LTLIBRARIES)
  84. libstack_la_LIBADD =
  85. am_libstack_la_OBJECTS = opcua_builtInDatatypes.lo \
  86. opcua_binaryEncDec.lo opcua_transportLayer.lo
  87. libstack_la_OBJECTS = $(am_libstack_la_OBJECTS)
  88. PROGRAMS = $(bin_PROGRAMS)
  89. am___top_builddir__bin_stackTest_out_OBJECTS = opcuaServer.$(OBJEXT)
  90. __top_builddir__bin_stackTest_out_OBJECTS = \
  91. $(am___top_builddir__bin_stackTest_out_OBJECTS)
  92. __top_builddir__bin_stackTest_out_LDADD = $(LDADD)
  93. am__dirstamp = $(am__leading_dot)dirstamp
  94. DEFAULT_INCLUDES = -I.@am__isrc@
  95. depcomp = $(SHELL) $(top_srcdir)/depcomp
  96. am__depfiles_maybe = depfiles
  97. am__mv = mv -f
  98. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  99. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  100. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  101. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  102. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  103. CCLD = $(CC)
  104. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  105. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  106. $(LDFLAGS) -o $@
  107. SOURCES = $(libstack_la_SOURCES) \
  108. $(__top_builddir__bin_stackTest_out_SOURCES)
  109. DIST_SOURCES = $(libstack_la_SOURCES) \
  110. $(__top_builddir__bin_stackTest_out_SOURCES)
  111. ETAGS = etags
  112. CTAGS = ctags
  113. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  114. ACLOCAL = @ACLOCAL@
  115. AMTAR = @AMTAR@
  116. AR = @AR@
  117. AUTOCONF = @AUTOCONF@
  118. AUTOHEADER = @AUTOHEADER@
  119. AUTOMAKE = @AUTOMAKE@
  120. AWK = @AWK@
  121. CC = @CC@
  122. CCDEPMODE = @CCDEPMODE@
  123. CFLAGS = @CFLAGS@
  124. CHECK_CFLAGS = @CHECK_CFLAGS@
  125. CHECK_LIBS = @CHECK_LIBS@
  126. CPP = @CPP@
  127. CPPFLAGS = @CPPFLAGS@
  128. CYGPATH_W = @CYGPATH_W@
  129. DEFS = @DEFS@
  130. DEPDIR = @DEPDIR@
  131. DLLTOOL = @DLLTOOL@
  132. DSYMUTIL = @DSYMUTIL@
  133. DUMPBIN = @DUMPBIN@
  134. ECHO_C = @ECHO_C@
  135. ECHO_N = @ECHO_N@
  136. ECHO_T = @ECHO_T@
  137. EGREP = @EGREP@
  138. EXEEXT = @EXEEXT@
  139. FGREP = @FGREP@
  140. GREP = @GREP@
  141. INSTALL = @INSTALL@
  142. INSTALL_DATA = @INSTALL_DATA@
  143. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  144. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  145. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  146. LD = @LD@
  147. LDFLAGS = @LDFLAGS@
  148. LIBOBJS = @LIBOBJS@
  149. LIBS = @LIBS@
  150. LIBTOOL = @LIBTOOL@
  151. LIPO = @LIPO@
  152. LN_S = @LN_S@
  153. LTLIBOBJS = @LTLIBOBJS@
  154. MAKEINFO = @MAKEINFO@
  155. MANIFEST_TOOL = @MANIFEST_TOOL@
  156. MKDIR_P = @MKDIR_P@
  157. NM = @NM@
  158. NMEDIT = @NMEDIT@
  159. OBJDUMP = @OBJDUMP@
  160. OBJEXT = @OBJEXT@
  161. OTOOL = @OTOOL@
  162. OTOOL64 = @OTOOL64@
  163. PACKAGE = @PACKAGE@
  164. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  165. PACKAGE_NAME = @PACKAGE_NAME@
  166. PACKAGE_STRING = @PACKAGE_STRING@
  167. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  168. PACKAGE_URL = @PACKAGE_URL@
  169. PACKAGE_VERSION = @PACKAGE_VERSION@
  170. PATH_SEPARATOR = @PATH_SEPARATOR@
  171. PKG_CONFIG = @PKG_CONFIG@
  172. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  173. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  174. RANLIB = @RANLIB@
  175. SED = @SED@
  176. SET_MAKE = @SET_MAKE@
  177. SHELL = @SHELL@
  178. STRIP = @STRIP@
  179. VERSION = @VERSION@
  180. abs_builddir = @abs_builddir@
  181. abs_srcdir = @abs_srcdir@
  182. abs_top_builddir = @abs_top_builddir@
  183. abs_top_srcdir = @abs_top_srcdir@
  184. ac_ct_AR = @ac_ct_AR@
  185. ac_ct_CC = @ac_ct_CC@
  186. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  187. am__include = @am__include@
  188. am__leading_dot = @am__leading_dot@
  189. am__quote = @am__quote@
  190. am__tar = @am__tar@
  191. am__untar = @am__untar@
  192. bindir = @bindir@
  193. build = @build@
  194. build_alias = @build_alias@
  195. build_cpu = @build_cpu@
  196. build_os = @build_os@
  197. build_vendor = @build_vendor@
  198. builddir = @builddir@
  199. datadir = @datadir@
  200. datarootdir = @datarootdir@
  201. docdir = @docdir@
  202. dvidir = @dvidir@
  203. exec_prefix = @exec_prefix@
  204. host = @host@
  205. host_alias = @host_alias@
  206. host_cpu = @host_cpu@
  207. host_os = @host_os@
  208. host_vendor = @host_vendor@
  209. htmldir = @htmldir@
  210. includedir = @includedir@
  211. infodir = @infodir@
  212. install_sh = @install_sh@
  213. libdir = @libdir@
  214. libexecdir = @libexecdir@
  215. localedir = @localedir@
  216. localstatedir = @localstatedir@
  217. mandir = @mandir@
  218. mkdir_p = @mkdir_p@
  219. oldincludedir = @oldincludedir@
  220. pdfdir = @pdfdir@
  221. prefix = @prefix@
  222. program_transform_name = @program_transform_name@
  223. psdir = @psdir@
  224. sbindir = @sbindir@
  225. sharedstatedir = @sharedstatedir@
  226. srcdir = @srcdir@
  227. sysconfdir = @sysconfdir@
  228. target = @target@
  229. target_alias = @target_alias@
  230. target_cpu = @target_cpu@
  231. target_os = @target_os@
  232. target_vendor = @target_vendor@
  233. top_build_prefix = @top_build_prefix@
  234. top_builddir = @top_builddir@
  235. top_srcdir = @top_srcdir@
  236. #lib_LTLIBRARIES = libstack.la
  237. #libstack_la_SOURCES = opcua_transportLayer.c\
  238. # opcua_transportLayer.h\
  239. # opcua_advancedDatatypes.h\
  240. # opcua_connectionHelper.h
  241. lib_LTLIBRARIES = libstack.la
  242. libstack_la_SOURCES = opcua_builtInDatatypes.c\
  243. opcua_binaryEncDec.c\
  244. opcua_transportLayer.c\
  245. opcua_builtInDatatypes.h\
  246. opcua_binaryEncDec.h\
  247. opcua_transportLayer.h\
  248. opcua_advancedDatatypes.h\
  249. opcua_types.h\
  250. opcua_connectionHelper.h\
  251. tcp_layer.h
  252. __top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c
  253. __top_builddir__bin_stackTest_out_LADD = libstack.la
  254. all: all-am
  255. .SUFFIXES:
  256. .SUFFIXES: .c .lo .o .obj
  257. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  258. @for dep in $?; do \
  259. case '$(am__configure_deps)' in \
  260. *$$dep*) \
  261. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  262. && { if test -f $@; then exit 0; else break; fi; }; \
  263. exit 1;; \
  264. esac; \
  265. done; \
  266. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  267. $(am__cd) $(top_srcdir) && \
  268. $(AUTOMAKE) --gnu src/Makefile
  269. .PRECIOUS: Makefile
  270. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  271. @case '$?' in \
  272. *config.status*) \
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  274. *) \
  275. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  276. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  277. esac;
  278. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280. $(top_srcdir)/configure: $(am__configure_deps)
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  282. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  283. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  284. $(am__aclocal_m4_deps):
  285. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  286. @$(NORMAL_INSTALL)
  287. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  288. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  289. list2=; for p in $$list; do \
  290. if test -f $$p; then \
  291. list2="$$list2 $$p"; \
  292. else :; fi; \
  293. done; \
  294. test -z "$$list2" || { \
  295. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  296. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  297. }
  298. uninstall-libLTLIBRARIES:
  299. @$(NORMAL_UNINSTALL)
  300. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  301. for p in $$list; do \
  302. $(am__strip_dir) \
  303. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  304. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  305. done
  306. clean-libLTLIBRARIES:
  307. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  308. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  309. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  310. test "$$dir" != "$$p" || dir=.; \
  311. echo "rm -f \"$${dir}/so_locations\""; \
  312. rm -f "$${dir}/so_locations"; \
  313. done
  314. libstack.la: $(libstack_la_OBJECTS) $(libstack_la_DEPENDENCIES) $(EXTRA_libstack_la_DEPENDENCIES)
  315. $(LINK) -rpath $(libdir) $(libstack_la_OBJECTS) $(libstack_la_LIBADD) $(LIBS)
  316. install-binPROGRAMS: $(bin_PROGRAMS)
  317. @$(NORMAL_INSTALL)
  318. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  319. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  320. for p in $$list; do echo "$$p $$p"; done | \
  321. sed 's/$(EXEEXT)$$//' | \
  322. while read p p1; do if test -f $$p || test -f $$p1; \
  323. then echo "$$p"; echo "$$p"; else :; fi; \
  324. done | \
  325. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  326. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  327. sed 'N;N;N;s,\n, ,g' | \
  328. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  329. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  330. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  331. else { print "f", $$3 "/" $$4, $$1; } } \
  332. END { for (d in files) print "f", d, files[d] }' | \
  333. while read type dir files; do \
  334. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  335. test -z "$$files" || { \
  336. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  337. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  338. } \
  339. ; done
  340. uninstall-binPROGRAMS:
  341. @$(NORMAL_UNINSTALL)
  342. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  343. files=`for p in $$list; do echo "$$p"; done | \
  344. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  345. -e 's/$$/$(EXEEXT)/' `; \
  346. test -n "$$list" || exit 0; \
  347. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  348. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  349. clean-binPROGRAMS:
  350. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  351. echo " rm -f" $$list; \
  352. rm -f $$list || exit $$?; \
  353. test -n "$(EXEEXT)" || exit 0; \
  354. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  355. echo " rm -f" $$list; \
  356. rm -f $$list
  357. $(top_builddir)/bin/$(am__dirstamp):
  358. @$(MKDIR_P) $(top_builddir)/bin
  359. @: > $(top_builddir)/bin/$(am__dirstamp)
  360. $(top_builddir)/bin/stackTest.out$(EXEEXT): $(__top_builddir__bin_stackTest_out_OBJECTS) $(__top_builddir__bin_stackTest_out_DEPENDENCIES) $(EXTRA___top_builddir__bin_stackTest_out_DEPENDENCIES) $(top_builddir)/bin/$(am__dirstamp)
  361. @rm -f $(top_builddir)/bin/stackTest.out$(EXEEXT)
  362. $(LINK) $(__top_builddir__bin_stackTest_out_OBJECTS) $(__top_builddir__bin_stackTest_out_LDADD) $(LIBS)
  363. mostlyclean-compile:
  364. -rm -f *.$(OBJEXT)
  365. distclean-compile:
  366. -rm -f *.tab.c
  367. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcuaServer.Po@am__quote@
  368. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_binaryEncDec.Plo@am__quote@
  369. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_builtInDatatypes.Plo@am__quote@
  370. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcua_transportLayer.Plo@am__quote@
  371. .c.o:
  372. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  373. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  374. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  376. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  377. .c.obj:
  378. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  379. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  380. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  381. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  382. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  383. .c.lo:
  384. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  385. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  386. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  387. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  388. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  389. mostlyclean-libtool:
  390. -rm -f *.lo
  391. clean-libtool:
  392. -rm -rf $(top_builddir)/bin/.libs $(top_builddir)/bin/_libs
  393. -rm -rf .libs _libs
  394. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  395. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  396. unique=`for i in $$list; do \
  397. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  398. done | \
  399. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  400. END { if (nonempty) { for (i in files) print i; }; }'`; \
  401. mkid -fID $$unique
  402. tags: TAGS
  403. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  404. $(TAGS_FILES) $(LISP)
  405. set x; \
  406. here=`pwd`; \
  407. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  408. unique=`for i in $$list; do \
  409. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  410. done | \
  411. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  412. END { if (nonempty) { for (i in files) print i; }; }'`; \
  413. shift; \
  414. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  415. test -n "$$unique" || unique=$$empty_fix; \
  416. if test $$# -gt 0; then \
  417. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  418. "$$@" $$unique; \
  419. else \
  420. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  421. $$unique; \
  422. fi; \
  423. fi
  424. ctags: CTAGS
  425. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  426. $(TAGS_FILES) $(LISP)
  427. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  428. unique=`for i in $$list; do \
  429. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  430. done | \
  431. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  432. END { if (nonempty) { for (i in files) print i; }; }'`; \
  433. test -z "$(CTAGS_ARGS)$$unique" \
  434. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  435. $$unique
  436. GTAGS:
  437. here=`$(am__cd) $(top_builddir) && pwd` \
  438. && $(am__cd) $(top_srcdir) \
  439. && gtags -i $(GTAGS_ARGS) "$$here"
  440. distclean-tags:
  441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  442. distdir: $(DISTFILES)
  443. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. list='$(DISTFILES)'; \
  446. dist_files=`for file in $$list; do echo $$file; done | \
  447. sed -e "s|^$$srcdirstrip/||;t" \
  448. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  449. case $$dist_files in \
  450. */*) $(MKDIR_P) `echo "$$dist_files" | \
  451. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  452. sort -u` ;; \
  453. esac; \
  454. for file in $$dist_files; do \
  455. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  456. if test -d $$d/$$file; then \
  457. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  458. if test -d "$(distdir)/$$file"; then \
  459. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  460. fi; \
  461. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  462. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  463. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  464. fi; \
  465. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  466. else \
  467. test -f "$(distdir)/$$file" \
  468. || cp -p $$d/$$file "$(distdir)/$$file" \
  469. || exit 1; \
  470. fi; \
  471. done
  472. check-am: all-am
  473. check: check-am
  474. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  475. install-binPROGRAMS: install-libLTLIBRARIES
  476. installdirs:
  477. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
  478. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  479. done
  480. install: install-am
  481. install-exec: install-exec-am
  482. install-data: install-data-am
  483. uninstall: uninstall-am
  484. install-am: all-am
  485. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  486. installcheck: installcheck-am
  487. install-strip:
  488. if test -z '$(STRIP)'; then \
  489. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491. install; \
  492. else \
  493. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  494. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  495. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  496. fi
  497. mostlyclean-generic:
  498. clean-generic:
  499. distclean-generic:
  500. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  501. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  502. -test -z "$(top_builddir)/bin/$(am__dirstamp)" || rm -f $(top_builddir)/bin/$(am__dirstamp)
  503. maintainer-clean-generic:
  504. @echo "This command is intended for maintainers to use"
  505. @echo "it deletes files that may require special tools to rebuild."
  506. clean: clean-am
  507. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  508. clean-libtool mostlyclean-am
  509. distclean: distclean-am
  510. -rm -rf ./$(DEPDIR)
  511. -rm -f Makefile
  512. distclean-am: clean-am distclean-compile distclean-generic \
  513. distclean-tags
  514. dvi: dvi-am
  515. dvi-am:
  516. html: html-am
  517. html-am:
  518. info: info-am
  519. info-am:
  520. install-data-am:
  521. install-dvi: install-dvi-am
  522. install-dvi-am:
  523. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  524. install-html: install-html-am
  525. install-html-am:
  526. install-info: install-info-am
  527. install-info-am:
  528. install-man:
  529. install-pdf: install-pdf-am
  530. install-pdf-am:
  531. install-ps: install-ps-am
  532. install-ps-am:
  533. installcheck-am:
  534. maintainer-clean: maintainer-clean-am
  535. -rm -rf ./$(DEPDIR)
  536. -rm -f Makefile
  537. maintainer-clean-am: distclean-am maintainer-clean-generic
  538. mostlyclean: mostlyclean-am
  539. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  540. mostlyclean-libtool
  541. pdf: pdf-am
  542. pdf-am:
  543. ps: ps-am
  544. ps-am:
  545. uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
  546. .MAKE: install-am install-strip
  547. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  548. clean-generic clean-libLTLIBRARIES clean-libtool ctags \
  549. distclean distclean-compile distclean-generic \
  550. distclean-libtool distclean-tags distdir dvi dvi-am html \
  551. html-am info info-am install install-am install-binPROGRAMS \
  552. install-data install-data-am install-dvi install-dvi-am \
  553. install-exec install-exec-am install-html install-html-am \
  554. install-info install-info-am install-libLTLIBRARIES \
  555. install-man install-pdf install-pdf-am install-ps \
  556. install-ps-am install-strip installcheck installcheck-am \
  557. installdirs maintainer-clean maintainer-clean-generic \
  558. mostlyclean mostlyclean-compile mostlyclean-generic \
  559. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  560. uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES
  561. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  562. # Otherwise a system limit (for SysV at least) may be exceeded.
  563. .NOEXPORT: