Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

614 lines
23 KiB

5 years ago
  1. # Makefile.in generated by automake 1.9.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 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. top_srcdir = @top_srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. top_builddir = .
  18. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  19. INSTALL = @INSTALL@
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  35. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  36. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL TODO \
  37. config.guess config.sub install-sh ltconfig ltmain.sh missing \
  38. mkinstalldirs
  39. subdir = .
  40. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  41. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  42. $(top_srcdir)/configure.in
  43. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  44. $(ACLOCAL_M4)
  45. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  46. configure.lineno configure.status.lineno
  47. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  48. CONFIG_HEADER = config.h
  49. CONFIG_CLEAN_FILES =
  50. SOURCES =
  51. DIST_SOURCES =
  52. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  53. distdir = $(PACKAGE)-$(VERSION)
  54. top_distdir = $(distdir)
  55. am__remove_distdir = \
  56. { test ! -d $(distdir) \
  57. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  58. && rm -fr $(distdir); }; }
  59. DIST_ARCHIVES = $(distdir).tar.gz
  60. GZIP_ENV = --best
  61. distuninstallcheck_listfiles = find . -type f -print
  62. distcleancheck_listfiles = find . -type f -print
  63. #-------------------------------------------------------------------------
  64. # rxtx is a native interface to serial ports in java.
  65. # Copyright 1997-2004 by Trent Jarvi taj@www.linux.org.uk.
  66. #
  67. # This library is free software; you can redistribute it and/or
  68. # modify it under the terms of the GNU Library General Public
  69. # License as published by the Free Software Foundation; either
  70. # version 2 of the License, or (at your option) any later version.
  71. #
  72. # This library is distributed in the hope that it will be useful,
  73. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  74. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  75. # Library General Public License for more details.
  76. #
  77. # You should have received a copy of the GNU Library General Public
  78. # License along with this library; if not, write to the Free
  79. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  80. #-------------------------------------------------------------------------
  81. srcdir = @srcdir@
  82. VPATH = @srcdir@
  83. ACLOCAL = @ACLOCAL@
  84. AMDEP_FALSE = @AMDEP_FALSE@
  85. AMDEP_TRUE = @AMDEP_TRUE@
  86. AMTAR = @AMTAR@
  87. AR = @AR@
  88. AUTOCONF = @AUTOCONF@
  89. AUTOHEADER = @AUTOHEADER@
  90. AUTOMAKE = @AUTOMAKE@
  91. AWK = @AWK@
  92. CC = @CC@
  93. CCDEPMODE = @CCDEPMODE@
  94. CFLAGS = @CFLAGS@
  95. CLASSPATH = @CLASSPATH@
  96. COMPILE = @COMPILE@
  97. CPP = @CPP@
  98. CPPFLAGS = @CPPFLAGS@
  99. CXX = @CXX@
  100. CXXCPP = @CXXCPP@
  101. CXXDEPMODE = @CXXDEPMODE@
  102. CXXFLAGS = @CXXFLAGS@
  103. CYGPATH_W = @CYGPATH_W@
  104. DEFS = @DEFS@
  105. DEPDIR = @DEPDIR@
  106. ECHO = @ECHO@
  107. ECHO_C = @ECHO_C@
  108. ECHO_N = @ECHO_N@
  109. ECHO_T = @ECHO_T@
  110. EGREP = @EGREP@
  111. EXEEXT = @EXEEXT@
  112. EXTENSION = @EXTENSION@
  113. F77 = @F77@
  114. FFLAGS = @FFLAGS@
  115. GLIBTOOL = @GLIBTOOL@
  116. INSTALL_DATA = @INSTALL_DATA@
  117. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  118. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  119. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  120. JAR = @JAR@
  121. JAVAC = @JAVAC@
  122. JAVADOC = @JAVADOC@
  123. JAVAH = @JAVAH@
  124. JAVAH_FIX = @JAVAH_FIX@
  125. JAVAINCLUDE = @JAVAINCLUDE@
  126. JAVAINCLUDEDIR = @JAVAINCLUDEDIR@
  127. JAVANATINC = @JAVANATINC@
  128. JAVA_CLASS_PATH = @JAVA_CLASS_PATH@
  129. JAVA_CLASS_VERSION = @JAVA_CLASS_VERSION@
  130. JAVA_HOME = @JAVA_HOME@
  131. JAVA_LIBRARY_PATH = @JAVA_LIBRARY_PATH@
  132. JAVA_VENDOR = @JAVA_VENDOR@
  133. JAVA_VERSION = @JAVA_VERSION@
  134. JHOME = @JHOME@
  135. JPATH = @JPATH@
  136. LDFLAG = @LDFLAG@
  137. LDFLAGS = @LDFLAGS@
  138. LIBOBJS = @LIBOBJS@
  139. LIBS = @LIBS@
  140. LIBTOOL = @LIBTOOL@
  141. LIBTOOL_FIX = @LIBTOOL_FIX@
  142. LIB_EXTENSION = @LIB_EXTENSION@
  143. LINK = @LINK@
  144. LN_S = @LN_S@
  145. LTLIBOBJS = @LTLIBOBJS@
  146. MAINT = @MAINT@
  147. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  148. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  149. MAKEINFO = @MAKEINFO@
  150. OBJECT_EXTENSION = @OBJECT_EXTENSION@
  151. OBJEXT = @OBJEXT@
  152. OS_ARCH = @OS_ARCH@
  153. OS_NAME = @OS_NAME@
  154. OS_VERSION = @OS_VERSION@
  155. PACKAGE = @PACKAGE@
  156. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  157. PACKAGE_NAME = @PACKAGE_NAME@
  158. PACKAGE_STRING = @PACKAGE_STRING@
  159. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  160. PACKAGE_VERSION = @PACKAGE_VERSION@
  161. PATH_SEPARATOR = @PATH_SEPARATOR@
  162. RANLIB = @RANLIB@
  163. RXTX_PATH = @RXTX_PATH@
  164. SET_MAKE = @SET_MAKE@
  165. SHELL = @SHELL@
  166. STRIP = @STRIP@
  167. TARGETLIB = @TARGETLIB@
  168. THREAD_FLAG = @THREAD_FLAG@
  169. TOP = @TOP@
  170. VERSION = @VERSION@
  171. WINDOWS_JAVA_INCLUDE = @WINDOWS_JAVA_INCLUDE@
  172. ac_ct_AR = @ac_ct_AR@
  173. ac_ct_CC = @ac_ct_CC@
  174. ac_ct_CXX = @ac_ct_CXX@
  175. ac_ct_F77 = @ac_ct_F77@
  176. ac_ct_RANLIB = @ac_ct_RANLIB@
  177. ac_ct_STRIP = @ac_ct_STRIP@
  178. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  179. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  180. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  181. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  182. am__include = @am__include@
  183. am__leading_dot = @am__leading_dot@
  184. am__quote = @am__quote@
  185. am__tar = @am__tar@
  186. am__untar = @am__untar@
  187. bindir = @bindir@
  188. build = @build@
  189. build_alias = @build_alias@
  190. build_cpu = @build_cpu@
  191. build_os = @build_os@
  192. build_vendor = @build_vendor@
  193. datadir = @datadir@
  194. exec_prefix = @exec_prefix@
  195. host = @host@
  196. host_alias = @host_alias@
  197. host_cpu = @host_cpu@
  198. host_os = @host_os@
  199. host_vendor = @host_vendor@
  200. includedir = @includedir@
  201. infodir = @infodir@
  202. install_sh = @install_sh@
  203. libdir = @libdir@
  204. libexecdir = @libexecdir@
  205. localstatedir = @localstatedir@
  206. mandir = @mandir@
  207. mkdir_p = @mkdir_p@
  208. oldincludedir = @oldincludedir@
  209. prefix = @prefix@
  210. program_transform_name = @program_transform_name@
  211. sbindir = @sbindir@
  212. sharedstatedir = @sharedstatedir@
  213. sysconfdir = @sysconfdir@
  214. target = @target@
  215. target_alias = @target_alias@
  216. target_cpu = @target_cpu@
  217. target_os = @target_os@
  218. target_vendor = @target_vendor@
  219. abs_srcdir = $(TOP)/@srcdir@
  220. AUTOMAKE_OPTIONS = foreign
  221. INCLUDES = -I$(TOP) -I$(DEST) -I. $(JAVAINCLUDE) $(JAVANATINC)
  222. ####################### vars for rxtx-1.4->1.5 transition
  223. JARTARGET = RXTXcomm.jar
  224. CLASSDIR = gnu.io
  225. CLASSTOP = gnu
  226. CLASSDEST = gnu/io
  227. ####################### tools
  228. LIBTOOLC = $(GLIBTOOL) --mode=compile $(CC) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(VERBOSE_IOEXCEPTIONS) -c
  229. LIBTOOL_INST = $(GLIBTOOL) --mode=install $(INSTALL_PROGRAM)
  230. ####################### dirs
  231. SPATH = $(abs_srcdir)/src
  232. DEST = $(target_triplet)
  233. ####################### rules
  234. CLASSES = $(patsubst $(SPATH)/%.java,$(TOP)/$(CLASSDEST)/%.class,$(wildcard $(SPATH)/*.java))
  235. javafiles = $(wildcard $(SPATH)/*.java)
  236. javahfiles = $(patsubst $(SPATH)/%.java,%,$(wildcard $(SPATH)/*.java))
  237. #######################
  238. CLEANFILES = $(TOP)/*.class $(TOP)/$(CLASSDEST)/*.class $(TOP)/$(JARTARGET)
  239. all: config.h
  240. $(MAKE) $(AM_MAKEFLAGS) all-am
  241. .SUFFIXES:
  242. am--refresh:
  243. @:
  244. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  245. @for dep in $?; do \
  246. case '$(am__configure_deps)' in \
  247. *$$dep*) \
  248. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  249. cd $(srcdir) && $(AUTOMAKE) --foreign \
  250. && exit 0; \
  251. exit 1;; \
  252. esac; \
  253. done; \
  254. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  255. cd $(top_srcdir) && \
  256. $(AUTOMAKE) --foreign Makefile
  257. .PRECIOUS: Makefile
  258. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  259. @case '$?' in \
  260. *config.status*) \
  261. echo ' $(SHELL) ./config.status'; \
  262. $(SHELL) ./config.status;; \
  263. *) \
  264. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  265. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  266. esac;
  267. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  268. $(SHELL) ./config.status --recheck
  269. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  270. cd $(srcdir) && $(AUTOCONF)
  271. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  272. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  273. config.h: stamp-h1
  274. @if test ! -f $@; then \
  275. rm -f stamp-h1; \
  276. $(MAKE) stamp-h1; \
  277. else :; fi
  278. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  279. @rm -f stamp-h1
  280. cd $(top_builddir) && $(SHELL) ./config.status config.h
  281. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  282. cd $(top_srcdir) && $(AUTOHEADER)
  283. rm -f stamp-h1
  284. touch $@
  285. distclean-hdr:
  286. -rm -f config.h stamp-h1
  287. mostlyclean-libtool:
  288. -rm -f *.lo
  289. clean-libtool:
  290. -rm -rf .libs _libs
  291. distclean-libtool:
  292. -rm -f libtool
  293. uninstall-info-am:
  294. tags: TAGS
  295. TAGS:
  296. ctags: CTAGS
  297. CTAGS:
  298. distdir: $(DISTFILES)
  299. $(am__remove_distdir)
  300. mkdir $(distdir)
  301. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  302. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  303. list='$(DISTFILES)'; for file in $$list; do \
  304. case $$file in \
  305. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  306. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  307. esac; \
  308. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  309. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  310. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  311. dir="/$$dir"; \
  312. $(mkdir_p) "$(distdir)$$dir"; \
  313. else \
  314. dir=''; \
  315. fi; \
  316. if test -d $$d/$$file; then \
  317. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  318. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  319. fi; \
  320. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  321. else \
  322. test -f $(distdir)/$$file \
  323. || cp -p $$d/$$file $(distdir)/$$file \
  324. || exit 1; \
  325. fi; \
  326. done
  327. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  328. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  329. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  330. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  331. || chmod -R a+r $(distdir)
  332. dist-gzip: distdir
  333. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  334. $(am__remove_distdir)
  335. dist-bzip2: distdir
  336. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  337. $(am__remove_distdir)
  338. dist-tarZ: distdir
  339. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  340. $(am__remove_distdir)
  341. dist-shar: distdir
  342. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  343. $(am__remove_distdir)
  344. dist-zip: distdir
  345. -rm -f $(distdir).zip
  346. zip -rq $(distdir).zip $(distdir)
  347. $(am__remove_distdir)
  348. dist dist-all: distdir
  349. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  350. $(am__remove_distdir)
  351. # This target untars the dist file and tries a VPATH configuration. Then
  352. # it guarantees that the distribution is self-contained by making another
  353. # tarfile.
  354. distcheck: dist
  355. case '$(DIST_ARCHIVES)' in \
  356. *.tar.gz*) \
  357. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  358. *.tar.bz2*) \
  359. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  360. *.tar.Z*) \
  361. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  362. *.shar.gz*) \
  363. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  364. *.zip*) \
  365. unzip $(distdir).zip ;;\
  366. esac
  367. chmod -R a-w $(distdir); chmod a+w $(distdir)
  368. mkdir $(distdir)/_build
  369. mkdir $(distdir)/_inst
  370. chmod a-w $(distdir)
  371. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  372. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  373. && cd $(distdir)/_build \
  374. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  375. $(DISTCHECK_CONFIGURE_FLAGS) \
  376. && $(MAKE) $(AM_MAKEFLAGS) \
  377. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  378. && $(MAKE) $(AM_MAKEFLAGS) check \
  379. && $(MAKE) $(AM_MAKEFLAGS) install \
  380. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  381. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  382. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  383. distuninstallcheck \
  384. && chmod -R a-w "$$dc_install_base" \
  385. && ({ \
  386. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  387. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  388. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  389. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  390. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  391. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  392. && rm -rf "$$dc_destdir" \
  393. && $(MAKE) $(AM_MAKEFLAGS) dist \
  394. && rm -rf $(DIST_ARCHIVES) \
  395. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  396. $(am__remove_distdir)
  397. @(echo "$(distdir) archives ready for distribution: "; \
  398. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  399. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  400. distuninstallcheck:
  401. @cd $(distuninstallcheck_dir) \
  402. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  403. || { echo "ERROR: files left after uninstall:" ; \
  404. if test -n "$(DESTDIR)"; then \
  405. echo " (check DESTDIR support)"; \
  406. fi ; \
  407. $(distuninstallcheck_listfiles) ; \
  408. exit 1; } >&2
  409. distcleancheck: distclean
  410. @if test '$(srcdir)' = . ; then \
  411. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  412. exit 1 ; \
  413. fi
  414. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  415. || { echo "ERROR: files left in build directory after distclean:" ; \
  416. $(distcleancheck_listfiles) ; \
  417. exit 1; } >&2
  418. check-am: all-am
  419. check: check-am
  420. all-am: Makefile config.h
  421. installdirs:
  422. install-exec: install-exec-am
  423. install-data: install-data-am
  424. uninstall: uninstall-am
  425. install-am: all-am
  426. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  427. installcheck: installcheck-am
  428. install-strip:
  429. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  430. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  431. `test -z '$(STRIP)' || \
  432. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  433. mostlyclean-generic:
  434. distclean-generic:
  435. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  436. maintainer-clean-generic:
  437. @echo "This command is intended for maintainers to use"
  438. @echo "it deletes files that may require special tools to rebuild."
  439. clean: clean-am
  440. clean-am: clean-generic clean-libtool mostlyclean-am
  441. distclean: distclean-am
  442. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  443. -rm -f Makefile
  444. distclean-am: clean-am distclean-generic distclean-hdr \
  445. distclean-libtool
  446. dvi: dvi-am
  447. dvi-am:
  448. html: html-am
  449. info: info-am
  450. info-am:
  451. install-data-am:
  452. install-exec-am:
  453. install-info: install-info-am
  454. install-man:
  455. installcheck-am:
  456. maintainer-clean: maintainer-clean-am
  457. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  458. -rm -rf $(top_srcdir)/autom4te.cache
  459. -rm -f Makefile
  460. maintainer-clean-am: distclean-am maintainer-clean-generic
  461. mostlyclean: mostlyclean-am
  462. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  463. pdf: pdf-am
  464. pdf-am:
  465. ps: ps-am
  466. ps-am:
  467. uninstall-am: uninstall-info-am
  468. .PHONY: all all-am am--refresh check check-am clean clean-generic \
  469. clean-libtool dist dist-all dist-bzip2 dist-gzip dist-shar \
  470. dist-tarZ dist-zip distcheck distclean distclean-generic \
  471. distclean-hdr distclean-libtool distcleancheck distdir \
  472. distuninstallcheck dvi dvi-am html html-am info info-am \
  473. install install-am install-data install-data-am install-exec \
  474. install-exec-am install-info install-info-am install-man \
  475. install-strip installcheck installcheck-am installdirs \
  476. maintainer-clean maintainer-clean-generic mostlyclean \
  477. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  478. uninstall uninstall-am uninstall-info-am
  479. # for SCO builds everything else is currently using lib%.la below
  480. # I'm thinking about taking libtool out completely. See also Mac OS X builds.
  481. $(target_triplet)/lib%.so: $(SPATH)/%Imp.@EXTENSION@ $(CLASSES)
  482. $(COMPILE) $(SPATH)/$*Imp.@EXTENSION@ -o $(TOP)/$(DEST)/$*Imp.o
  483. $(LINK) -G -o lib$*.so $(TOP)/$(DEST)/$*Imp.o
  484. # compile src/SerialImp.c and similar files into libraries.
  485. # LIBTOOL_FIX handles problems encountered on some OS's. See configure.in
  486. # If a LIBTOOL_FIX is added be sure to provide a trailing ';' in configure.in
  487. $(target_triplet)/librxtx%.@LIB_EXTENSION@: $(SPATH)/%Imp.c $(CLASSES) $(SPATH)/%Imp.h
  488. ( \
  489. $(LIBTOOL_FIX) \
  490. cd $(DEST); \
  491. $(LIBTOOLC) $(SPATH)/$*Imp.@EXTENSION@ -o \
  492. $(TOP)/$(DEST)/$*Imp.@OBJECT_EXTENSION@; \
  493. if [ "$*" = "Serial" ]; then \
  494. $(LIBTOOLC) $(SPATH)/fuserImp.@EXTENSION@ -o \
  495. $(TOP)/$(DEST)/fuserImp.@OBJECT_EXTENSION@; \
  496. @LINK@ $(TOP)/$(DEST)/$*Imp.@OBJECT_EXTENSION@ \
  497. $(TOP)/$(DEST)/fuserImp.@OBJECT_EXTENSION@; \
  498. else \
  499. @LINK@ $(TOP)/$(DEST)/$*Imp.@OBJECT_EXTENSION@; \
  500. fi; \
  501. )
  502. # compile src/RXTXPort.java and similar files into classes
  503. # then create the .jar file
  504. $(CLASSES): $(javafiles) $(TOP)/Makefile
  505. $(JAVAH_FIX)
  506. $(JAVAC) $(javafiles)
  507. $(JAVAH) `(for i in $(javahfiles);do \
  508. if grep > /dev/null native.*\( $(SPATH)/$$i.java; then \
  509. echo $(CLASSDIR).$$i; \
  510. fi; \
  511. done)`
  512. $(JAR) cf $(JARTARGET) $(CLASSTOP)/*
  513. # install librxtxSerial.so into the proper directory and copy $(JARTARGET) to its
  514. # proper location
  515. install: all
  516. @$(LIBTOOL_INST) \
  517. `for i in $(TARGETLIB);do \
  518. if [ -f $$i ];then \
  519. echo $$i; \
  520. fi; \
  521. done` $(RXTX_PATH)
  522. $(INSTALL_PROGRAM) $(JARTARGET) $(JHOME)/
  523. clean-generic:
  524. rm -rf $(DEST) $(TOP)/$(CLASSTOP)
  525. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  526. all: $(TARGETLIB)
  527. # create the javadoc files.
  528. docs: $(CLASSES)
  529. $(JAVADOC) $(javafiles)
  530. ################ WIN32 CrossCompiling from here down #######################
  531. $(DEST)/rxtxSerial.dll: $(CLASSES) $(TOP)/Makefile
  532. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/SerialImp.c -o $(DEST)/SerialImp.o
  533. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/termios.c -o $(DEST)/termios.o
  534. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/fixup.c -o $(DEST)/fixup.o
  535. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/init.cc -o $(DEST)/init.o
  536. ld --base-file $(DEST)/Serial.base --dll -o $(DEST)/rxtxSerial.dll $(DEST)/termios.o $(DEST)/SerialImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Serial.base
  537. echo EXPORTS >$(DEST)/Serial.def;for i in `nm $(DEST)/rxtxSerial.dll | grep "T _Java"|cut -b 13-`;do echo -n $$i|sed s#@.*##;echo "="$$i;done >> $(DEST)/Serial.def
  538. dlltool -b$(DEST) --as=as --dllname $(DEST)/rxtxSerial.dll --def $(DEST)/Serial.def --base-file $(DEST)/Serial.base --output-exp $(DEST)/Serial.exp
  539. ld --base-file $(DEST)/Serial.base $(DEST)/Serial.exp -dll -o $(DEST)/rxtxSerial.dll $(DEST)/termios.o $(DEST)/SerialImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Serial.base
  540. dlltool -b$(DEST) --as=as --dllname $(DEST)/rxtxSerial.dll --def $(DEST)/Serial.def --base-file $(DEST)/Serial.base --output-exp $(DEST)/Serial.exp
  541. ld $(DEST)/Serial.exp -dll -o $(DEST)/rxtxSerial.dll $(DEST)/termios.o $(DEST)/SerialImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Serial.base
  542. $(DEST)/rxtxParallel.dll: $(CLASSES) $(TOP)/Makefile
  543. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/ParallelImp.c -o $(DEST)/ParallelImp.o
  544. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/termios.c -o $(DEST)/termios.o
  545. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/fixup.c -o $(DEST)/fixup.o
  546. gcc -DWIN32 -D __int64="long long" -mno-fp-ret-in-387 -b$(target_alias) -I $(TOP) -I $(DEST) -I . $(WINDOWS_JAVA_INCLUDE) -I $(SPATH) -Wall -c $(SPATH)/init.cc -o $(DEST)/init.o
  547. ld --base-file $(DEST)/Parallel.base --dll -o $(DEST)/rxtxParallel.dll $(DEST)/termios.o $(DEST)/ParallelImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Parallel.base
  548. echo EXPORTS >$(DEST)/Parallel.def;for i in `nm $(DEST)/rxtxParallel.dll | grep "T _Java"|cut -b 13-`;do echo -n $$i|sed s#@.*##;echo "="$$i;done >> $(DEST)/Parallel.def
  549. dlltool -b$(DEST) --as=as --dllname $(DEST)/rxtxParallel.dll --def $(DEST)/Parallel.def --base-file $(DEST)/Parallel.base --output-exp $(DEST)/Parallel.exp
  550. ld --base-file $(DEST)/Parallel.base $(DEST)/Parallel.exp -dll -o $(DEST)/rxtxParallel.dll $(DEST)/termios.o $(DEST)/ParallelImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Parallel.base
  551. dlltool -b$(DEST) --as=as --dllname $(DEST)/rxtxParallel.dll --def $(DEST)/Parallel.def --base-file $(DEST)/Parallel.base --output-exp $(DEST)/Parallel.exp
  552. ld $(DEST)/Parallel.exp -dll -o $(DEST)/rxtxParallel.dll $(DEST)/termios.o $(DEST)/ParallelImp.o $(DEST)/fixup.o $(DEST)/init.o -luser32 -lgdi32 -lcomdlg32 -lkernel32 -ladvapi32 -lmingw32 -lmoldname -lcrtdll -e _dll_entry@12 --base-file $(DEST)/Parallel.base
  553. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  554. # Otherwise a system limit (for SysV at least) may be exceeded.
  555. .NOEXPORT: