~ubuntu-branches/ubuntu/natty/garmin-forerunner-tools/natty

1.1.2 by Ralf Treinen
Import upstream version 0.10
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1 by Ralf Treinen
Import upstream version 0.07
2
# @configure_input@
3
1.1.2 by Ralf Treinen
Import upstream version 0.10
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
1 by Ralf Treinen
Import upstream version 0.07
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
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
1.1.2 by Ralf Treinen
Import upstream version 0.10
17
18
1 by Ralf Treinen
Import upstream version 0.07
19
VPATH = @srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
1.1.2 by Ralf Treinen
Import upstream version 0.10
35
build_triplet = @build@
1 by Ralf Treinen
Import upstream version 0.07
36
host_triplet = @host@
1.1.2 by Ralf Treinen
Import upstream version 0.10
37
bin_PROGRAMS = garmin_save_runs$(EXEEXT) garmin_dump$(EXEEXT) \
38
	garmin_get_info$(EXEEXT) garmin_gmap$(EXEEXT) \
39
	garmin_gchart$(EXEEXT) garmin_gpx$(EXEEXT)
40
subdir = src
41
DIST_COMMON = $(garmintoolsinclude_HEADERS) $(srcdir)/Makefile.am \
42
	$(srcdir)/Makefile.in $(srcdir)/config.h.in
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
	$(ACLOCAL_M4)
47
mkinstalldirs = $(install_sh) -d
48
CONFIG_HEADER = config.h
49
CONFIG_CLEAN_FILES =
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51
am__vpath_adj = case $$p in \
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53
    *) f=$$p;; \
54
  esac;
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
57
	"$(DESTDIR)$(garmintoolsincludedir)"
58
libLTLIBRARIES_INSTALL = $(INSTALL)
59
LTLIBRARIES = $(lib_LTLIBRARIES)
60
libgarmintools_la_LIBADD =
61
am_libgarmintools_la_OBJECTS = usb_comm.lo byte_util.lo unpack.lo \
62
	pack.lo protocol.lo command.lo packet_id.lo print.lo scan.lo \
63
	datatype.lo symbol_name.lo run.lo
64
libgarmintools_la_OBJECTS = $(am_libgarmintools_la_OBJECTS)
65
libgarmintools_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
66
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
67
	$(libgarmintools_la_LDFLAGS) $(LDFLAGS) -o $@
68
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69
PROGRAMS = $(bin_PROGRAMS)
70
am_garmin_dump_OBJECTS = garmin_dump.$(OBJEXT)
71
garmin_dump_OBJECTS = $(am_garmin_dump_OBJECTS)
72
garmin_dump_DEPENDENCIES = $(lib_LTLIBRARIES)
73
am_garmin_gchart_OBJECTS = garmin_gchart.$(OBJEXT)
74
garmin_gchart_OBJECTS = $(am_garmin_gchart_OBJECTS)
75
garmin_gchart_DEPENDENCIES = $(lib_LTLIBRARIES)
76
am_garmin_get_info_OBJECTS = garmin_get_info.$(OBJEXT)
77
garmin_get_info_OBJECTS = $(am_garmin_get_info_OBJECTS)
78
garmin_get_info_DEPENDENCIES = $(lib_LTLIBRARIES)
79
am_garmin_gmap_OBJECTS = garmin_gmap.$(OBJEXT)
80
garmin_gmap_OBJECTS = $(am_garmin_gmap_OBJECTS)
81
garmin_gmap_DEPENDENCIES = $(lib_LTLIBRARIES)
82
am_garmin_gpx_OBJECTS = garmin_gpx.$(OBJEXT)
83
garmin_gpx_OBJECTS = $(am_garmin_gpx_OBJECTS)
84
garmin_gpx_DEPENDENCIES = $(lib_LTLIBRARIES)
85
am_garmin_save_runs_OBJECTS = garmin_save_runs.$(OBJEXT)
86
garmin_save_runs_OBJECTS = $(am_garmin_save_runs_OBJECTS)
87
garmin_save_runs_DEPENDENCIES = $(lib_LTLIBRARIES)
88
DEFAULT_INCLUDES = -I.@am__isrc@
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
90
am__depfiles_maybe = depfiles
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
CCLD = $(CC)
97
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98
	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
