[beast: 38/39] DATA: remove unused config-paths.h



commit 8133b257bfe9a576fa2d320075317cf65bb31a5d
Author: Tim Janik <timj gnu org>
Date:   Sun Sep 13 00:30:32 2015 +0200

    DATA: remove unused config-paths.h

 data/.gitignore  |    1 -
 data/Makefile.am |   33 ++-------------------------------
 2 files changed, 2 insertions(+), 32 deletions(-)
---
diff --git a/data/.gitignore b/data/.gitignore
index 3e62529..7028b38 100644
--- a/data/.gitignore
+++ b/data/.gitignore
@@ -1,7 +1,6 @@
 beast-audio-x-bse.png
 beast.applications
 beast-images.h
-config-paths.h
 bse.pc
 beast.desktop
 beast.xml
diff --git a/data/Makefile.am b/data/Makefile.am
index ad1e628..b81bacd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -28,6 +28,8 @@ beast-images.h: ${public_images}
        && echo "/* Generated data ends here */" >> xgen-bstih \
        && (cp xgen-bstih $@) \
        && rm -f xgen-bstih
+noinst_DATA = $(noinst_build_sources)
+CLEANFILES += $(noinst_build_sources)
 
 
 # install pkg-config files
@@ -92,34 +94,3 @@ install-data-hook:
        test -z "$(UPDATE_MIME_DATABASE)" || $(UPDATE_MIME_DATABASE) "$(DESTDIR)${sharedmimedir}";
 uninstall-local: uninstall-sharedmimepackageDATA
        test -z "$(UPDATE_MIME_DATABASE)" || $(UPDATE_MIME_DATABASE) "$(DESTDIR)${sharedmimedir}";
-
-
-noinst_DATA = $(noinst_build_sources)
-CLEANFILES += $(noinst_build_sources)
-noinst_build_sources += config-paths.h
-config-paths.h: $(top_builddir)/config.status Makefile
-       cd . \
-       && echo "/* Generated data from $< (by make $@) */" > xgen-cph \
-       && echo >> xgen-cph \
-       && echo "#define SFIDL_PATH_STDINC        \"${sfidlstdincdir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_BINARIES        \"${bindir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_LADSPA          \"${bseladspapath}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_PLUGINS         \"${bseplugindir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_DRIVERS         \"${bsedriverdir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_DEMOS           \"${bsedemodir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_SAMPLES         \"${bsesampledir}:${bseunversionedsampledir}\"" >> xgen-cph 
\
-       && echo "#define BSE_PATH_EFFECTS         \"${bseeffectdir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_INSTRUMENTS     \"${bseinstrumentdir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_SCRIPTS         \"${bsescriptdir}\"" >> xgen-cph \
-       && echo "#define BSE_PATH_USER_DATA(dir)  \"${bseuserdatadir}\" dir" >> xgen-cph \
-       && echo "#define BST_PATH_BINARIES        \"${bindir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_DOCS            \"${docdir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_IMAGES          \"${beastimagesdir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_LOCALE          \"${beastlocaledir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_KEYS            \"${beastkeysdir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_SKINS           \"${beastskinsdir}\"" >> xgen-cph \
-       && echo "#define BST_PATH_PREFIX          \"${prefix}\"" >> xgen-cph \
-       && echo >> xgen-cph \
-       && echo "/* Generated data ends here */" >> xgen-cph \
-       && (cp xgen-cph $@) \
-       && rm -f xgen-cph


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]