You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
446 B
Makefile

INCLUDES = $(all_includes)
LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
SUBDIRS = pics clients
bin_PROGRAMS = kwin
kwin_SOURCES = atoms.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp plugins.cpp
kwin_LDADD = $(LIB_KDEUI)
KDE_ICON = kwin
METASOURCES = AUTO
messages:
$(XGETTEXT) -C -ktranslate -kaliasLocal -kI18N_NOOP -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po $(podir)/kwin.pot