99
	$(LDFLAGS) -o $@
100
SOURCES = $(libgarmintools_la_SOURCES) $(garmin_dump_SOURCES) \
101
	$(garmin_gchart_SOURCES) $(garmin_get_info_SOURCES) \
102
	$(garmin_gmap_SOURCES) $(garmin_gpx_SOURCES) \
103
	$(garmin_save_runs_SOURCES)
104
DIST_SOURCES = $(libgarmintools_la_SOURCES) $(garmin_dump_SOURCES) \
105
	$(garmin_gchart_SOURCES) $(garmin_get_info_SOURCES) \
106
	$(garmin_gmap_SOURCES) $(garmin_gpx_SOURCES) \
107
	$(garmin_save_runs_SOURCES)
108
garmintoolsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
109
HEADERS = $(garmintoolsinclude_HEADERS)
110
ETAGS = etags
111
CTAGS = ctags
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1 by Ralf Treinen
Import upstream version 0.07
113
ACLOCAL = @ACLOCAL@
114
AMTAR = @AMTAR@
1.1.2 by Ralf Treinen
Import upstream version 0.10
115
AR = @AR@
1 by Ralf Treinen
Import upstream version 0.07
116
AUTOCONF = @AUTOCONF@
117
AUTOHEADER = @AUTOHEADER@
118
AUTOMAKE = @AUTOMAKE@
119
AWK = @AWK@
120
CC = @CC@
121
CCDEPMODE = @CCDEPMODE@
122
CFLAGS = @CFLAGS@
123
CPP = @CPP@
124
CPPFLAGS = @CPPFLAGS@
1.1.2 by Ralf Treinen
Import upstream version 0.10
125
CXX = @CXX@
126
CXXCPP = @CXXCPP@
127
CXXDEPMODE = @CXXDEPMODE@
128
CXXFLAGS = @CXXFLAGS@
1 by Ralf Treinen
Import upstream version 0.07
129
CYGPATH_W = @CYGPATH_W@
130
DEFS = @DEFS@
131
DEPDIR = @DEPDIR@
1.1.2 by Ralf Treinen
Import upstream version 0.10
132
DSYMUTIL = @DSYMUTIL@
1 by Ralf Treinen
Import upstream version 0.07
133
ECHO = @ECHO@
134
ECHO_C = @ECHO_C@
135
ECHO_N = @ECHO_N@
136
ECHO_T = @ECHO_T@
137
EGREP = @EGREP@
138
EXEEXT = @EXEEXT@
1.1.2 by Ralf Treinen
Import upstream version 0.10
139
F77 = @F77@
140
FFLAGS = @FFLAGS@
141
GREP = @GREP@
1 by Ralf Treinen
Import upstream version 0.07
142
HAVE_PYTHON = @HAVE_PYTHON@
1.1.2 by Ralf Treinen
Import upstream version 0.10
143
INSTALL = @INSTALL@
1 by Ralf Treinen
Import upstream version 0.07
144
INSTALL_DATA = @INSTALL_DATA@
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
LDFLAGS = @LDFLAGS@
149
LIBOBJS = @LIBOBJS@
150
LIBS = @LIBS@
151
LIBTOOL = @LIBTOOL@
152
LIBUSB_CONFIG = @LIBUSB_CONFIG@
153
LN_S = @LN_S@
154
LTLIBOBJS = @LTLIBOBJS@
155
MAKEINFO = @MAKEINFO@
1.1.2 by Ralf Treinen
Import upstream version 0.10
156
MKDIR_P = @MKDIR_P@
157
NMEDIT = @NMEDIT@
1 by Ralf Treinen
Import upstream version 0.07
158
OBJEXT = @OBJEXT@
159
PACKAGE = @PACKAGE@
160
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161
PACKAGE_NAME = @PACKAGE_NAME@
162
PACKAGE_STRING = @PACKAGE_STRING@
163
PACKAGE_TARNAME = @PACKAGE_TARNAME@
164
PACKAGE_VERSION = @PACKAGE_VERSION@
165
PATH_SEPARATOR = @PATH_SEPARATOR@
166
PROG_LIBS = @PROG_LIBS@
167
PYTHON_SUBDIRS = @PYTHON_SUBDIRS@
168
RANLIB = @RANLIB@
1.1.2 by Ralf Treinen
Import upstream version 0.10
169
SED = @SED@
1 by Ralf Treinen
Import upstream version 0.07
170
SET_MAKE = @SET_MAKE@
171
SHELL = @SHELL@
172
STRIP = @STRIP@
173
USB_CFLAGS = @USB_CFLAGS@
174
USB_LIBS = @USB_LIBS@
175
VERSION = @VERSION@
1.1.2 by Ralf Treinen
Import upstream version 0.10
176
abs_builddir = @abs_builddir@
177
abs_srcdir = @abs_srcdir@
178
abs_top_builddir = @abs_top_builddir@
179
abs_top_srcdir = @abs_top_srcdir@
1 by Ralf Treinen
Import upstream version 0.07
180
ac_ct_CC = @ac_ct_CC@
1.1.2 by Ralf Treinen
Import upstream version 0.10
181
ac_ct_CXX = @ac_ct_CXX@
182
ac_ct_F77 = @ac_ct_F77@
1 by Ralf Treinen
Import upstream version 0.07
183
am__include = @am__include@
184
am__leading_dot = @am__leading_dot@
185
am__quote = @am__quote@
1.1.2 by Ralf Treinen
Import upstream version 0.10
186
am__tar = @am__tar@
187
am__untar = @am__untar@
1 by Ralf Treinen
Import upstream version 0.07
188
bindir = @bindir@
189
build = @build@
190
build_alias = @build_alias@
191
build_cpu = @build_cpu@
192
build_os = @build_os@
193
build_vendor = @build_vendor@
1.1.2 by Ralf Treinen
Import upstream version 0.10
194
builddir = @builddir@
1 by Ralf Treinen
Import upstream version 0.07
195
datadir = @datadir@
1.1.2 by Ralf Treinen
Import upstream version 0.10
196
datarootdir = @datarootdir@
197
docdir = @docdir@
198
dvidir = @dvidir@
1 by Ralf Treinen
Import upstream version 0.07
199
exec_prefix = @exec_prefix@
200
host = @host@
201
host_alias = @host_alias@
202
host_cpu = @host_cpu@
203
host_os = @host_os@
204
host_vendor = @host_vendor@
1.1.2 by Ralf Treinen
Import upstream version 0.10
205
htmldir = @htmldir@
1 by Ralf Treinen
Import upstream version 0.07
206
includedir = @includedir@
207
infodir = @infodir@
208
install_sh = @install_sh@
209
libdir = @libdir@
210
libexecdir = @libexecdir@
1.1.2 by Ralf Treinen
Import upstream version 0.10
211
localedir = @localedir@
1 by Ralf Treinen
Import upstream version 0.07
212
localstatedir = @localstatedir@
213
mandir = @mandir@
1.1.2 by Ralf Treinen
Import upstream version 0.10
214
mkdir_p = @mkdir_p@
1 by Ralf Treinen
Import upstream version 0.07
215
oldincludedir = @oldincludedir@
1.1.2 by Ralf Treinen
Import upstream version 0.10
216
pdfdir = @pdfdir@
1 by Ralf Treinen
Import upstream version 0.07
217
prefix = @prefix@
218
program_transform_name = @program_transform_name@
1.1.2 by Ralf Treinen
Import upstream version 0.10
219
psdir = @psdir@
1 by Ralf Treinen
Import upstream version 0.07
220
sbindir = @sbindir@
221
sharedstatedir = @sharedstatedir@
1.1.2 by Ralf Treinen
Import upstream version 0.10
222
srcdir = @srcdir@
1 by Ralf Treinen
Import upstream version 0.07
223
sysconfdir = @sysconfdir@
224
target_alias = @target_alias@
1.1.2 by Ralf Treinen
Import upstream version 0.10
225
top_builddir = @top_builddir@
226
top_srcdir = @top_srcdir@
1 by Ralf Treinen
Import upstream version 0.07
227
garmintoolsincludedir = $(includedir)
228
garmintoolsinclude_HEADERS = garmin.h
1.1.2 by Ralf Treinen
Import upstream version 0.10
229
lib_LTLIBRARIES = libgarmintools.la
230
libgarmintools_la_SOURCES = \
1 by Ralf Treinen
Import upstream version 0.07
231
	usb_comm.c \
