diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-02 12:07:12 +0900 |
commit | 383a66d0828e5f858503344e055067a14464c2c1 (patch) | |
tree | 379b0c5b82dbc17542efeef3ac6554ce82a23c77 /bab | |
parent | 09652c06fc0033aca687c913901625bfa0759afd (diff) | |
download | tde-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 'bab')
-rw-r--r-- | bab/Makefile.am | 22 | ||||
-rw-r--r-- | bab/Themes/Makefile.am | 3 |
2 files changed, 0 insertions, 25 deletions
diff --git a/bab/Makefile.am b/bab/Makefile.am deleted file mode 100644 index 90f203a..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_QT) -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) |