aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 96b0cfd384784089ae7afd3110d342a41310d741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PREFIXDIR  = $(prefix)
PKGDATADIR = $(datadir)/matchbox-stroke
DATADIR    = $(datadir)

INCLUDES = -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(MBSTROKE_CFLAGS) $(EXPAT_CFLAGS)

bin_PROGRAMS = matchbox-stroke

matchbox_stroke_LDADD = $(MBSTROKE_LIBS) $(EXPAT_LIBS) -lm

matchbox_stroke_SOURCES =                                          \
       matchbox-stroke.h                                           \
       matchbox-stroke.c                                           \
       matchbox-stroke-ui.c                                        \
       matchbox-stroke-recog.c                                     \
       matchbox-stroke-mode.c                                      \
       matchbox-stroke-action.c                                    \
       config-parser.c                                             \
       util-hash.c                                                 \
       util.c