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.
22 lines
866 B
22 lines
866 B
INCLUDES = $(all_includes)
|
|
noinst_HEADERS = about.h configdialog.h help.h tdestyle_baghira_config.h colordialog.h colorpicker.h
|
|
METASOURCES = AUTO
|
|
|
|
# Install this plugin in the KDE modules directory
|
|
kde_module_LTLIBRARIES = tdestyle_baghira_config.la
|
|
|
|
tdestyle_baghira_config_la_SOURCES = tdestyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui
|
|
# tdestyle_baghira_config_la_METASOURCES = AUTO
|
|
tdestyle_baghira_config_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
|
|
tdestyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN)
|
|
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdestyle_baghira_config.pot
|
|
|
|
pixmaps.h: $(srcdir)/generatePixmaps.sh
|
|
$(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
|
|
CLEANFILES = pixmaps.h
|
|
tdestyle_baghira_config.lo: pixmaps.h
|
|
|