File: Makefile

package info (click to toggle)
gpsbabel 1.3.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,956 kB
  • ctags: 9,083
  • sloc: ansic: 87,514; xml: 13,640; pascal: 6,981; sh: 3,770; makefile: 811; perl: 754; tcl: 74; objc: 7
file content (784 lines) | stat: -rw-r--r-- 41,885 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784


# version and release are defined in the head of configure.in 
# don't forget 'autoconf' if you change them 
VERSD=1.3.2
VERSU=1_3_2
RELEASE=

VERSIOND=$(VERSD)$(RELEASE)
VERSIONU=$(VERSU)$(RELEASE)

DOCVERSION=development
DOCVERSION=1.3.2

CC=gcc
EXEEXT=

# Resource compiler, currently used under MinGW
RC=false

#EXTRA_LIBS -lefence

# Space is significant, because MSVC wants no space between switch and arg (-Fofoo.o)
# but cc/gcc does:
#  $(OUTPUT_SWITCH)main.o
#  becomes -o main.o (gcc)
#   or     -Fomain.o (cl.exe)
OUTPUT_SWITCH=-o #

#
# Enable either or both of these as you wish.
#
#OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
#DEBUGGING=-g $(EXTRA_DEBUGGING)
# add -DDEBUG_MEM to turn on memory allocation logging
GBCFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -I. -I./coldsync \
	$(OPTIMIZATION) -g -O2 -Wall
LDFLAGS=$(EXTRA_LDFLAGS)  -L/usr/lib -lusb
DESTDIR=/usr/local/

# OTHER_ROOT=/opt/local	# For DarwinPorts on OSX
# OTHER_ROOT=/sw		# Uncomment For Fink on OS X.

FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin_tables.o \
	gtm.o \
	gpsutil.o pcx.o cetus.o copilot.o gpspilot.o magnav.o \
	psp.o holux.o garmin.o tmpro.o tpg.o tpo.o \
	xcsv.o gcdb.o tiger.o internal_styles.o easygps.o quovadis.o \
	gpilots.o saroute.o navicache.o psitrex.o geoniche.o delgpl.o \
	ozi.o nmea.o text.o html.o palmdoc.o netstumbler.o hsa_ndv.o \
	igc.o brauniger_iq.o shape.o hiketech.o glogbook.o coastexp.o \
	vcf.o overlay.o kml.o google.o lowranceusr.o an1.o tomtom.o \
	tef_xml.o maggeo.o pathaway.o vitosmt.o gdb.o bcr.o coto.o \
	ignrando.o stmwpp.o msroute.o cst.o nmn4.o mag_pdb.o compegps.o \
	yahoo.o unicsv.o wfff_xml.o garmin_txt.o axim_gpb.o gpssim.o \
	wbt-200.o stmsdf.o gtrnctr.o dmtlog.o

FILTERS=position.o radius.o duplicate.o arcdist.o polygon.o smplrout.o \
	reverse_route.o sort.o stackfilter.o trackfilter.o discard.o \
	nukedata.o interpolate.o transform.o

JEEPS=jeeps/gpsapp.o jeeps/gpscom.o \
	jeeps/gpsmath.o jeeps/gpsmem.o  \
	jeeps/gpsprot.o jeeps/gpsread.o \
	jeeps/gpsdevice.o jeeps/gpsdevice_ser.o jeeps/gpsdevice_usb.o \
	jeeps/gpsrqst.o jeeps/gpssend.o jeeps/gpsserial.o jeeps/gpsutil.o \
	jeeps/gpsusbread.o jeeps/gpsusbsend.o \
	jeeps/gpsusbcommon.o jeeps/gpslibusb.o

# Extra modules in Jeeps that we don't use
# 	jeeps/gpsfmt.o jeeps/gpsinput.o jeeps/gpsproj.o


COLDSYNC=coldsync/util.o coldsync/pdb.o

SHAPE=shapelib/shpopen.o shapelib/dbfopen.o

ZLIB=zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o zlib/inffast.o \
	zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/trees.o \
	zlib/uncompr.o zlib/gzio.o zlib/zutil.o

LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o vecs.o mkshort.o \
          csv_util.o strptime.o grtcirc.o vmem.o util_crc.o xmlgeneric.o \
          uuid.o formspec.o xmltag.o cet.o cet_util.o fatal.o rgbcolors.o \
	  inifile.o garmin_fs.o gbsleep.o units.o gbser_posix.o gbser.o \
	  gbfile.o \
	$(COLDSYNC) $(GARMIN) $(JEEPS) $(SHAPE)  $(FMTS) $(FILTERS)
OBJS = main.o globals.o $(LIBOBJS) 

.c.o:
	$(CC)   -c $(GBCFLAGS) $< $(OUTPUT_SWITCH)$@



# Directory of local web doc.  Traditionally a sibling to the GPSBabel tree.
WEB=debian/doctmp


all: gpsbabel$(EXEEXT)

gpsbabel$(EXEEXT): $(OBJS)  Makefile configure
	$(CC)  $(CFLAGS) $(LDFLAGS) $(OBJS) -lz -lm  -lexpat -L/usr/lib -lusb $(OUTPUT_SWITCH)$@

gpsbabel-debug: $(OBJS)
	$(CC)  $(CFLAGS) $(LDFLAGS) $(OBJS) -lz -lm   -lexpat -L/usr/lib -lusb $(OUTPUT_SWITCH)$@

Makefile: Makefile.in config.status
	CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 

globals.o:
	$(CC)   -c $(GBCFLAGS) -DVERSION=\"$(VERSIOND)\" $< $(OUTPUT_SWITCH)$@

jeeps/gpslibusb.o: 
	$(CC)   -c $(GBCFLAGS)  ./jeeps/gpslibusb.c $(OUTPUT_SWITCH)$@

fileinfo.o: win32/gpsbabel.rc
	$(RC) -o fileinfo.o win32/gpsbabel.rc

clean:
	rm -f $(OBJS) gpsbabel gpsbabel.exe

configure: configure.in
	autoconf

more-clean: clean
	tools/mkmoreclean

check:
	./testo

torture:
	./testo
	./torture_test

#
# This will only work on UNIX-like substances.
#
install: 
	install gpsbabel  $(DESTDIR)/bin

install-debug:
	install gpsbabel-debug  $(DESTDIR)/bin

# Nerdy release stuff that needs to work only on Linux.

leaktest:
	make EXTRA_CFLAGS=-DDEBUG_MEM
	tools/cleardebug
	./testo
	tools/memdebug | grep -v '^command line:'

