Makefile 17 KB

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