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.
23 lines
628 B
23 lines
628 B
INCLUDES= $(all_includes)
|
|
|
|
bin_PROGRAMS = kpager
|
|
|
|
kpager_SOURCES = desktop.cpp kpager.cpp config.cpp windowdrag.cpp \
|
|
kpagerIface.skel main.cpp
|
|
|
|
kpager_METASOURCES = AUTO
|
|
kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
kpager_LDADD = $(LIB_TDEUI)
|
|
|
|
KDE_ICON = kpager
|
|
|
|
xdg_apps_DATA = kpager.desktop
|
|
|
|
install-data-local: uninstall.desktop
|
|
$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Utilities
|
|
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Utilities/kpager.desktop
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kpager.pot
|