Subversion Repositories public

Rev

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

Rev 155 Rev 158
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 = $(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 = coordinateswidget.h copy.h disassemble.h garmin.h managefile.h \
6
	settingswidget.h sportwatcher.h sportwatcherwidget.h wmsbase.h
6
	progresswidget.h settingswidget.h sportwatcher.h sportwatcherwidget.h transform.h \
-
 
7
	wmsbase.h
7
 
8
 
8
# let automoc handle all of the meta source files (moc)
9
# let automoc handle all of the meta source files (moc)
9
METASOURCES = AUTO
10
METASOURCES = AUTO
10
 
11
 
11
messages: rc.cpp
12
messages: rc.cpp
Line 20... Line 21...
20
# this is the program that gets installed.  it's name is used for all
21
# this is the program that gets installed.  it's name is used for all
21
# of the other Makefile.am variables
22
# of the other Makefile.am variables
22
bin_PROGRAMS = sportwatcher
23
bin_PROGRAMS = sportwatcher
23
 
24
 
24
# the application source, library search path, and link libraries
25
# the application source, library search path, and link libraries
25
sportwatcher_SOURCES = disassemble.cpp main.cpp managefile.cpp \
26
sportwatcher_SOURCES = coordinateswidget.cpp coordinateswidgetbase.ui \
26
	progresswidget.cpp progresswidgetbase.ui settingswidget.cpp settingswidgetbase.ui \
27
	disassemble.cpp main.cpp managefile.cpp progresswidget.cpp progresswidgetbase.ui \
27
	sportwatcher.cpp sportwatcherwidget.cpp sportwatcherwidgetbase.ui wmsbase.cpp \
28
	settingswidget.cpp settingswidgetbase.ui sportwatcher.cpp sportwatcherwidget.cpp \
28
	wmswidgetbase.ui
29
	sportwatcherwidgetbase.ui transform.cpp wmsbase.cpp wmswidgetbase.ui
29
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
30
sportwatcher_LDFLAGS = $(KDE_RPATH) $(all_libraries)
30
sportwatcher_LDADD = $(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio \
31
sportwatcher_LDADD = $(top_builddir)/libgarmin/libgarmin.a $(LIB_KDEUI) -lkio \
31
	$(GDAL_LIB) -lusb
32
	$(GDAL_LIB) -lusb
32
 
33
 
33
# this is where the desktop file will go 
34
# this is where the desktop file will go