dep:
	make clean && make EXTRA_CFLAGS="-MMD"  && cat *.d */*.d > /tmp/dep && rm *.d */*.d
	(echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep
	echo Edit Makefile.in and bring in /tmp/dep

$(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
	perl xmldoc/makedoc
	xmlwf xmldoc/readme.xml		#check for well-formedness
	xmllint --noout --valid xmldoc/readme.xml    	#validate
	xsltproc \
	 --stringparam base.dir "$(WEB)/htmldoc-$(DOCVERSION)/" \
	 --stringparam root.filename "readme" \
	 xmldoc/babelmain.xsl \
	 xmldoc/readme.xml
	chmod 755 tools/mkcapabilities
	tools/mkcapabilities

gpsbabel.html: FORCE
	xsltproc \
	  --stringparam toc.section.depth "1" \
	  --stringparam html.stylesheet \
	  "http://www.gpsbabel.org/style3.css" \
	  http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
	xmldoc/readme.xml > $@ || rm $@

readme.txt: gpsbabel.html
	lynx -nolist -dump gpsbabel.html  > $@

doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html # readme.txt

FORCE:

# file list for windows package
WINFILES = gpsbabel.exe mingw/libexpat.dll win32/GPSBabelGUI.exe win32/gui-2/README.gui \
           README* AUTHORS COPYING gpsbabel.html

#
# Do administrative-y things to the tree.  Verify that everything is checked
# in and tagged.
#
release-sourcecheck:
	cvs commit
	./chkdoc
	make clean
	rm -fr gpsbabel-$(VERSIOND)
#rjl	make gpsbabel doc gpsbabel.html
	@(. tools/functions && ask "Enter 'y' to tag the tree." "y") && cvs tag -F gpsbabel_$(VERSIONU) ; exit 0
	cvs export -r gpsbabel_$(VERSIONU) -d gpsbabel-$(VERSIOND) gpsbabel
	touch gpsbabel-$(VERSIOND)/internal_styles.c

#
# Build the release tarball from the exported CVS tree, tweaking 
# timestamps and including generated filess as needed.
#
release-tarball: gpsbabel.html
#	rm -fr gpsbabel-$(VERSIOND)
	cp -ap gpsbabel.html gpsbabel-$(VERSIOND)/
	tar czf /tmp/gpsbabel-$(VERSIOND).tar.gz gpsbabel-$(VERSIOND)
#	cd /tmp ; tar xzf gpsbabel-$(VERSIOND).tar.gz

release-rpm:
	test -f gpsbabel.html
	mkdir -p /tmp/dist/BUILD \
	  /tmp/dist/RPMS /tmp/dist/SPECS \
	  /tmp/dist/SOURCES /tmp/dist/SRPMS \
	  /tmp/dist/TMP /tmp/dist/install 
	tools/mkspec $(WEB) $(VERSD) $(RELEASE) > /tmp/dist/SPECS/gpsbabel.spec
	cp -ap gpsbabel.html gpsbabel-$(VERSIOND)/
	cp -ap CHANGELOG gpsbabel-$(VERSIOND)/
	rm -rf /tmp/dist/TMP/gpsbabel-$(VERSD)
	rm -rf /tmp/dist/SOURCES/gpsbabel-$(VERSD).tgz
	cp -apr gpsbabel-$(VERSIOND) /tmp/dist/TMP/gpsbabel-$(VERSD)
	cd /tmp/dist/TMP ; tar --owner=0 --group=0 -czf ../SOURCES/gpsbabel-$(VERSD).tgz gpsbabel-$(VERSD)
	rpmbuild -ba \
	  --define "_topdir /tmp/dist" \
	  --define "buildroot /tmp/dist/install" \
	  /tmp/dist/SPECS/gpsbabel.spec


#
# The Windows executables are cross compiled from the exported CVS image.
# Do the build of that here  and make a zip file for distribution.
# Do this build in a temporary tree that was a copy of the tagged one
# to avoid scribbling in the "real" one.
#
release-winbuild:
	rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
	cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross
	cd /tmp/gpsbabel-$(VERSIOND)-cross ; \
	  CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --host=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \
	  zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES)
	rm -fr /tmp/gpsbabel-$(VERSIOND)-cross

release-upload:  /tmp/gpsbabel-$(VERSIOND).tar.gz  /tmp/gpsbabel-$(VERSIOND).zip /tmp/dist/SRPMS/gpsbabel-$(VERSIOND)-0.src.rpm  /tmp/dist/RPMS/i386/gpsbabel-$(VERSIOND)-0.i386.rpm
	@(. tools/functions && ask "Type yes if you want to do the upload now" "yes" )
	curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).tar.gz ftp://upload.sf.net/incoming/
	curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).zip ftp://upload.sf.net/incoming/
	curl -u anonymous:anonymous --upload-file /tmp/dist/SRPMS/gpsbabel-$(VERSIOND)-0.src.rpm  ftp://upload.sf.net/incoming/ 
	curl -u anonymous:anonymous --upload-file /tmp/dist/RPMS/i386/gpsbabel-$(VERSIOND)-0.i386.rpm  ftp://upload.sf.net/incoming/ 

release: release-sourcecheck  release-tarball release-winbuild release-rpm release-upload

rpm: clean
	tools/mkrpm $(VERSD) $(RELEASE)

mac-release:
	mkdir -p usr/bin usr/share/gpsbabel/doc
	cp gpsbabel usr/bin/
	cp README* COPYING usr/share/gpsbabel/doc
	tar cvzf gpsbabel-osx.tgz usr/bin/gpsbabel
	curl -u anonymous:anonymous --upload-file gpsbabel-osx.tgz ftp://upload.sf.net/incoming/

msvc-build:
	make CC=@CL.EXE DEBUGGING="" EXTRA_CFLAGS="-nologo -W3 -WL -D__WIN32__ -I msvc/expat " OUTPUT_SWITCH="-Fo" $(OBJS)
	echo $(OBJS) > objs.lst
	LINK.EXE /NOLOGO @objs.lst ./msvc/expat/libexpat.lib /out:gpsbabel.exe 

