moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / ktouch / src / Makefile.am
blobb1b9aae1096dae337523a644086ca2e31e036580
1 # this 10 paths are KDE specific. Use them:
2 # kde_htmldir       Where your docs should go to. (contains lang subdirs)
3 # kde_appsdir       Where your application file (.kdelnk) should go to.
4 # kde_icondir       Where your icon should go to.
5 # kde_sounddir      Where system sounds should go to.
6 # kde_datadir       Where you install application data. (Use a subdir)
7 # kde_locale        Where translation files should go to.(contains lang subdirs)
8 # kde_cgidir        Where cgi-bin executables should go to.
9 # kde_confdir       Where config files should go to.
10 # kde_mimedir       Where mimetypes should go to.
11 # kde_toolbardir    Where general toolbar icons should go to.
12 # kde_wallpaperdir  Where general wallpapers should go to.
14 # set the include path for X, qt and KDE
15 INCLUDES = $(all_includes)
17 # claim, which subdirectories you want to install
18 # if you don't have subdirectories, comment it
19 # SUBDIRS =
21 # these are the headers for your project
22 noinst_HEADERS = ktouch.h ktouchcharstats.h ktouchchartwidget.h ktouchkeyboard.h ktouchkeyconnector.h \
23         ktouchkeys.h ktouchlecture.h ktouchleveldata.h ktouchslideline.h ktouchstatistics.h \
24         ktouchstatus.h ktouchtrainer.h ktouchtrainingsession.h
26 # let automoc handle all of the meta source files (moc)
27 ktouch_METASOURCES = AUTO
29 messages: rc.cpp
30         $(XGETTEXT) *.cpp -o $(podir)/ktouch.pot
33 #########################################################################
34 # APPLICATION SECTION
35 #########################################################################
36 # this is the program that gets installed.  it's name is used for all
37 # of the other Makefile.am variables
38 bin_PROGRAMS = ktouch
40 # the application source, library search path, and link libraries
41 ktouch_SOURCES = ktouch.cpp ktouchcharstats.cpp ktouchchartwidget.cpp \
42         ktouchkeyboard.cpp ktouchkeys.cpp ktouchlecture.cpp ktouchleveldata.cpp \
43         ktouchslideline.cpp ktouchstatistics.cpp ktouchstatus.cpp ktouchtrainer.cpp \
44         ktouchtrainingsession.cpp main.cpp ktouchprefcolorslayout.ui ktouchprefgenerallayout.ui \
45         ktouchprefkeyboardlayout.ui ktouchpreftraininglayout.ui ktouchstartnewdialog.ui \
46         ktouchstatisticslayout.ui ktouchstatuslayout.ui ktouchlectureeditor.cpp \
47         ktouchopenrequest.cpp ktouchopenrequest_dlg.ui ktoucheditor_dlg.ui \
48         ktouchcolorscheme.cpp ktouchutils.cpp prefs.kcfgc 
50 # the library search path.
51 ktouch_LDFLAGS = $(KDE_RPATH) $(all_libraries)
53 # the libraries to link against. Be aware of the order. First the libraries,
54 # that depend on the following ones.
55 ktouch_LDADD = $(LIB_KIO)
57 rcdir = $(kde_datadir)/ktouch
58 rc_DATA = ktouchui.rc
59 kde_kcfg_DATA = ktouch.kcfg