Fixed compilation problem with fftw3 and added fake automake files to musredit and musrgui.
This commit is contained in:
parent
68b071ec2e
commit
7351e10133
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user