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.
23 lines
782 B
23 lines
782 B
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes) -I$(kde_includes)/twin
|
|
|
|
twindir = $(kde_datadir)/twin/
|
|
twin_DATA = crystal.desktop
|
|
|
|
noinst_HEADERS = crystalclient.h crystalbutton.h imageholder.h buttonimage.h tiles.h overlays.h
|
|
|
|
kde_module_LTLIBRARIES = twin3_crystal.la
|
|
twin3_crystal_la_SOURCES = crystalclient.cpp myrootpixmap.cpp crystalbutton.cpp \
|
|
imageholder.cpp buttonimage.cpp tiles.h overlays.h
|
|
twin3_crystal_la_LIBADD = $(kde_libraries)/libtdecorations.la $(LIB_TQT) $(LIB_TDEUI)
|
|
twin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -lDCOP
|
|
twin3_crystal_la_METASOURCES = AUTO
|
|
|
|
CLEANFILES = tiles.h overlays.h
|
|
DISTCLEANFILES = $(twin3_crystal_la_METASOURCES)
|