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.
|
|
|
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/korganizer $(all_includes)
|
|
|
|
|
|
|
|
bin_PROGRAMS = korgac
|
|
|
|
|
|
|
|
korgac_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
korgac_LDADD = $(LIB_TDEUI) \
|
|
|
|
$(top_builddir)/korganizer/libkorganizer_eventviewer.la
|
|
|
|
korgac_SOURCES = korgacmain.cpp alarmdialog.cpp \
|
|
|
|
alarmdockwindow.cpp koalarmclient.cpp \
|
|
|
|
alarmclientiface.skel
|
|
|
|
|
|
|
|
check_PROGRAMS = testalarmdlg
|
|
|
|
|
|
|
|
testalarmdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
testalarmdlg_LDADD = $(LIB_TDEUI) $(top_builddir)/libkcal/libkcal.la \
|
|
|
|
$(top_builddir)/korganizer/libkorganizer_eventviewer.la
|
|
|
|
testalarmdlg_SOURCES = testalarmdlg.cpp alarmdialog.cpp
|
|
|
|
|
|
|
|
noinst_HEADERS = alarmclientiface.h alarmdialog.h \
|
|
|
|
alarmdockwindow.h koalarmclient.h
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
SUBDIRS = pixmaps
|
|
|
|
|
|
|
|
autostart_DATA = korgac.desktop
|
|
|
|
autostartdir = $(datadir)/autostart
|
|
|
|
|