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.
29 lines
763 B
29 lines
763 B
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes) -I$(kde_includes)/twin
|
|
|
|
twindir = $(kde_datadir)/twin/
|
|
twin_DATA = baghira.desktop
|
|
|
|
EXTRA_DIST = $(twin_DATA) images
|
|
|
|
noinst_HEADERS = baghiraclient.h pixmaps.h masks.h
|
|
|
|
kde_module_LTLIBRARIES = twin3_baghira.la
|
|
twin3_baghira_la_SOURCES = baghiraclient.cc
|
|
twin3_baghira_la_LIBADD = $(kde_libraries)/libtdecorations.la
|
|
twin3_baghira_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -module
|
|
twin3_baghira_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(twin3_baghira_la_METASOURCES)
|
|
|
|
pixmaps.h: $(srcdir)/generatePixmaps.sh
|
|
$(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
|
|
CLEANFILES = pixmaps.h
|
|
baghiraclient.lo: pixmaps.h
|
|
|