1999-08-20 14:44:38 +00:00
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
1999-12-24 01:36:47 +00:00
|
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH) -rdynamic
|
1999-08-20 14:44:38 +00:00
|
|
|
|
1999-12-24 01:36:47 +00:00
|
|
|
SUBDIRS = pics clients
|
1999-12-14 21:11:15 +00:00
|
|
|
|
1999-08-20 14:44:38 +00:00
|
|
|
bin_PROGRAMS = kwin
|
|
|
|
|
1999-12-24 01:36:47 +00:00
|
|
|
kwin_SOURCES = atoms.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp plugins.cpp
|
1999-08-20 14:44:38 +00:00
|
|
|
|
1999-10-11 02:00:06 +00:00
|
|
|
kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI)
|
1999-08-20 14:44:38 +00:00
|
|
|
|
1999-12-05 13:39:13 +00:00
|
|
|
KDE_ICON = kwin
|
|
|
|
|
1999-09-27 16:02:44 +00:00
|
|
|
METASOURCES = AUTO
|
1999-10-24 12:05:50 +00:00
|
|
|
|
|
|
|
messages:
|
1999-11-30 20:52:43 +00:00
|
|
|
$(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po $(podir)/kwin.pot
|
1999-10-24 12:05:50 +00:00
|
|
|
|