# Machine generated from here down. 
an1.o: an1.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h an1sym.h
arcdist.o: arcdist.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h grtcirc.h
axim_gpb.o: axim_gpb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
bcr.o: bcr.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h garmin_tables.h
brauniger_iq.o: brauniger_iq.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h gbser.h
cet.o: cet.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h
cetus.o: cetus.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h
cet_util.o: cet_util.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h cet/iso_8859_1.h \
  cet/iso_8859_15.h cet/ansi_x3_4_1968.h cet/cp1252.h cet/iso_8859_2.h \
  cet/cp1250.h cet/latin_greek_1.h cet/macintosh.h cet/cp1251.h \
  cet/cp1253.h cet/cp1254.h cet/cp1255.h cet/cp1256.h cet/cp1257.h \
  cet/ibm437.h cet/ibm850.h cet/ibm851.h cet/ibm852.h cet/ibm855.h \
  cet/ibm857.h cet/ibm860.h cet/ibm861.h cet/ibm862.h cet/ibm863.h \
  cet/ibm864.h cet/ibm865.h cet/ibm868.h cet/ibm869.h cet/iso_8859_10.h \
  cet/iso_8859_13.h cet/iso_8859_14.h cet/iso_8859_3.h cet/iso_8859_4.h \
  cet/iso_8859_5.h cet/iso_8859_6.h cet/iso_8859_7.h cet/iso_8859_8.h \
  cet/iso_8859_9.h cet/koi8_r.h cet/koi8_ru.h cet/koi_8.h
coastexp.o: coastexp.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h uuid.h
compegps.o: compegps.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h \
  jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \
  jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h
copilot.o: copilot.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h grtcirc.h
coto.o: coto.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h csv_util.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h grtcirc.h
cst.o: cst.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h strptime.h
csv_util.o: csv_util.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h grtcirc.h \
  strptime.h
delgpl.o: delgpl.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
discard.o: discard.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h
dmtlog.o: dmtlog.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
  jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
  jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
  xmlgeneric.h
duplicate.o: duplicate.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h
easygps.o: easygps.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
fatal.o: fatal.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
filter_vecs.o: filter_vecs.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  filterdefs.h
formspec.o: formspec.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
garmin.o: garmin.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gps.h \
  jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
  jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
  jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
  garmin_tables.h garmin_fs.h
garmin_fs.o: garmin_fs.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h garmin_fs.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gps.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h garmin_tables.h
garmin_tables.o: garmin_tables.c garmin_tables.h defs.h config.h queue.h \
  gbtypes.h zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
garmin_txt.o: garmin_txt.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h garmin_fs.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gps.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h garmin_tables.h grtcirc.h jeeps/gpsmath.h strptime.h
gbfile.o: gbfile.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
gbser.o: gbser.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h gbser.h \
  gbser_private.h
gbser_posix.o: gbser_posix.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h gbser.h \
  gbser_private.h
gbsleep.o: gbsleep.c config.h
gcdb.o: gcdb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h
gdb.o: gdb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h garmin_tables.h jeeps/gpsmath.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
  jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
  jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
  garmin_fs.h jeeps/gps.h
geo.o: geo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
geoniche.o: geoniche.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h garmin_tables.h
globals.o: globals.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
glogbook.o: glogbook.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
google.o: google.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
gpilots.o: gpilots.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h garmin_tables.h
gpspilot.o: gpspilot.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h
gpssim.o: gpssim.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
gpsutil.o: gpsutil.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h magellan.h
gpx.o: gpx.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h garmin_fs.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gps.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h
grtcirc.o: grtcirc.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h grtcirc.h
gtm.o: gtm.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
gtrnctr.o: gtrnctr.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
hiketech.o: hiketech.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
holux.o: holux.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h holux.h
hsa_ndv.o: hsa_ndv.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
html.o: html.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
igc.o: igc.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h
ignrando.o: ignrando.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
inifile.o: inifile.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
internal_styles.o: internal_styles.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
interpolate.o: interpolate.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  filterdefs.h grtcirc.h
kml.o: kml.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
lowranceusr.o: lowranceusr.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
maggeo.o: maggeo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h \
  magellan.h
