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.
24 lines
782 B
24 lines
782 B
AUTOMAKE_OPTIONS = foreign
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes) -I$(srcdir)/../../config
|
|
|
|
noinst_HEADERS = baghiraconfig.h aquariusbutton.h colorpicker.h pixmaps.h
|
|
|
|
kde_module_LTLIBRARIES = twin_baghira_config.la
|
|
twin_baghira_config_la_SOURCES = baghiraconfig.cc aquariusbutton.cc colorpicker.cc configdialog.ui
|
|
twin_baghira_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
twin_baghira_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
twin_baghira_config_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(twin_baghira_config_la_METASOURCES)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/twin_baghira_config.pot
|
|
|
|
pixmaps.h: $(srcdir)/generatePixmaps.sh
|
|
$(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
|
|
CLEANFILES = pixmaps.h
|
|
baghiraconfig.lo: pixmaps.h
|