X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2FMakefile.in;h=404097684745ee5721fde32ba2fe9aa857c90768;hb=3d52fe3684ae9f5bf411c6ec4476381932ca6d00;hp=bdece67d5f1e5c192f6ca4fb3a92735f09f714a1;hpb=294a10772740d04c66b2ea9284a6d7e243e55c99;p=ctsim.git diff --git a/src/Makefile.in b/src/Makefile.in index bdece67..4040976 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -62,6 +62,7 @@ host_triplet = @host@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -90,6 +91,8 @@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ +INCLUDES = @my_includes@ + bin_PROGRAMS = ctsim ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h @@ -137,7 +140,7 @@ OBJECTS = $(ctsim_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .cpp .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)