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.
40 lines
990 B
40 lines
990 B
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../ksgrd -I../ksgrd $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libsensordisplays.la
|
|
|
|
libsensordisplays_la_LDFLAGS = $(all_libraries) -no-undefined
|
|
libsensordisplays_la_LIBADD = ../ksgrd/libksgrd.la $(LIB_TDEIO)
|
|
|
|
# Which sources should be compiled for the sensor display lib.
|
|
libsensordisplays_la_SOURCES = \
|
|
SensorDisplay.cpp \
|
|
BarGraph.cpp \
|
|
DancingBars.cpp \
|
|
DancingBarsSettings.cpp \
|
|
DummyDisplay.cpp \
|
|
FancyPlotter.cpp \
|
|
FancyPlotterSettings.cpp \
|
|
ListView.cpp \
|
|
LogFile.cpp \
|
|
MultiMeter.cpp \
|
|
MultiMeterSettings.cpp \
|
|
ProcessController.cpp \
|
|
ProcessList.cpp \
|
|
ReniceDlg.cpp \
|
|
SensorLogger.cpp \
|
|
SensorLoggerDlg.cpp \
|
|
SensorLoggerSettings.cpp \
|
|
ListViewSettings.cpp \
|
|
SignalPlotter.cpp \
|
|
ListViewSettingsWidget.ui \
|
|
LogFileSettings.ui \
|
|
MultiMeterSettingsWidget.ui \
|
|
SensorLoggerDlgWidget.ui \
|
|
SensorLoggerSettingsWidget.ui
|
|
|
|
# just to make sure, automake makes them
|
|
METASOURCES = AUTO
|
|
|