From 7351e101330eacd920413e3b17e91ab6ac29d498 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Thu, 19 Feb 2015 17:20:01 +0100 Subject: [PATCH] Fixed compilation problem with fftw3 and added fake automake files to musredit and musrgui. --- src/musredit/Makefile.am | 23 +---------------------- src/musrgui/Makefile.am | 23 +---------------------- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/src/musredit/Makefile.am b/src/musredit/Makefile.am index 683b38d9..2f509505 100644 --- a/src/musredit/Makefile.am +++ b/src/musredit/Makefile.am @@ -1,26 +1,5 @@ ## Process this file with automake to create Makefile.in -h_sources = - -h_linkdef = - -dict_h_sources = - -cpp_sources = - -dict_cpp_sources = - -include_HEADERS = $(h_sources) -noinst_HEADERS = $(h_linkdef) $(dict_h_sources) - -AM_CPPFLAGS = -I$(top_srcdir)/src/include $(PMUSR_CFLAGS) -I$(ROOTINCDIR) -AM_CXXFLAGS = $(LOCAL_LIB_CXXFLAGS) - -BUILT_SOURCES = $(dict_cpp_sources) $(dict_h_sources) -AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS) -L@ROOTLIBDIR@ -CLEANFILES = *Dict.cpp *Dict.h *~ core - -%Dict.cpp %Dict.h: %.h %LinkDef.h - @ROOTCINT@ -v -f $*Dict.cpp -c -p $(AM_CPPFLAGS) $^ +CLEANFILES = *~ core diff --git a/src/musrgui/Makefile.am b/src/musrgui/Makefile.am index 683b38d9..2f509505 100644 --- a/src/musrgui/Makefile.am +++ b/src/musrgui/Makefile.am @@ -1,26 +1,5 @@ ## Process this file with automake to create Makefile.in -h_sources = - -h_linkdef = - -dict_h_sources = - -cpp_sources = - -dict_cpp_sources = - -include_HEADERS = $(h_sources) -noinst_HEADERS = $(h_linkdef) $(dict_h_sources) - -AM_CPPFLAGS = -I$(top_srcdir)/src/include $(PMUSR_CFLAGS) -I$(ROOTINCDIR) -AM_CXXFLAGS = $(LOCAL_LIB_CXXFLAGS) - -BUILT_SOURCES = $(dict_cpp_sources) $(dict_h_sources) -AM_LDFLAGS = $(LOCAL_LIB_LDFLAGS) -L@ROOTLIBDIR@ -CLEANFILES = *Dict.cpp *Dict.h *~ core - -%Dict.cpp %Dict.h: %.h %LinkDef.h - @ROOTCINT@ -v -f $*Dict.cpp -c -p $(AM_CPPFLAGS) $^ +CLEANFILES = *~ core