summaryrefslogtreecommitdiffstats
path: root/deco/config/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-02 12:07:12 +0900
commit383a66d0828e5f858503344e055067a14464c2c1 (patch)
tree379b0c5b82dbc17542efeef3ac6554ce82a23c77 /deco/config/Makefile.am
parent09652c06fc0033aca687c913901625bfa0759afd (diff)
downloadtde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz
tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.zip
Drop automake build support.
Deleted TODO and NEWS empty files. Rework of the README file. Add basic cmake build instructions. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'deco/config/Makefile.am')
-rw-r--r--deco/config/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/deco/config/Makefile.am b/deco/config/Makefile.am
deleted file mode 100644
index bf70cb3..0000000
--- a/deco/config/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-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.cpp aquariusbutton.cpp colorpicker.cpp 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