Subversion Repositories public

Rev

Rev 143 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 146
Line 1... Line 1...
1
# set the include path for X, qt and KDE
1
# set the include path for X, qt and KDE
2
INCLUDES = $(all_includes)
2
INCLUDES = -I$(top_srcdir)/libgarminimg $(all_includes)
3
 
3
 
4
# these are the headers for your project
4
# these are the headers for your project
5
noinst_HEADERS = copy.h disassemble.h garmin.h managefile.h progresswidget.h \
5
noinst_HEADERS = copy.h disassemble.h garmin.h managefile.h progresswidget.h \
6
	settingswidget.h sportwatcher.h sportwatcherwidget.h
6
	settingswidget.h sportwatcher.h sportwatcherwidget.h
7
 
7
 
Line 28... Line 28...
28
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
28
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
29
sportwatcher_LDADD = $(top_builddir)/libgarminimg/libgarminimg.a \
29
sportwatcher_LDADD = $(top_builddir)/libgarminimg/libgarminimg.a \
30
	$(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio -lusb
30
	$(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio -lusb
31
 
31
 
32
# this is where the desktop file will go 
32
# this is where the desktop file will go 
33
shelldesktopdir   = $(kde_appsdir)/Utilities
33
shelldesktopdir = $(kde_appsdir)/Utilities
34
shelldesktop_DATA = sportwatcher.desktop
34
shelldesktop_DATA = sportwatcher.desktop
35
 
35
 
36
# this is where the shell's XML-GUI resource file goes
36
# this is where the shell's XML-GUI resource file goes
37
shellrcdir   = $(kde_datadir)/sportwatcher
37
shellrcdir = $(kde_datadir)/sportwatcher
38
shellrc_DATA = sportwatcherui.rc
38
shellrc_DATA = sportwatcherui.rc
39
 
39