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.
19 lines
580 B
19 lines
580 B
15 years ago
|
SUBDIRS = po .
|
||
|
|
||
3 years ago
|
INCLUDES = -I$(top_builddir)/src $(all_includes)
|
||
15 years ago
|
METASOURCES = AUTO
|
||
|
|
||
12 years ago
|
libtderadio_LTLIBRARIES = libquickbar.la
|
||
15 years ago
|
libquickbar_la_SOURCES = buttonflowlayout.cpp quickbar.cpp \
|
||
|
quickbar-configuration.cpp
|
||
|
libquickbar_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
|
||
|
|
||
|
noinst_HEADERS = buttonflowlayout.h quickbar-configuration.h quickbar.h
|
||
|
|
||
|
#messages: rc.cpp
|
||
12 years ago
|
# $(XGETTEXT) *.cpp *.h -o po/tderadio-gui-quickbar.pot
|
||
15 years ago
|
|
||
|
messages: rc.cpp
|
||
|
$(EXTRACTRC) *.rc *.ui >> rc.cpp
|
||
12 years ago
|
$(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-gui-quickbar.pot
|