232
	byte_util.c \
233
	unpack.c \
234
	pack.c \
235
	protocol.c \
236
	command.c \
237
	packet_id.c \
238
	print.c \
239
	scan.c \
240
	datatype.c \
241
	symbol_name.c \
242
	run.c
243
244
245
# Updating version info:
246
#
247
# version is c:r:a (current:revision:age)
248
#
249
# Any change at all => c:r+1:a
250
# Interfaces changed/added/removed => c+1:0:a
251
# Interfaces added => c+1:0:a+1
252
# Interfaces removed => c+1:0:0
1.1.2 by Ralf Treinen
Import upstream version 0.10
253
libgarmintools_la_LDFLAGS = \
1 by Ralf Treinen
Import upstream version 0.07
254
	-version-info 6:0:2
255
256
AM_CFLAGS = $(USB_CFLAGS) -Wall
257
garmin_save_runs_SOURCES = garmin_save_runs.c
258
garmin_save_runs_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@
259
garmin_dump_SOURCES = garmin_dump.c
260
garmin_dump_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@
261
garmin_get_info_SOURCES = garmin_get_info.c
262
garmin_get_info_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@
263
garmin_gmap_SOURCES = garmin_gmap.c
264
garmin_gmap_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@ -lm
1.1.1 by Ralf Treinen
Import upstream version 0.09
265
garmin_gchart_SOURCES = garmin_gchart.c
266
garmin_gchart_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@ -lm
267
garmin_gpx_SOURCES = garmin_gpx.c
268
garmin_gpx_LDADD = $(lib_LTLIBRARIES) @LDFLAGS@ @PROG_LIBS@ -lm
1 by Ralf Treinen
Import upstream version 0.07
269
all: config.h
270
	$(MAKE) $(AM_MAKEFLAGS) all-am
