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.
30 lines
606 B
30 lines
606 B
|
|
INCLUDES = $(all_includes) |
|
|
|
SUBDIRS = pics clients |
|
|
|
bin_PROGRAMS = kwin |
|
lib_LTLIBRARIES = kwin.la |
|
|
|
kwin_la_SOURCES = atoms.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp plugins.cpp |
|
kwin_la_LIBADD = $(LIB_KDEUI) |
|
kwin_la_LDFLAGS = $(all_libraries) -module -avoid-version |
|
|
|
kwin_SOURCES = dummy.cpp |
|
kwin_LDADD = kwin.la |
|
kwin_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic -rdynamic |
|
|
|
KDE_ICON = kwin |
|
|
|
METASOURCES = AUTO |
|
|
|
messages: |
|
$(XGETTEXT) -kaliasLocal *.h *.cpp -o $(podir)/kwin.pot |
|
|
|
datadir = $(kde_datadir)/kwin |
|
|
|
data_DATA= eventsrc |
|
|
|
dummy.cpp: |
|
echo > dummy.cpp |
|
|
|
|