blob: 5a543683b4e8d27a0eb0f1b39d537a8c6aabb9d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# The build order must be libktts, then libkttsd, then the rest.
SUBDIRS = \
compat \
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
|