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.
27 lines
911 B
27 lines
911 B
SUBDIRS = pixmaps
|
|
|
|
INCLUDES= -I$(top_srcdir)/libkcal \
|
|
-I$(top_srcdir)/libemailfunctions \
|
|
-I$(top_srcdir) $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
bin_PROGRAMS = konsolekalendar
|
|
|
|
konsolekalendar_SOURCES = konsolekalendarepoch.cpp konsolekalendardelete.cpp \
|
|
konsolekalendarchange.cpp konsolekalendarvariables.cpp \
|
|
konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp \
|
|
stdcalendar.cpp main.cpp
|
|
konsolekalendar_LDADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la
|
|
konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
appsdir = $(kde_appsdir)/Utilities
|
|
xdg_apps_DATA = konsolekalendar.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/konsolekalendar.pot
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|
|
|
|
konsolekalendar.o: ../libkcal/htmlexportsettings.h
|