magnav.o: magnav.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h
mag_pdb.o: mag_pdb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
magproto.o: magproto.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h magellan.h gbser.h
main.o: main.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h filterdefs.h csv_util.h
mapsend.o: mapsend.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h mapsend.h magellan.h
mapsource.o: mapsource.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h garmin_tables.h \
  jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \
  jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h
mkshort.o: mkshort.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
msroute.o: msroute.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
  jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
  jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
navicache.o: navicache.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
netstumbler.o: netstumbler.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h
nmea.o: nmea.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h gbser.h strptime.h
nmn4.o: nmn4.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h csv_util.h
nukedata.o: nukedata.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h
overlay.o: overlay.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h grtcirc.h
ozi.o: ozi.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h csv_util.h
palmdoc.o: palmdoc.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h \
  jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h \
  jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h \
  jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h \
  jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h \
  coldsync/palm.h coldsync/../gbtypes.h coldsync/pdb.h
pathaway.o: pathaway.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \
  coldsync/../gbtypes.h coldsync/pdb.h csv_util.h strptime.h
pcx.o: pcx.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h garmin_tables.h
polygon.o: polygon.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h
position.o: position.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h grtcirc.h
psitrex.o: psitrex.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h garmin_tables.h
psp.o: psp.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h grtcirc.h
queue.o: queue.c queue.h
quovadis.o: quovadis.c quovadis.h defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  coldsync/palm.h coldsync/../gbtypes.h coldsync/pdb.h
radius.o: radius.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h grtcirc.h
reverse_route.o: reverse_route.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  filterdefs.h
rgbcolors.o: rgbcolors.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
route.o: route.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h grtcirc.h
saroute.o: saroute.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h grtcirc.h
shape.o: shape.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h shapelib/shapefil.h
smplrout.o: smplrout.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h grtcirc.h
sort.o: sort.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h filterdefs.h
stackfilter.o: stackfilter.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  filterdefs.h
stmsdf.o: stmsdf.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h strptime.h \
  jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \
  jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h grtcirc.h
stmwpp.o: stmwpp.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h
strptime.o: strptime.c strptime.h
tef_xml.o: tef_xml.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
text.o: text.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
tiger.o: tiger.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h
tmpro.o: tmpro.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h
tomtom.o: tomtom.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
tpg.o: tpg.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
tpo.o: tpo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
trackfilter.o: trackfilter.c defs.h config.h queue.h gbtypes.h \
  zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \
  filterdefs.h strptime.h grtcirc.h
transform.o: transform.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h
unicsv.o: unicsv.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h \
  jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \
  jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \
  jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \
  jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \
  jeeps/gpsproj.h
units.o: units.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
util_crc.o: util_crc.c
util.o: util.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h
uuid.o: uuid.c uuid.h
vcf.o: vcf.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h jeeps/gpsmath.h jeeps/gps.h \
  jeeps/../defs.h jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h \
  jeeps/gpsread.h jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h \
  jeeps/gpscom.h jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h \
  jeeps/gpsrqst.h jeeps/gpsinput.h jeeps/gpsproj.h
vecs.o: vecs.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h csv_util.h
vitosmt.o: vitosmt.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h grtcirc.h
vmem.o: vmem.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h
waypt.o: waypt.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
wbt-200.o: wbt-200.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h gbser.h grtcirc.h
wfff_xml.o: wfff_xml.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
xcsv.o: xcsv.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \
  gbfile.h cet.h cet_util.h inifile.h csv_util.h
xmlgeneric.o: xmlgeneric.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
xmltag.o: xmltag.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h
yahoo.o: yahoo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \
  zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h
coldsync/pdb.o: coldsync/pdb.c config.h coldsync/cs-config.h \
  coldsync/palm.h coldsync/../gbtypes.h coldsync/pdb.h
coldsync/util.o: coldsync/util.c config.h coldsync/cs-config.h \
  coldsync/pconn/util.h coldsync/palm.h coldsync/../gbtypes.h
jeeps/gpsapp.o: jeeps/gpsapp.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbint.h
jeeps/gpscom.o: jeeps/gpscom.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h
jeeps/gpsdevice.o: jeeps/gpsdevice.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h
jeeps/gpsdevice_ser.o: jeeps/gpsdevice_ser.c jeeps/gpsdevice.h \
  jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \
  jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \
  jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \
  jeeps/../inifile.h jeeps/gpsport.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h
