blob: 9c15793203105662d09fa1b12efd02bb6731fb01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# The build order must be libktts, then libkttsd, then the rest.
SUBDIRS = \
libkttsd \
players \
plugins \
filters \
kttsd \
kttsjobmgr \
kcmkttsmgr \
kttsmgr \
app-plugins \
icons
messages: rc.cpp
$(EXTRACTRC) */*.rc */*/*.rc >> rc.cpp
$(EXTRACTRC) */*.ui */*/*.ui >> rc.cpp
$(EXTRACTRC) --tag=name --context=FestivalVoiceName plugins/festivalint/voices >> rc.cpp
$(XGETTEXT) rc.cpp */*.cpp */*.h */*/*.cpp */*/*.h -o $(podir)/kttsd.pot
|