271
272
.SUFFIXES:
273
.SUFFIXES: .c .lo .o .obj
1.1.2 by Ralf Treinen
Import upstream version 0.10
274
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
275
	@for dep in $?; do \
276
	  case '$(am__configure_deps)' in \
277
	    *$$dep*) \
278
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
279
		&& exit 0; \
280
	      exit 1;; \
281
	  esac; \
282
	done; \
283
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
1 by Ralf Treinen
Import upstream version 0.07
284
	cd $(top_srcdir) && \
285
	  $(AUTOMAKE) --gnu  src/Makefile
1.1.2 by Ralf Treinen
Import upstream version 0.10
286
.PRECIOUS: Makefile
287
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
	@case '$?' in \
289
	  *config.status*) \
290
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291
	  *) \
292
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294
	esac;
295
296
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299
$(top_srcdir)/configure:  $(am__configure_deps)
300
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
302
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1 by Ralf Treinen
Import upstream version 0.07
303
304
config.h: stamp-h1
305
	@if test ! -f $@; then \
306
	  rm -f stamp-h1; \
1.1.2 by Ralf Treinen
Import upstream version 0.10
307
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1 by Ralf Treinen
Import upstream version 0.07
308
	else :; fi
309
310
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
311
	@rm -f stamp-h1
312
	cd $(top_builddir) && $(SHELL) ./config.status src/config.h
1.1.2 by Ralf Treinen
Import upstream version 0.10
313
$(srcdir)/config.h.in:  $(am__configure_deps) 
1 by Ralf Treinen
Import upstream version 0.07
314
	cd $(top_srcdir) && $(AUTOHEADER)