jeeps/gpsdevice_usb.o: jeeps/gpsdevice_usb.c jeeps/gpsdevice.h \
  jeeps/gps.h jeeps/../defs.h jeeps/../config.h jeeps/../queue.h \
  jeeps/../gbtypes.h jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h \
  jeeps/../gbfile.h jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h \
  jeeps/../inifile.h jeeps/gpsport.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbint.h \
  jeeps/gpsusbcommon.h
jeeps/gpslibusb.o: jeeps/gpslibusb.c config.h jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbcommon.h
jeeps/gpsmath.o: jeeps/gpsmath.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsdatum.h
jeeps/gpsmem.o: jeeps/gpsmem.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h
jeeps/gpsprot.o: jeeps/gpsprot.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h
jeeps/gpsread.o: jeeps/gpsread.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h
jeeps/gpsrqst.o: jeeps/gpsrqst.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h
jeeps/gpssend.o: jeeps/gpssend.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h
jeeps/gpsserial.o: jeeps/gpsserial.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/gpsserial.h jeeps/../gbser.h
jeeps/gpsusbcommon.o: jeeps/gpsusbcommon.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbcommon.h
jeeps/gpsusbread.o: jeeps/gpsusbread.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbint.h
jeeps/gpsusbsend.o: jeeps/gpsusbsend.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h jeeps/garminusb.h jeeps/gpsusbint.h
jeeps/gpsutil.o: jeeps/gpsutil.c jeeps/gps.h jeeps/../defs.h \
  jeeps/../config.h jeeps/../queue.h jeeps/../gbtypes.h \
  jeeps/../zlib/zlib.h jeeps/../zlib/zconf.h jeeps/../gbfile.h \
  jeeps/../defs.h jeeps/../cet.h jeeps/../cet_util.h jeeps/../inifile.h \
  jeeps/gpsport.h jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h \
  jeeps/gpsutil.h jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h \
  jeeps/gpsfmt.h jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h \
  jeeps/gpsinput.h jeeps/gpsproj.h
shapelib/dbfopen.o: shapelib/dbfopen.c shapelib/shapefil.h config.h
shapelib/shpopen.o: shapelib/shpopen.c shapelib/shapefil.h config.h
zlib/adler32.o: zlib/adler32.c zlib/zlib.h zlib/zconf.h
zlib/compress.o: zlib/compress.c zlib/zlib.h zlib/zconf.h
zlib/crc32.o: zlib/crc32.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \
  zlib/crc32.h
zlib/deflate.o: zlib/deflate.c zlib/deflate.h zlib/zutil.h zlib/zlib.h \
  zlib/zconf.h
zlib/gzio.o: zlib/gzio.c zlib/zutil.h zlib/zlib.h zlib/zconf.h
zlib/infback.o: zlib/infback.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \
  zlib/inftrees.h zlib/inflate.h zlib/inffast.h zlib/inffixed.h
zlib/inffast.o: zlib/inffast.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \
  zlib/inftrees.h zlib/inflate.h zlib/inffast.h
zlib/inflate.o: zlib/inflate.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \
  zlib/inftrees.h zlib/inflate.h zlib/inffast.h zlib/inffixed.h
zlib/inftrees.o: zlib/inftrees.c zlib/zutil.h zlib/zlib.h zlib/zconf.h \
  zlib/inftrees.h
zlib/trees.o: zlib/trees.c zlib/deflate.h zlib/zutil.h zlib/zlib.h \
  zlib/zconf.h zlib/trees.h
zlib/uncompr.o: zlib/uncompr.c zlib/zlib.h zlib/zconf.h
zlib/zutil.o: zlib/zutil.c zlib/zutil.h zlib/zlib.h zlib/zconf.h
internal_styles.c: mkstyle.sh style/arc.style style/cambridge.style style/csv.style style/cup.style style/custom.style style/dna.style style/fugawi.style style/garmin301.style style/garmin_poi.style style/geonet.style style/gpsdrive.style style/gpsdrivetrack.style style/gpsman.style style/ktf2.style style/kwf2.style style/mapconverter.style style/mxf.style style/nima.style style/openoffice.style style/s_and_t.style style/saplus.style style/sportsim.style style/tabsep.style style/xmap2006.style style/xmap.style style/xmapwpt.style
	./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)