1999-08-20 14:44:38 +00:00
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
2000-01-08 17:15:29 +00:00
|
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
|
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
|
|
|
|
2000-01-08 17:15:29 +00:00
|
|
|
kwin_LDADD = $(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:
|
2000-02-12 17:07:24 +00:00
|
|
|
$(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kwin.pot
|
1999-10-24 12:05:50 +00:00
|
|
|
|