1.1.2 by Ralf Treinen
Import upstream version 0.10
315
	rm -f stamp-h1
316
	touch $@
1 by Ralf Treinen
Import upstream version 0.07
317
318
distclean-hdr:
319
	-rm -f config.h stamp-h1
320
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
321
	@$(NORMAL_INSTALL)
1.1.2 by Ralf Treinen
Import upstream version 0.10
322
	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1 by Ralf Treinen
Import upstream version 0.07
323
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
324
	  if test -f $$p; then \
1.1.2 by Ralf Treinen
Import upstream version 0.10
325
	    f=$(am__strip_dir) \
326
	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
327
	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
1 by Ralf Treinen
Import upstream version 0.07
328
	  else :; fi; \
329
	done
330
331
uninstall-libLTLIBRARIES:
332
	@$(NORMAL_UNINSTALL)
1.1.1 by Ralf Treinen
Import upstream version 0.09
333
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1.1.2 by Ralf Treinen
Import upstream version 0.10
334
	  p=$(am__strip_dir) \
335
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
336
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
1 by Ralf Treinen
Import upstream version 0.07
337
	done
338
339
clean-libLTLIBRARIES:
340
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
341
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
342
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1.1.2 by Ralf Treinen
Import upstream version 0.10
343
	  test "$$dir" != "$$p" || dir=.; \
1 by Ralf Treinen
Import upstream version 0.07
344
	  echo "rm -f \"$${dir}/so_locations\""; \
345
	  rm -f "$${dir}/so_locations"; \
346
	done
1.1.2 by Ralf Treinen
Import upstream version 0.10
347
libgarmintools.la: $(libgarmintools_la_OBJECTS) $(libgarmintools_la_DEPENDENCIES) 
348
	$(libgarmintools_la_LINK) -rpath $(libdir) $(libgarmintools_la_OBJECTS) $(libgarmintools_la_LIBADD) $(LIBS)
1 by Ralf Treinen
Import upstream version 0.07
349
install-binPROGRAMS: $(bin_PROGRAMS)
350
	@$(NORMAL_INSTALL)
1.1.2 by Ralf Treinen
Import upstream version 0.10
351
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1 by Ralf Treinen
Import upstream version 0.07
352
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
353
	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
354
	  if test -f $$p \
355
	     || test -f $$p1 \
356
	  ; then \
357
	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
1.1.2 by Ralf Treinen
Import upstream version 0.10
358
	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
359
	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
1 by Ralf Treinen
Import upstream version 0.07
360
	  else :; fi; \
361
	done
362
363
uninstall-binPROGRAMS:
364
	@$(NORMAL_UNINSTALL)
365
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
366
	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
1.1.2 by Ralf Treinen
Import upstream version 0.10
367
	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
368
	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
1 by Ralf Treinen
Import upstream version 0.07
369
	done
370
371
clean-binPROGRAMS:
372
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
373
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
374
	  echo " rm -f $$p $$f"; \
375
	  rm -f $$p $$f ; \
376
	done
377
garmin_dump$(EXEEXT): $(garmin_dump_OBJECTS) $(garmin_dump_DEPENDENCIES) 
378
	@rm -f garmin_dump$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
379
	$(LINK) $(garmin_dump_OBJECTS) $(garmin_dump_LDADD) $(LIBS)
1.1.1 by Ralf Treinen
Import upstream version 0.09
380
garmin_gchart$(EXEEXT): $(garmin_gchart_OBJECTS) $(garmin_gchart_DEPENDENCIES) 
381
	@rm -f garmin_gchart$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
382
	$(LINK) $(garmin_gchart_OBJECTS) $(garmin_gchart_LDADD) $(LIBS)
1 by Ralf Treinen
Import upstream version 0.07
383
garmin_get_info$(EXEEXT): $(garmin_get_info_OBJECTS) $(garmin_get_info_DEPENDENCIES) 
384
	@rm -f garmin_get_info$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
