Makefile 20 KB

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