[libsigcplusplus] build: remove unused m4 file
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsigcplusplus] build: remove unused m4 file
- Date: Fri, 18 Mar 2016 09:07:15 +0000 (UTC)
commit efc027d1e01055d6675e4f8f4c27761707abca41
Author: Marcin Kolny <marcin kolny gmail com>
Date: Fri Mar 11 22:52:07 2016 +0100
build: remove unused m4 file
sigc++/Makefile.am | 9 +------
sigc++/macros/template.macros.m4 | 49 --------------------------------------
2 files changed, 1 insertions(+), 57 deletions(-)
---
diff --git a/sigc++/Makefile.am b/sigc++/Makefile.am
index 9de87e7..5fc6a20 100644
--- a/sigc++/Makefile.am
+++ b/sigc++/Makefile.am
@@ -22,7 +22,7 @@ include $(srcdir)/filelist.am
# Subdirectories needed also in the build dir
build_subdirs = functors
-dist_noinst_DATA = $(sigc_m4) CMakeLists.txt
+dist_noinst_DATA = CMakeLists.txt
library_includedir = $(includedir)/$(SIGCXX_MODULE_NAME)/sigc++
nobase_library_include_HEADERS = sigc++.h $(sigc_public_h) $(sigc_built_h)
@@ -48,8 +48,6 @@ AM_CXXFLAGS = $(SIGC_WXXFLAGS)
BUILT_SOURCES = $(build_subdirs) $(sigc_built_h) $(sigc_built_cc)
MAINTAINERCLEANFILES = $(sigc_built_h) $(sigc_built_cc)
-m4_dir = $(srcdir)/macros
-
$(build_subdirs):
$(AM_V_at)$(MKDIR_P) $@
@@ -66,8 +64,3 @@ functors/slot.cc: \
functors/slot_base.h \
functors/functor_trait.h
-%.h: macros/%.h.m4 $(m4_dir)/template.macros.m4 | $(build_subdirs)
- $(AM_V_GEN)$(M4) -I $(m4_dir) -I macros $< >$@
-
-%.cc: macros/%.cc.m4 $(m4_dir)/template.macros.m4 | $(build_subdirs)
- $(AM_V_GEN)$(M4) -I $(m4_dir) -I macros $< >$@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]