385
	$(LINK) $(garmin_get_info_OBJECTS) $(garmin_get_info_LDADD) $(LIBS)
1 by Ralf Treinen
Import upstream version 0.07
386
garmin_gmap$(EXEEXT): $(garmin_gmap_OBJECTS) $(garmin_gmap_DEPENDENCIES) 
387
	@rm -f garmin_gmap$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
388
	$(LINK) $(garmin_gmap_OBJECTS) $(garmin_gmap_LDADD) $(LIBS)
1.1.1 by Ralf Treinen
Import upstream version 0.09
389
garmin_gpx$(EXEEXT): $(garmin_gpx_OBJECTS) $(garmin_gpx_DEPENDENCIES) 
390
	@rm -f garmin_gpx$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
391
	$(LINK) $(garmin_gpx_OBJECTS) $(garmin_gpx_LDADD) $(LIBS)
1 by Ralf Treinen
Import upstream version 0.07
392
garmin_save_runs$(EXEEXT): $(garmin_save_runs_OBJECTS) $(garmin_save_runs_DEPENDENCIES) 
393
	@rm -f garmin_save_runs$(EXEEXT)
1.1.2 by Ralf Treinen
Import upstream version 0.10
394
	$(LINK) $(garmin_save_runs_OBJECTS) $(garmin_save_runs_LDADD) $(LIBS)
1 by Ralf Treinen
Import upstream version 0.07
395
396
mostlyclean-compile:
1.1.2 by Ralf Treinen
Import upstream version 0.10
397
	-rm -f *.$(OBJEXT)
1 by Ralf Treinen
Import upstream version 0.07
398
399
distclean-compile:
400
	-rm -f *.tab.c
401
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byte_util.Plo@am__quote@
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datatype.Plo@am__quote@
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_dump.Po@am__quote@
1.1.1 by Ralf Treinen
Import upstream version 0.09
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_gchart.Po@am__quote@
1 by Ralf Treinen
Import upstream version 0.07
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_get_info.Po@am__quote@
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_gmap.Po@am__quote@
1.1.1 by Ralf Treinen
Import upstream version 0.09
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_gpx.Po@am__quote@
1 by Ralf Treinen
Import upstream version 0.07
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garmin_save_runs.Po@am__quote@
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pack.Plo@am__quote@
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet_id.Plo@am__quote@
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run.Plo@am__quote@
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Plo@am__quote@
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol_name.Plo@am__quote@
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unpack.Plo@am__quote@
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usb_comm.Plo@am__quote@
420
421
.c.o:
1.1.2 by Ralf Treinen
Import upstream version 0.10
422
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
423
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1 by Ralf Treinen
Import upstream version 0.07
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.2 by Ralf Treinen
Import upstream version 0.10
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
1 by Ralf Treinen
Import upstream version 0.07
427
428
.c.obj:
1.1.2 by Ralf Treinen
Import upstream version 0.10
429
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
430
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1 by Ralf Treinen
Import upstream version 0.07
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1.2 by Ralf Treinen
Import upstream version 0.10
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
1 by Ralf Treinen
Import upstream version 0.07
434
435
.c.lo:
1.1.2 by Ralf Treinen
Import upstream version 0.10
436
@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437
@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1 by Ralf Treinen
Import upstream version 0.07
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1.2 by Ralf Treinen
Import upstream version 0.10
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
1 by Ralf Treinen
Import upstream version 0.07
441
442
mostlyclean-libtool:
443
	-rm -f *.lo
444
445
clean-libtool:
446
	-rm -rf .libs _libs
447
install-garmintoolsincludeHEADERS: $(garmintoolsinclude_HEADERS)
448
	@$(NORMAL_INSTALL)
1.1.2 by Ralf Treinen
Import upstream version 0.10
449
	test -z "$(garmintoolsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(garmintoolsincludedir)"
1 by Ralf Treinen
Import upstream version 0.07
450
	@list='$(garmintoolsinclude_HEADERS)'; for p in $$list; do \
451
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.2 by Ralf Treinen
Import upstream version 0.10
452
	  f=$(am__strip_dir) \
