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.
|
|
|
|
|
|
|
SUBDIRS = po .
|
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
libtderadio_LTLIBRARIES = liblirc.la
|
|
|
|
liblirc_la_SOURCES = lircsupport.cpp lirc-configuration-ui.ui \
|
|
|
|
lirc-configuration.cpp listviewitem_lirc.cpp
|
|
|
|
liblirc_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
|
|
|
|
liblirc_la_LIBADD = $(LIB_LIRC)
|
|
|
|
|
|
|
|
noinst_HEADERS = lircsupport.h lirc-configuration.h listviewitem_lirc.h
|
|
|
|
|
|
|
|
|
|
|
|
install-data-local:
|
|
|
|
$(mkinstalldirs) "$(DESTDIR)$(kde_datadir)/tderadio/"
|
|
|
|
$(INSTALL_DATA) "$(srcdir)/default-dot-lircrc" "$(DESTDIR)$(kde_datadir)/tderadio/default-dot-lircrc"
|
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
-rm -f "$(DESTDIR)$(kde_datadir)/tderadio/default-dot-lircrc"
|
|
|
|
|
|
|
|
#messages: rc.cpp
|
|
|
|
# $(XGETTEXT) *.cpp *.h -o po/tderadio-lirc.pot
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(EXTRACTRC) *.rc *.ui >> rc.cpp
|
|
|
|
$(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-lirc.pot
|