1999-08-20 14:44:38 +00:00
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
|
|
|
|
|
|
bin_PROGRAMS = kwin
|
|
|
|
|
1999-11-07 14:46:49 +00:00
|
|
|
kwin_SOURCES = atoms.cpp beclient.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp systemclient.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-09-27 16:02:44 +00:00
|
|
|
METASOURCES = AUTO
|
1999-10-24 12:05:50 +00:00
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) -C -ktranslate -kaliasLocal -ki18n -x $(includedir)/kde.pot *.h *.cpp && mv messages.po ../po/kwin.pot
|
|
|
|
|