1 LIBS = @INTLLIBS@ @LIBS@
4 localedir = $(datadir)/locale
5 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
11 SUBDIRS = DasherCore Gtk2 Common Win32
12 dasher_SOURCES = main.cc
17 -I$(srcdir)/DasherCore \
18 -I$(top_srcdir)/intl \
19 -DPREFIX=\"$(PREFIX)\" \
20 -DLIBDIR=\"$(libdir)\" \
21 -DDATADIR=\"$(datadir)\" \
22 -DPROGDATA=\"$(pkgdatadir)\" \
23 -DSYSCONFDIR=\"$(sysconfdir)\" \
24 -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
31 Common/libdashermisc.a \
33 Gtk2/libdashercontrol.a \
34 DasherCore/libdashercore.a \
35 DasherCore/LanguageModelling/libdasherlm.a \
36 DasherCore/Alphabet/libdasheralphabet.a \
37 Common/libdashermisc.a
44 SUBDIRS = DasherCore Qt