Line 68... |
Line 68... |
68 |
settingswidget.$(OBJEXT) sportwatcher.$(OBJEXT) \
|
68 |
settingswidget.$(OBJEXT) sportwatcher.$(OBJEXT) \
|
69 |
sportwatcherwidget.$(OBJEXT) progresswidgetbase.$(OBJEXT) settingswidgetbase.$(OBJEXT) sportwatcherwidgetbase.$(OBJEXT)
|
69 |
sportwatcherwidget.$(OBJEXT) progresswidgetbase.$(OBJEXT) settingswidgetbase.$(OBJEXT) sportwatcherwidgetbase.$(OBJEXT)
|
70 |
@KDE_USE_FINAL_FALSE@sportwatcher_OBJECTS = $(sportwatcher_nofinal_OBJECTS)
|
70 |
@KDE_USE_FINAL_FALSE@sportwatcher_OBJECTS = $(sportwatcher_nofinal_OBJECTS)
|
71 |
@KDE_USE_FINAL_TRUE@sportwatcher_OBJECTS = $(sportwatcher_final_OBJECTS)
|
71 |
@KDE_USE_FINAL_TRUE@sportwatcher_OBJECTS = $(sportwatcher_final_OBJECTS)
|
72 |
am__DEPENDENCIES_1 =
|
72 |
am__DEPENDENCIES_1 =
|
73 |
sportwatcher_DEPENDENCIES = \
|
- |
|
74 |
$(top_builddir)/libgarminimg/libgarminimg.a \
|
73 |
sportwatcher_DEPENDENCIES = $(top_builddir)/libgarmin/libgarmin.a \
|
75 |
$(top_builddir)/libgarmin/libgarmin.a $(am__DEPENDENCIES_1)
|
74 |
$(am__DEPENDENCIES_1)
|
76 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
75 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
77 |
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
|
76 |
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
|
78 |
am__depfiles_maybe = depfiles
|
77 |
am__depfiles_maybe = depfiles
|
79 |
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
78 |
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
80 |
#>- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
79 |
#>- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
Line 355... |
Line 354... |
355 |
xdg_appsdir = @xdg_appsdir@
|
354 |
xdg_appsdir = @xdg_appsdir@
|
356 |
xdg_directorydir = @xdg_directorydir@
|
355 |
xdg_directorydir = @xdg_directorydir@
|
357 |
xdg_menudir = @xdg_menudir@
|
356 |
xdg_menudir = @xdg_menudir@
|
358 |
|
357 |
|
359 |
# set the include path for X, qt and KDE
|
358 |
# set the include path for X, qt and KDE
|
360 |
INCLUDES = -I$(top_srcdir)/libgarminimg $(all_includes)
|
359 |
INCLUDES = $(all_includes)
|
361 |
|
360 |
|
362 |
# these are the headers for your project
|
361 |
# these are the headers for your project
|
363 |
noinst_HEADERS = copy.h disassemble.h garmin.h managefile.h progresswidget.h \
|
362 |
noinst_HEADERS = copy.h disassemble.h garmin.h managefile.h progresswidget.h \
|
364 |
settingswidget.h sportwatcher.h sportwatcherwidget.h
|
363 |
settingswidget.h sportwatcher.h sportwatcherwidget.h
|
365 |
|
364 |
|
Line 376... |
Line 375... |
376 |
sportwatcher_SOURCES=disassemble.cpp main.cpp managefile.cpp \
|
375 |
sportwatcher_SOURCES=disassemble.cpp main.cpp managefile.cpp \
|
377 |
progresswidget.cpp settingswidget.cpp \
|
376 |
progresswidget.cpp settingswidget.cpp \
|
378 |
sportwatcher.cpp sportwatcherwidget.cpp progresswidgetbase.cpp settingswidgetbase.cpp sportwatcherwidgetbase.cpp
|
377 |
sportwatcher.cpp sportwatcherwidget.cpp progresswidgetbase.cpp settingswidgetbase.cpp sportwatcherwidgetbase.cpp
|
379 |
|
378 |
|
380 |
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
379 |
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
381 |
sportwatcher_LDADD = $(top_builddir)/libgarminimg/libgarminimg.a \
|
380 |
sportwatcher_LDADD = $(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio \
|
382 |
$(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio -lusb
|
381 |
-lusb -lgdal1.5.0
|
383 |
|
382 |
|
384 |
|
383 |
|
385 |
# this is where the desktop file will go
|
384 |
# this is where the desktop file will go
|
386 |
shelldesktopdir = $(kde_appsdir)/Utilities
|
385 |
shelldesktopdir = $(kde_appsdir)/Utilities
|
387 |
shelldesktop_DATA = sportwatcher.desktop
|
386 |
shelldesktop_DATA = sportwatcher.desktop
|
388 |
|
387 |
|
389 |
# this is where the shell's XML-GUI resource file goes
|
388 |
# this is where the shell's XML-GUI resource file goes
|
390 |
shellrcdir = $(kde_datadir)/sportwatcher
|
389 |
shellrcdir = $(kde_datadir)/sportwatcher
|
391 |
shellrc_DATA = sportwatcherui.rc
|
390 |
shellrc_DATA = sportwatcherui.rc
|
- |
|
391 |
AM_CXXFLAGS = -DGDAL
|
392 |
#>- all: all-am
|
392 |
#>- all: all-am
|
393 |
#>+ 1
|
393 |
#>+ 1
|
394 |
all: docs-am all-am
|
394 |
all: docs-am all-am
|
395 |
|
395 |
|
396 |
.SUFFIXES:
|
396 |
.SUFFIXES:
|
Line 767... |
Line 767... |
767 |
#>+ 3
|
767 |
#>+ 3
|
768 |
clean-metasources:
|
768 |
clean-metasources:
|
769 |
-rm -f progresswidget.moc sportwatcherwidget.moc sportwatcher.moc settingswidget.moc
|
769 |
-rm -f progresswidget.moc sportwatcherwidget.moc sportwatcher.moc settingswidget.moc
|
770 |
|
770 |
|
771 |
#>+ 2
|
771 |
#>+ 2
|
772 |
KDE_DIST=hi32-app-sportwatcher.png hi16-action-glas_minus.png sportwatcherwidgetbase.ui progresswidgetbase.ui hi16-action-bike.png sportwatcher.desktop hi16-action-activity.png settingswidgetbase.ui runner.png hi64-app-sportwatcher.png hi16-action-lap.png hi16-action-glas_plus.png Makefile.in hi16-action-hand.png hi16-action-glas.png sportwatcher.lsm sportwatcherui.rc hi16-action-other.png hi16-action-history.png hi16-app-sportwatcher.png Makefile.am hi16-action-run.png hi16-action-flag.png hi16-action-fullscreen.png
|
772 |
KDE_DIST=cur_glas.png hi32-app-sportwatcher.png hi16-action-glas_minus.png sportwatcherwidgetbase.ui progresswidgetbase.ui hi16-action-bike.png sportwatcher.desktop hi16-action-activity.png settingswidgetbase.ui runner.png hi64-app-sportwatcher.png hi16-action-lap.png hi16-action-glas_plus.png Makefile.in hi16-action-hand.png hi16-action-glas.png sportwatcher.lsm sportwatcherui.rc hi16-action-other.png hi16-app-sportwatcher.png hi16-action-history.png pngdataset.cpp Makefile.am hi16-action-run.png hi16-action-flag.png hi16-action-fullscreen.png
|
773 |
|
773 |
|
774 |
#>+ 6
|
774 |
#>+ 6
|
775 |
clean-ui:
|
775 |
clean-ui:
|
776 |
-rm -f \
|
776 |
-rm -f \
|
777 |
progresswidgetbase.cpp progresswidgetbase.h progresswidgetbase.moc \
|
777 |
progresswidgetbase.cpp progresswidgetbase.h progresswidgetbase.moc \
|