moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kturtle / src / Makefile.am
blob7ed55e4d31230e30f4427e257d1496450a4d0579
1 # set the include path for X, qt and KDE
2 INCLUDES = $(all_includes)
4 SUBDIRS = pics
6 # added from kjots
7 AM_LDFLAGS   = $(all_libraries) $(KDE_RPATH)
9 kturtle_LDFLAGS = $(KDE_RPATH) $(all_libraries)
10 kturtle_LDADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_KDEPRINT) $(LIB_KPARTS) -lkatepartinterfaces
12 KDE_ICON = kturtle
14 # this is the program that gets installed.  it's name is used for all
15 # of the other Makefile.am variables
16 bin_PROGRAMS = kturtle
18 # the application source, library search path, and link libraries
19 kturtle_SOURCES = main.cpp kturtle.cpp canvas.cpp dialogs.cpp value.cpp lexer.cpp parser.cpp executer.cpp treenode.cpp token.cpp translate.cpp settings.kcfgc
21 # let automoc handle all the meta source files (moc)
22 kturtle_METASOURCES = AUTO
24 # these are the headers for your project
25 noinst_HEADERS = kturtle.h canvas.h dialogs.cpp value.h lexer.h parser.h executer.h treenode.h token.h translate.h
27 kde_kcfg_DATA = kturtle.kcfg 
29 # this is where the shell's XML-GUI resource file goes
30 shellrcdir   = $(kde_datadir)/kturtle
31 shellrc_DATA = kturtleui.rc
33 # place KTurtle in the start menu under Miscellanous
34 xdg_apps_DATA = kturtle.desktop
36 messages: rc.cpp
37         $(XGETTEXT) *.cpp -o $(podir)/kturtle.pot