summaryrefslogtreecommitdiffstats
path: root/convert-presets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-11-05 16:26:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-11-05 16:26:07 +0900
commit1f012b11767fcc94871e3e79db230a056fd65dec (patch)
tree45a4946a06a51b5730f47d6f2d211edb79c1bb76 /convert-presets
parent5b699253f80ef9335bec29e33b1a10346c2dfb97 (diff)
downloadtderadio-1f012b11.tar.gz
tderadio-1f012b11.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'convert-presets')
-rw-r--r--convert-presets/Makefile.am31
-rw-r--r--convert-presets/po/Makefile.am1
-rw-r--r--convert-presets/po/tderadio-convert-presets/Makefile.am2
3 files changed, 0 insertions, 34 deletions
diff --git a/convert-presets/Makefile.am b/convert-presets/Makefile.am
deleted file mode 100644
index 5085b19..0000000
--- a/convert-presets/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-subdirs = po .
-
-bin_PROGRAMS = convert-presets
-
-convert_presets_SOURCES = convert-presets.cpp
-convert_presets_LDADD = $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE)
-
-
-# this 10 paths are KDE specific. Use them:
-# kde_htmldir Where your docs should go to. (contains lang subdirs)
-# kde_appsdir Where your application file (.kdelnk) should go to.
-# kde_icondir Where your icon should go to.
-# kde_minidir Where your mini icon should go to.
-# kde_datadir Where you install application data. (Use a subdir)
-# kde_locale Where translation files should go to.(contains lang subdirs)
-# kde_cgidir Where cgi-bin executables should go to.
-# kde_confdir Where config files should go to.
-# kde_mimedir Where mimetypes should go to.
-# kde_toolbardir Where general toolbar icons should go to.
-# kde_wallpaperdir Where general wallpapers should go to.
-
-# set the include path for X, qt and KDE
-INCLUDES= $(all_includes)
-
-METASOURCES = AUTO
-
-# the library search path.
-convert_presets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o po/tderadio-convert-presets.pot
diff --git a/convert-presets/po/Makefile.am b/convert-presets/po/Makefile.am
deleted file mode 100644
index 1b4624a..0000000
--- a/convert-presets/po/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = tderadio-convert-presets
diff --git a/convert-presets/po/tderadio-convert-presets/Makefile.am b/convert-presets/po/tderadio-convert-presets/Makefile.am
deleted file mode 100644
index 1578055..0000000
--- a/convert-presets/po/tderadio-convert-presets/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-POFILES = AUTO
-PACKAGE = tderadio-convert-presets