You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
534 B
20 lines
534 B
# 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
|