453
	  echo " $(garmintoolsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(garmintoolsincludedir)/$$f'"; \
454
	  $(garmintoolsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(garmintoolsincludedir)/$$f"; \
1 by Ralf Treinen
Import upstream version 0.07
455
	done
456
457
uninstall-garmintoolsincludeHEADERS:
458
	@$(NORMAL_UNINSTALL)
459
	@list='$(garmintoolsinclude_HEADERS)'; for p in $$list; do \
1.1.2 by Ralf Treinen
Import upstream version 0.10
460
	  f=$(am__strip_dir) \
461
	  echo " rm -f '$(DESTDIR)$(garmintoolsincludedir)/$$f'"; \
462
	  rm -f "$(DESTDIR)$(garmintoolsincludedir)/$$f"; \
1 by Ralf Treinen
Import upstream version 0.07
463
	done
464
465
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
466
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
467
	unique=`for i in $$list; do \
468
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469
	  done | \
1.1.2 by Ralf Treinen
Import upstream version 0.10
470
	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
471
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Ralf Treinen
Import upstream version 0.07
472
	mkid -fID $$unique
1.1.2 by Ralf Treinen
Import upstream version 0.10
473
tags: TAGS
1 by Ralf Treinen
Import upstream version 0.07
474
475
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
476
		$(TAGS_FILES) $(LISP)
477
	tags=; \
478
	here=`pwd`; \
479
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
480
	unique=`for i in $$list; do \
481
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482
	  done | \
1.1.2 by Ralf Treinen
Import upstream version 0.10
483
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
485
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
486
	  test -n "$$unique" || unique=$$empty_fix; \
487
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488
	    $$tags $$unique; \
489
	fi
1 by Ralf Treinen
Import upstream version 0.07
490
ctags: CTAGS
491
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
492
		$(TAGS_FILES) $(LISP)
493
	tags=; \
494
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
495
	unique=`for i in $$list; do \
496
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
	  done | \
1.1.2 by Ralf Treinen
Import upstream version 0.10
498
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Ralf Treinen
Import upstream version 0.07
500
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
501
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502
	     $$tags $$unique
503
504
GTAGS:
505
	here=`$(am__cd) $(top_builddir) && pwd` \
506
	  && cd $(top_srcdir) \
507
	  && gtags -i $(GTAGS_ARGS) $$here
508
509
distclean-tags:
510
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511
512
distdir: $(DISTFILES)
1.1.2 by Ralf Treinen
Import upstream version 0.10
513
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515
	list='$(DISTFILES)'; \
516
	  dist_files=`for file in $$list; do echo $$file; done | \
517
	  sed -e "s|^$$srcdirstrip/||;t" \
518
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519
	case $$dist_files in \
520
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
521
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522
			   sort -u` ;; \
523
	esac; \
524
	for file in $$dist_files; do \
1 by Ralf Treinen
Import upstream version 0.07
525
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526
	  if test -d $$d/$$file; then \
1.1.2 by Ralf Treinen
Import upstream version 0.10
527
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1 by Ralf Treinen
Import upstream version 0.07
528
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
530
	    fi; \
531
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
532
	  else \
533
	    test -f $(distdir)/$$file \
534
	    || cp -p $$d/$$file $(distdir)/$$file \
535
	    || exit 1; \
536
	  fi; \
537
	done
538
check-am: all-am
539
check: check-am
540
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
541
install-binPROGRAMS: install-libLTLIBRARIES
542
543
installdirs:
1.1.2 by Ralf Treinen
Import upstream version 0.10
544
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(garmintoolsincludedir)"; do \
545
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
546
	done
1 by Ralf Treinen
Import upstream version 0.07
547
install: install-am
548
install-exec: install-exec-am
549
install-data: install-data-am
550
uninstall: uninstall-am
551
552
install-am: all-am
553
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555
installcheck: installcheck-am
556
install-strip:
557
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.1.2 by Ralf Treinen
Import upstream version 0.10
558
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1 by Ralf Treinen
Import upstream version 0.07
559
	  `test -z '$(STRIP)' || \
560
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561
mostlyclean-generic:
562
563
clean-generic:
564
565
distclean-generic:
1.1.2 by Ralf Treinen
Import upstream version 0.10
566
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1 by Ralf Treinen
Import upstream version 0.07
567
568
maintainer-clean-generic:
569
	@echo "This command is intended for maintainers to use"
570
	@echo "it deletes files that may require special tools to rebuild."
571
clean: clean-am
572
573
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
574
	clean-libtool mostlyclean-am
575
576
distclean: distclean-am
1.1.2 by Ralf Treinen
Import upstream version 0.10
577
	-rm -rf ./$(DEPDIR)
578
	-rm -f Makefile
579
distclean-am: clean-am distclean-compile distclean-generic \
580
	distclean-hdr distclean-tags
1 by Ralf Treinen
Import upstream version 0.07
581
582
dvi: dvi-am
583
584
dvi-am:
585
1.1.2 by Ralf Treinen
Import upstream version 0.10
586
html: html-am
587
1 by Ralf Treinen
Import upstream version 0.07
588
info: info-am
589
590
info-am:
591
592
install-data-am: install-garmintoolsincludeHEADERS
593
1.1.2 by Ralf Treinen
Import upstream version 0.10
594
install-dvi: install-dvi-am
595
1 by Ralf Treinen
Import upstream version 0.07
596
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
597
1.1.2 by Ralf Treinen
Import upstream version 0.10
598
install-html: install-html-am
599
1 by Ralf Treinen
Import upstream version 0.07
600
install-info: install-info-am
601
602
install-man:
603
1.1.2 by Ralf Treinen
Import upstream version 0.10
604
install-pdf: install-pdf-am
605
606
install-ps: install-ps-am
607
1 by Ralf Treinen
Import upstream version 0.07
608
installcheck-am:
609
610
maintainer-clean: maintainer-clean-am
1.1.2 by Ralf Treinen
Import upstream version 0.10
611
	-rm -rf ./$(DEPDIR)
612
	-rm -f Makefile
1 by Ralf Treinen
Import upstream version 0.07
613
maintainer-clean-am: distclean-am maintainer-clean-generic
614
615
mostlyclean: mostlyclean-am
616
617
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
618
	mostlyclean-libtool
619
620
pdf: pdf-am
621
622
pdf-am:
623
624
ps: ps-am
625
626
ps-am:
627
1.1.2 by Ralf Treinen
Import upstream version 0.10
628
uninstall-am: uninstall-binPROGRAMS \
629
	uninstall-garmintoolsincludeHEADERS uninstall-libLTLIBRARIES
630
631
.MAKE: install-am install-strip
1 by Ralf Treinen
Import upstream version 0.07
632
633
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
634
	clean-generic clean-libLTLIBRARIES clean-libtool ctags \
1.1.2 by Ralf Treinen
Import upstream version 0.10
635
	distclean distclean-compile distclean-generic distclean-hdr \
636
	distclean-libtool distclean-tags distdir dvi dvi-am html \
637
	html-am info info-am install install-am install-binPROGRAMS \
638
	install-data install-data-am install-dvi install-dvi-am \
639
	install-exec install-exec-am install-garmintoolsincludeHEADERS \
640
	install-html install-html-am install-info install-info-am \
641
	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
642
	install-ps install-ps-am install-strip installcheck \
1 by Ralf Treinen
Import upstream version 0.07
643
	installcheck-am installdirs maintainer-clean \
644
	maintainer-clean-generic mostlyclean mostlyclean-compile \
645
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
646
	tags uninstall uninstall-am uninstall-binPROGRAMS \
1.1.2 by Ralf Treinen
Import upstream version 0.10
647
	uninstall-garmintoolsincludeHEADERS uninstall-libLTLIBRARIES
1 by Ralf Treinen
Import upstream version 0.07
648
649
# Tell versions [3.59,3.63) of GNU make to not export all variables.
650
# Otherwise a system limit (for SysV at least) may be exceeded.
651
.NOEXPORT: