Updated Polish translation
[dasher.git] / Src / Makefile.am
blob9d7df918a4c4ac8f6ce12322f3405f583a3041e8
1 LIBS = @INTLLIBS@ @LIBS@
3 datadir = @datadir@
4 localedir = $(datadir)/locale
5 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
7 bin_PROGRAMS = dasher
9 #if DOGTK
11 SUBDIRS = Common DasherCore DasherIM Gtk2 Installer InstallerTobii InstallerW2K Win32
12 dasher_SOURCES = main.cc
14 AM_CXXFLAGS = \
15         -I$(srcdir)/Gtk2 \
16         -I$(srcdir)/DasherCore \
17         $(GTKBUILD_CFLAGS) \
18         $(SPEECH_CPPFLAGS) \
19         -DPREFIX=\"$(PREFIX)\" \
20         -DLIBDIR=\"$(libdir)\" \
21         -DDATADIR=\"$(datadir)\" \
22         -DPROGDATA=\"$(pkgdatadir)\" \
23         -DSYSCONFDIR=\"$(sysconfdir)\" \
24         -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
26 dasher_LDADD = \
27         Common/libdashermisc.a \
28         Gtk2/libdashergtk.la \
29         Gtk2/libdashercontrol.la \
30         DasherCore/libdashercore.a \
31         DasherCore/libdasherprefs.a \
32         DasherCore/LanguageModelling/libdasherlm.a \
33         $(GTKBUILD_LIBS) \
34         $(SPEECH_LIBS) \
35         -lexpat
36 #endif
38 #if DOQTE
40 #QTDIR=/usr/share/qte2
42 #SUBDIRS = DasherCore
44 #endif