Skip to content

Commit

Permalink
Regenerated `src/Makefile.in'.
Browse files Browse the repository at this point in the history
There seem to be some recent little fixes to my installed Autotools,
so this commit also contains some minor changes to `aclocal.m4' and
`configure'.  Nothing important.
  • Loading branch information
eeide committed Jun 17, 2011
1 parent 68755c9 commit 1f772fa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
Expand Up @@ -13,8 +13,8 @@

m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
[m4_warning([this file was generated for autoconf 2.68.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
[m4_warning([this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
Expand Down
3 changes: 0 additions & 3 deletions configure
Expand Up @@ -685,9 +685,6 @@ LIBS
CPPFLAGS
CXX
CXXFLAGS
LDFLAGS
LIBS
CPPFLAGS
CCC'


Expand Down
23 changes: 20 additions & 3 deletions src/Makefile.in
Expand Up @@ -71,9 +71,9 @@ am_csmith_OBJECTS = csmith-AbsExtension.$(OBJEXT) \
csmith-ExpressionVariable.$(OBJEXT) \
csmith-ExtensionMgr.$(OBJEXT) csmith-ExtensionValue.$(OBJEXT) \
csmith-Fact.$(OBJEXT) csmith-FactMgr.$(OBJEXT) \
csmith-FactPointTo.$(OBJEXT) csmith-Filter.$(OBJEXT) \
csmith-Finalization.$(OBJEXT) csmith-Function.$(OBJEXT) \
csmith-FunctionInvocation.$(OBJEXT) \
csmith-FactPointTo.$(OBJEXT) csmith-FactUnion.$(OBJEXT) \
csmith-Filter.$(OBJEXT) csmith-Finalization.$(OBJEXT) \
csmith-Function.$(OBJEXT) csmith-FunctionInvocation.$(OBJEXT) \
csmith-FunctionInvocationBinary.$(OBJEXT) \
csmith-FunctionInvocationUnary.$(OBJEXT) \
csmith-FunctionInvocationUser.$(OBJEXT) \
Expand Down Expand Up @@ -293,6 +293,8 @@ csmith_SOURCES = \
FactMgr.h \
FactPointTo.cpp \
FactPointTo.h \
FactUnion.cpp \
FactUnion.h \
Filter.cpp \
Filter.h \
Finalization.cpp \
Expand Down Expand Up @@ -507,6 +509,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-Fact.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-FactMgr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-FactPointTo.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-FactUnion.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-Filter.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-Finalization.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csmith-Function.Po@am__quote@
Expand Down Expand Up @@ -1012,6 +1015,20 @@ csmith-FactPointTo.obj: FactPointTo.cpp
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o csmith-FactPointTo.obj `if test -f 'FactPointTo.cpp'; then $(CYGPATH_W) 'FactPointTo.cpp'; else $(CYGPATH_W) '$(srcdir)/FactPointTo.cpp'; fi`

csmith-FactUnion.o: FactUnion.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT csmith-FactUnion.o -MD -MP -MF $(DEPDIR)/csmith-FactUnion.Tpo -c -o csmith-FactUnion.o `test -f 'FactUnion.cpp' || echo '$(srcdir)/'`FactUnion.cpp
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/csmith-FactUnion.Tpo $(DEPDIR)/csmith-FactUnion.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FactUnion.cpp' object='csmith-FactUnion.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o csmith-FactUnion.o `test -f 'FactUnion.cpp' || echo '$(srcdir)/'`FactUnion.cpp

csmith-FactUnion.obj: FactUnion.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT csmith-FactUnion.obj -MD -MP -MF $(DEPDIR)/csmith-FactUnion.Tpo -c -o csmith-FactUnion.obj `if test -f 'FactUnion.cpp'; then $(CYGPATH_W) 'FactUnion.cpp'; else $(CYGPATH_W) '$(srcdir)/FactUnion.cpp'; fi`
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/csmith-FactUnion.Tpo $(DEPDIR)/csmith-FactUnion.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FactUnion.cpp' object='csmith-FactUnion.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o csmith-FactUnion.obj `if test -f 'FactUnion.cpp'; then $(CYGPATH_W) 'FactUnion.cpp'; else $(CYGPATH_W) '$(srcdir)/FactUnion.cpp'; fi`

csmith-Filter.o: Filter.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(csmith_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT csmith-Filter.o -MD -MP -MF $(DEPDIR)/csmith-Filter.Tpo -c -o csmith-Filter.o `test -f 'Filter.cpp' || echo '$(srcdir)/'`Filter.cpp
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/csmith-Filter.Tpo $(DEPDIR)/csmith-Filter.Po
Expand Down

0 comments on commit 1f772fa

Please sign in to comment.