summaryrefslogtreecommitdiffstats
path: root/bab
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committergregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
commit8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch)
treeebd958c73958b45afb7cc6c053ccf9801b97f3b0 /bab
parenta5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff)
downloadtde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz
tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.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>
Diffstat (limited to 'bab')
-rw-r--r--bab/Makefile.am22
-rw-r--r--bab/Themes/Makefile.am3
2 files changed, 0 insertions, 25 deletions
diff --git a/bab/Makefile.am b/bab/Makefile.am
deleted file mode 100644
index d07bec6..0000000
--- a/bab/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Makefile.am for bab
-
-# set the include path for X, qt and KDE
-INCLUDES = $(all_includes)
-
-# these are the headers for your project
-noinst_HEADERS = bab.h bab_iface.h styleconfdialog.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = bab
-
-# the application source, library search path, and link libraries
-bab_SOURCES = main.cpp styleconfdialog.cpp bab_iface.skel
-bab_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-bab_LDADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
diff --git a/bab/Themes/Makefile.am b/bab/Themes/Makefile.am
deleted file mode 100644
index 2ae716a..0000000
--- a/bab/Themes/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-lnkdir = $HOME/.baghira
-lnk_DATA = Brushed Milk Jaguar Tiger Panther
-EXTRA_DIST = $(lnk_DATA)