Update Brazilian Portuguese translation
[dasher.git] / Src / Makefile.am
blobd11a3f82a570986245adec1720ee9bc9fd0fe03d
1 datadir = @datadir@
2 localedir = $(datadir)/locale
3 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
5 bin_PROGRAMS = dasher
7 #if DOGTK
9 SUBDIRS = Common DasherCore Gtk2
10 dasher_SOURCES = main.cc
12 AM_CXXFLAGS = \
13         -I$(srcdir)/Gtk2 \
14         -I$(srcdir)/DasherCore \
15         $(GTKBUILD_CFLAGS) \
16         $(SPEECH_CPPFLAGS) \
17         -DPREFIX=\"$(PREFIX)\" \
18         -DLIBDIR=\"$(libdir)\" \
19         -DDATADIR=\"$(datadir)\" \
20         -DPROGDATA=\"$(pkgdatadir)\" \
21         -DSYSCONFDIR=\"$(sysconfdir)\" \
22         -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
23 if USE_CSPI
24 AM_CXXFLAGS += @CSPI_CFLAGS@
25 endif
27 dasher_LDADD = \
28         Gtk2/libdashergtk.la \
29         Gtk2/libdashercontrol.la \
30         DasherCore/libdashercore.la \
31         DasherCore/libdasherprefs.la \
32         DasherCore/LanguageModelling/libdasherlm.la \
33         $(GTKBUILD_LIBS) \
34         $(SPEECH_LIBS) \
35         -lexpat
36 #endif
38 #if DOQTE
40 #QTDIR=/usr/share/qte2
42 #SUBDIRS = DasherCore
44 #endif