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.
103 lines
3.4 KiB
103 lines
3.4 KiB
15 years ago
|
SUBDIRS = po .
|
||
|
|
||
2 years ago
|
INCLUDES = -I$(top_srcdir)/src/include \
|
||
|
-I$(top_builddir)/src/include \
|
||
15 years ago
|
$(all_includes)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
META_INCLUDES = $(srcdir)/include
|
||
|
|
||
12 years ago
|
bin_PROGRAMS = tderadio
|
||
15 years ago
|
|
||
12 years ago
|
tderadio_SOURCES = \
|
||
15 years ago
|
main.cpp \
|
||
|
errorlog-interfaces.cpp \
|
||
|
radiodevice_interfaces.cpp \
|
||
|
radiodevicepool_interfaces.cpp \
|
||
|
radio_interfaces.cpp \
|
||
|
soundstreamclient_interfaces.cpp \
|
||
|
stationselection_interfaces.cpp \
|
||
|
timecontrol_interfaces.cpp \
|
||
|
alarm.cpp \
|
||
|
debug-profiler.cpp \
|
||
|
fileringbuffer.cpp \
|
||
|
frequencyseekhelper.cpp \
|
||
12 years ago
|
tderadioapp.cpp \
|
||
15 years ago
|
multibuffer.cpp \
|
||
|
plugin_configuration_dialog.cpp \
|
||
|
pluginmanager-configuration.cpp \
|
||
|
pluginmanager-configuration-ui.ui \
|
||
|
pluginmanager.cpp \
|
||
|
plugins.cpp \
|
||
|
ringbuffer.cpp \
|
||
|
seekhelper.cpp \
|
||
|
soundformat.cpp \
|
||
|
soundstreamid.cpp \
|
||
|
stationlist.cpp \
|
||
|
stationlistxmlhandler.cpp \
|
||
|
utils.cpp \
|
||
|
widgetplugins.cpp \
|
||
|
frequencyradiostation.cpp \
|
||
|
internetradiostation.cpp \
|
||
|
radiostation-config.cpp \
|
||
|
radiostation.cpp \
|
||
|
aboutwidget.cpp \
|
||
|
radiostation-listview.cpp \
|
||
|
standardscandialog.cpp \
|
||
|
standardscandialog-ui.ui \
|
||
|
station-drag-object.cpp \
|
||
|
stationselector.cpp \
|
||
|
stationselector-ui.ui
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
include/aboutwidget.h \
|
||
|
include/alarm.h \
|
||
|
include/debug-profiler.h \
|
||
|
include/errorlog-interfaces.h \
|
||
|
include/fileringbuffer.h \
|
||
|
include/frequencyradiostation.h \
|
||
|
include/frequencyseekhelper.h \
|
||
|
include/gui_list_helper.h \
|
||
|
include/interfaces.h \
|
||
|
include/internetradiostation.h \
|
||
12 years ago
|
include/tderadioapp.h \
|
||
|
include/tderadioversion.h \
|
||
15 years ago
|
include/multibuffer.h \
|
||
|
include/plugin_configuration_dialog.h \
|
||
|
include/pluginmanager-configuration.h \
|
||
|
include/pluginmanager.h \
|
||
|
include/plugins.h \
|
||
|
include/radiodevice_interfaces.h \
|
||
|
include/radiodevicepool_interfaces.h \
|
||
|
include/radio_interfaces.h \
|
||
|
include/radiostation-config.h \
|
||
|
include/radiostation.h \
|
||
|
include/radiostation-listview.h \
|
||
|
include/ringbuffer.h \
|
||
|
include/seekhelper.h \
|
||
|
include/soundformat.h \
|
||
|
include/sound_metadata.h \
|
||
|
include/soundstreamclient_interfaces.h \
|
||
|
include/soundstreamid.h \
|
||
|
include/standardscandialog.h \
|
||
|
include/station-drag-object.h \
|
||
|
include/stationlist.h \
|
||
|
include/stationlistmetadata.h \
|
||
|
include/stationlistxmlhandler.h \
|
||
|
include/stationselection_interfaces.h \
|
||
|
include/stationselector.h \
|
||
|
include/timecontrol_interfaces.h \
|
||
|
include/utils.h \
|
||
|
include/widgetplugins.h
|
||
|
|
||
11 years ago
|
tderadio_LDADD = $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO)
|
||
15 years ago
|
|
||
6 years ago
|
tderadio_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIRC) -Wl,--export-dynamic
|
||
15 years ago
|
|
||
12 years ago
|
xdg_apps_DATA = tderadio.desktop
|
||
15 years ago
|
|
||
|
messages: rc.cpp
|
||
|
$(EXTRACTRC) *.ui >> rc.cpp
|
||
12 years ago
|
$(XGETTEXT) rc.cpp *.cpp include/*.h -o po/tderadio.pot
|