diff --git a/src/Makefile.am b/src/Makefile.am index c79bacf..a2c2247 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,12 +2,6 @@ if USE_LXT LXTLIB=../lxt/liblxt.la ZLIB=-lz endif -libveriwell_la_CPPFLAGS = -DBINDIR=\"$(bindir)\" \ - -DLIBDIR=\"$(libdir)\" \ - -DINCLUDEDIR=\"$(includedir)\" \ - -DCFLAGS="\"$(CFLAGS)\"" \ - -DLDFLAGS="\"$(LDFLAGS)\"" \ - -DLIBS="\"$(LIBS) $(ZLIB)\"" nobase_include_HEADERS = veriuser.h acc_user.h veriuser.c bin_PROGRAMS = veriwell @@ -41,4 +35,14 @@ libveriwell_la_LIBADD = $(LXTLIB) ../replace/libreplace.la AM_YFLAGS = -y -d +BUILT_SOURCES = build.h +CLEANFILES = build.h +build.h: Makefile + echo '#define BINDIR "$(bindir)"' >$@ + echo '#define LIBDIR "$(libdir)"' >>$@ + echo '#define INCLUDEDIR "$(includedir)"' >>$@ + echo '#define CFLAGS "$(CFLAGS)"' >>$@ + echo '#define LDFLAGS "$(LDFLAGS)"' >>$@ + echo '#define LIBS "$(LIBS) $(ZLIB)"' >>$@ + diff --git a/src/Makefile.in b/src/Makefile.in index b90c761..c22a380 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -66,26 +66,13 @@ LTLIBRARIES = $(lib_LTLIBRARIES) @USE_LXT_TRUE@am__DEPENDENCIES_1 = ../lxt/liblxt.la libveriwell_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ ../replace/libreplace.la -am_libveriwell_la_OBJECTS = libveriwell_la-parse.lo \ - libveriwell_la-multdiv.lo libveriwell_la-print.lo \ - libveriwell_la-usertask.lo libveriwell_la-flags.lo \ - libveriwell_la-store.lo libveriwell_la-nsched.lo \ - libveriwell_la-verisys.lo libveriwell_la-check.lo \ - libveriwell_la-gates.lo libveriwell_la-schedule.lo \ - libveriwell_la-strobe.lo libveriwell_la-glue.lo \ - libveriwell_la-obstack.lo libveriwell_la-scope.lo \ - libveriwell_la-systask.lo libveriwell_la-copy.lo \ - libveriwell_la-veriwell.lo libveriwell_la-pass2.lo \ - libveriwell_la-sdf.lo libveriwell_la-timescal.lo \ - libveriwell_la-sdfclex.lo libveriwell_la-decl.lo \ - libveriwell_la-io.lo libveriwell_la-pass3.lo \ - libveriwell_la-trace.lo libveriwell_la-dumpvar.lo \ - libveriwell_la-lex.lo libveriwell_la-pli.lo \ - libveriwell_la-tree.lo libveriwell_la-sdflex.lo \ - libveriwell_la-eval.lo libveriwell_la-macro.lo \ - libveriwell_la-plihacks.lo libveriwell_la-udp.lo \ - libveriwell_la-exec.lo libveriwell_la-specify.lo \ - libveriwell_la-sdfcpars.lo libveriwell_la-sdfparse.lo +am_libveriwell_la_OBJECTS = parse.lo multdiv.lo print.lo usertask.lo \ + flags.lo store.lo nsched.lo verisys.lo check.lo gates.lo \ + schedule.lo strobe.lo glue.lo obstack.lo scope.lo systask.lo \ + copy.lo veriwell.lo pass2.lo sdf.lo timescal.lo sdfclex.lo \ + decl.lo io.lo pass3.lo trace.lo dumpvar.lo lex.lo pli.lo \ + tree.lo sdflex.lo eval.lo macro.lo plihacks.lo udp.lo exec.lo \ + specify.lo sdfcpars.lo sdfparse.lo libveriwell_la_OBJECTS = $(am_libveriwell_la_OBJECTS) binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) @@ -225,13 +212,6 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ @USE_LXT_TRUE@LXTLIB = ../lxt/liblxt.la @USE_LXT_TRUE@ZLIB = -lz -libveriwell_la_CPPFLAGS = -DBINDIR=\"$(bindir)\" \ - -DLIBDIR=\"$(libdir)\" \ - -DINCLUDEDIR=\"$(includedir)\" \ - -DCFLAGS="\"$(CFLAGS)\"" \ - -DLDFLAGS="\"$(LDFLAGS)\"" \ - -DLIBS="\"$(LIBS) $(ZLIB)\"" - nobase_include_HEADERS = veriuser.h acc_user.h veriuser.c veriwell_SOURCES = defaultveriuser.cc veriwell_LDADD = $(vl_cv_lib_readline) libveriwell.la $(ZLIB) @@ -257,7 +237,10 @@ libveriwell_la_SOURCES = parse.yy multdiv.cc print.cc usertask.cc flags.cc store libveriwell_la_LDFLAGS = -version-info 0:0:0 libveriwell_la_LIBADD = $(LXTLIB) ../replace/libreplace.la AM_YFLAGS = -y -d -all: all-am +BUILT_SOURCES = build.h +CLEANFILES = build.h +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .cc .gpe .h .lo .o .obj .yy @@ -372,46 +355,46 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaultveriuser.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-check.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-copy.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-decl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-dumpvar.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-eval.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-exec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-flags.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-gates.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-glue.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-io.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-lex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-macro.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-multdiv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-nsched.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-obstack.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-pass2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-pass3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-pli.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-plihacks.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-print.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-schedule.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-scope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-sdf.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-sdfclex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-sdfcpars.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-sdflex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-sdfparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-specify.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-store.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-strobe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-systask.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-timescal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-trace.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-tree.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-udp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-usertask.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-verisys.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libveriwell_la-veriwell.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpvar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flags.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gates.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glue.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multdiv.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nsched.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pass2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pass3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pli.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plihacks.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdfclex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdfcpars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdflex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdfparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/specify.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/store.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strobe.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timescal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usertask.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verisys.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/veriwell.Plo@am__quote@ .cc.o: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @@ -434,279 +417,6 @@ distclean-compile: @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< -libveriwell_la-parse.lo: parse.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-parse.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-parse.Tpo" -c -o libveriwell_la-parse.lo `test -f 'parse.cc' || echo '$(srcdir)/'`parse.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-parse.Tpo" "$(DEPDIR)/libveriwell_la-parse.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-parse.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='parse.cc' object='libveriwell_la-parse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-parse.lo `test -f 'parse.cc' || echo '$(srcdir)/'`parse.cc - -libveriwell_la-multdiv.lo: multdiv.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-multdiv.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-multdiv.Tpo" -c -o libveriwell_la-multdiv.lo `test -f 'multdiv.cc' || echo '$(srcdir)/'`multdiv.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-multdiv.Tpo" "$(DEPDIR)/libveriwell_la-multdiv.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-multdiv.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='multdiv.cc' object='libveriwell_la-multdiv.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-multdiv.lo `test -f 'multdiv.cc' || echo '$(srcdir)/'`multdiv.cc - -libveriwell_la-print.lo: print.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-print.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-print.Tpo" -c -o libveriwell_la-print.lo `test -f 'print.cc' || echo '$(srcdir)/'`print.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-print.Tpo" "$(DEPDIR)/libveriwell_la-print.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-print.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='print.cc' object='libveriwell_la-print.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-print.lo `test -f 'print.cc' || echo '$(srcdir)/'`print.cc - -libveriwell_la-usertask.lo: usertask.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-usertask.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-usertask.Tpo" -c -o libveriwell_la-usertask.lo `test -f 'usertask.cc' || echo '$(srcdir)/'`usertask.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-usertask.Tpo" "$(DEPDIR)/libveriwell_la-usertask.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-usertask.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='usertask.cc' object='libveriwell_la-usertask.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-usertask.lo `test -f 'usertask.cc' || echo '$(srcdir)/'`usertask.cc - -libveriwell_la-flags.lo: flags.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-flags.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-flags.Tpo" -c -o libveriwell_la-flags.lo `test -f 'flags.cc' || echo '$(srcdir)/'`flags.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-flags.Tpo" "$(DEPDIR)/libveriwell_la-flags.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-flags.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='flags.cc' object='libveriwell_la-flags.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-flags.lo `test -f 'flags.cc' || echo '$(srcdir)/'`flags.cc - -libveriwell_la-store.lo: store.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-store.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-store.Tpo" -c -o libveriwell_la-store.lo `test -f 'store.cc' || echo '$(srcdir)/'`store.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-store.Tpo" "$(DEPDIR)/libveriwell_la-store.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-store.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='store.cc' object='libveriwell_la-store.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-store.lo `test -f 'store.cc' || echo '$(srcdir)/'`store.cc - -libveriwell_la-nsched.lo: nsched.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-nsched.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-nsched.Tpo" -c -o libveriwell_la-nsched.lo `test -f 'nsched.cc' || echo '$(srcdir)/'`nsched.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-nsched.Tpo" "$(DEPDIR)/libveriwell_la-nsched.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-nsched.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='nsched.cc' object='libveriwell_la-nsched.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-nsched.lo `test -f 'nsched.cc' || echo '$(srcdir)/'`nsched.cc - -libveriwell_la-verisys.lo: verisys.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-verisys.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-verisys.Tpo" -c -o libveriwell_la-verisys.lo `test -f 'verisys.cc' || echo '$(srcdir)/'`verisys.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-verisys.Tpo" "$(DEPDIR)/libveriwell_la-verisys.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-verisys.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='verisys.cc' object='libveriwell_la-verisys.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-verisys.lo `test -f 'verisys.cc' || echo '$(srcdir)/'`verisys.cc - -libveriwell_la-check.lo: check.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-check.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-check.Tpo" -c -o libveriwell_la-check.lo `test -f 'check.cc' || echo '$(srcdir)/'`check.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-check.Tpo" "$(DEPDIR)/libveriwell_la-check.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-check.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='check.cc' object='libveriwell_la-check.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-check.lo `test -f 'check.cc' || echo '$(srcdir)/'`check.cc - -libveriwell_la-gates.lo: gates.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-gates.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-gates.Tpo" -c -o libveriwell_la-gates.lo `test -f 'gates.cc' || echo '$(srcdir)/'`gates.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-gates.Tpo" "$(DEPDIR)/libveriwell_la-gates.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-gates.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='gates.cc' object='libveriwell_la-gates.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-gates.lo `test -f 'gates.cc' || echo '$(srcdir)/'`gates.cc - -libveriwell_la-schedule.lo: schedule.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-schedule.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-schedule.Tpo" -c -o libveriwell_la-schedule.lo `test -f 'schedule.cc' || echo '$(srcdir)/'`schedule.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-schedule.Tpo" "$(DEPDIR)/libveriwell_la-schedule.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-schedule.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='schedule.cc' object='libveriwell_la-schedule.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-schedule.lo `test -f 'schedule.cc' || echo '$(srcdir)/'`schedule.cc - -libveriwell_la-strobe.lo: strobe.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-strobe.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-strobe.Tpo" -c -o libveriwell_la-strobe.lo `test -f 'strobe.cc' || echo '$(srcdir)/'`strobe.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-strobe.Tpo" "$(DEPDIR)/libveriwell_la-strobe.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-strobe.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='strobe.cc' object='libveriwell_la-strobe.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-strobe.lo `test -f 'strobe.cc' || echo '$(srcdir)/'`strobe.cc - -libveriwell_la-glue.lo: glue.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-glue.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-glue.Tpo" -c -o libveriwell_la-glue.lo `test -f 'glue.cc' || echo '$(srcdir)/'`glue.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-glue.Tpo" "$(DEPDIR)/libveriwell_la-glue.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-glue.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='glue.cc' object='libveriwell_la-glue.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-glue.lo `test -f 'glue.cc' || echo '$(srcdir)/'`glue.cc - -libveriwell_la-obstack.lo: obstack.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-obstack.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-obstack.Tpo" -c -o libveriwell_la-obstack.lo `test -f 'obstack.cc' || echo '$(srcdir)/'`obstack.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-obstack.Tpo" "$(DEPDIR)/libveriwell_la-obstack.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-obstack.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='obstack.cc' object='libveriwell_la-obstack.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-obstack.lo `test -f 'obstack.cc' || echo '$(srcdir)/'`obstack.cc - -libveriwell_la-scope.lo: scope.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-scope.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-scope.Tpo" -c -o libveriwell_la-scope.lo `test -f 'scope.cc' || echo '$(srcdir)/'`scope.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-scope.Tpo" "$(DEPDIR)/libveriwell_la-scope.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-scope.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='scope.cc' object='libveriwell_la-scope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-scope.lo `test -f 'scope.cc' || echo '$(srcdir)/'`scope.cc - -libveriwell_la-systask.lo: systask.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-systask.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-systask.Tpo" -c -o libveriwell_la-systask.lo `test -f 'systask.cc' || echo '$(srcdir)/'`systask.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-systask.Tpo" "$(DEPDIR)/libveriwell_la-systask.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-systask.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='systask.cc' object='libveriwell_la-systask.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-systask.lo `test -f 'systask.cc' || echo '$(srcdir)/'`systask.cc - -libveriwell_la-copy.lo: copy.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-copy.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-copy.Tpo" -c -o libveriwell_la-copy.lo `test -f 'copy.cc' || echo '$(srcdir)/'`copy.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-copy.Tpo" "$(DEPDIR)/libveriwell_la-copy.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-copy.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='copy.cc' object='libveriwell_la-copy.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-copy.lo `test -f 'copy.cc' || echo '$(srcdir)/'`copy.cc - -libveriwell_la-veriwell.lo: veriwell.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-veriwell.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-veriwell.Tpo" -c -o libveriwell_la-veriwell.lo `test -f 'veriwell.cc' || echo '$(srcdir)/'`veriwell.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-veriwell.Tpo" "$(DEPDIR)/libveriwell_la-veriwell.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-veriwell.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='veriwell.cc' object='libveriwell_la-veriwell.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-veriwell.lo `test -f 'veriwell.cc' || echo '$(srcdir)/'`veriwell.cc - -libveriwell_la-pass2.lo: pass2.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-pass2.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-pass2.Tpo" -c -o libveriwell_la-pass2.lo `test -f 'pass2.cc' || echo '$(srcdir)/'`pass2.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-pass2.Tpo" "$(DEPDIR)/libveriwell_la-pass2.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-pass2.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pass2.cc' object='libveriwell_la-pass2.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-pass2.lo `test -f 'pass2.cc' || echo '$(srcdir)/'`pass2.cc - -libveriwell_la-sdf.lo: sdf.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-sdf.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-sdf.Tpo" -c -o libveriwell_la-sdf.lo `test -f 'sdf.cc' || echo '$(srcdir)/'`sdf.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-sdf.Tpo" "$(DEPDIR)/libveriwell_la-sdf.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-sdf.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='sdf.cc' object='libveriwell_la-sdf.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-sdf.lo `test -f 'sdf.cc' || echo '$(srcdir)/'`sdf.cc - -libveriwell_la-timescal.lo: timescal.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-timescal.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-timescal.Tpo" -c -o libveriwell_la-timescal.lo `test -f 'timescal.cc' || echo '$(srcdir)/'`timescal.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-timescal.Tpo" "$(DEPDIR)/libveriwell_la-timescal.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-timescal.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='timescal.cc' object='libveriwell_la-timescal.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-timescal.lo `test -f 'timescal.cc' || echo '$(srcdir)/'`timescal.cc - -libveriwell_la-sdfclex.lo: sdfclex.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-sdfclex.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-sdfclex.Tpo" -c -o libveriwell_la-sdfclex.lo `test -f 'sdfclex.cc' || echo '$(srcdir)/'`sdfclex.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-sdfclex.Tpo" "$(DEPDIR)/libveriwell_la-sdfclex.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-sdfclex.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='sdfclex.cc' object='libveriwell_la-sdfclex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-sdfclex.lo `test -f 'sdfclex.cc' || echo '$(srcdir)/'`sdfclex.cc - -libveriwell_la-decl.lo: decl.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-decl.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-decl.Tpo" -c -o libveriwell_la-decl.lo `test -f 'decl.cc' || echo '$(srcdir)/'`decl.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-decl.Tpo" "$(DEPDIR)/libveriwell_la-decl.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-decl.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='decl.cc' object='libveriwell_la-decl.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-decl.lo `test -f 'decl.cc' || echo '$(srcdir)/'`decl.cc - -libveriwell_la-io.lo: io.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-io.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-io.Tpo" -c -o libveriwell_la-io.lo `test -f 'io.cc' || echo '$(srcdir)/'`io.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-io.Tpo" "$(DEPDIR)/libveriwell_la-io.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-io.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='io.cc' object='libveriwell_la-io.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-io.lo `test -f 'io.cc' || echo '$(srcdir)/'`io.cc - -libveriwell_la-pass3.lo: pass3.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-pass3.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-pass3.Tpo" -c -o libveriwell_la-pass3.lo `test -f 'pass3.cc' || echo '$(srcdir)/'`pass3.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-pass3.Tpo" "$(DEPDIR)/libveriwell_la-pass3.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-pass3.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pass3.cc' object='libveriwell_la-pass3.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-pass3.lo `test -f 'pass3.cc' || echo '$(srcdir)/'`pass3.cc - -libveriwell_la-trace.lo: trace.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-trace.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-trace.Tpo" -c -o libveriwell_la-trace.lo `test -f 'trace.cc' || echo '$(srcdir)/'`trace.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-trace.Tpo" "$(DEPDIR)/libveriwell_la-trace.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-trace.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='trace.cc' object='libveriwell_la-trace.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-trace.lo `test -f 'trace.cc' || echo '$(srcdir)/'`trace.cc - -libveriwell_la-dumpvar.lo: dumpvar.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-dumpvar.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-dumpvar.Tpo" -c -o libveriwell_la-dumpvar.lo `test -f 'dumpvar.cc' || echo '$(srcdir)/'`dumpvar.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-dumpvar.Tpo" "$(DEPDIR)/libveriwell_la-dumpvar.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-dumpvar.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dumpvar.cc' object='libveriwell_la-dumpvar.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-dumpvar.lo `test -f 'dumpvar.cc' || echo '$(srcdir)/'`dumpvar.cc - -libveriwell_la-lex.lo: lex.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-lex.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-lex.Tpo" -c -o libveriwell_la-lex.lo `test -f 'lex.cc' || echo '$(srcdir)/'`lex.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-lex.Tpo" "$(DEPDIR)/libveriwell_la-lex.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-lex.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lex.cc' object='libveriwell_la-lex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-lex.lo `test -f 'lex.cc' || echo '$(srcdir)/'`lex.cc - -libveriwell_la-pli.lo: pli.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-pli.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-pli.Tpo" -c -o libveriwell_la-pli.lo `test -f 'pli.cc' || echo '$(srcdir)/'`pli.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-pli.Tpo" "$(DEPDIR)/libveriwell_la-pli.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-pli.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pli.cc' object='libveriwell_la-pli.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-pli.lo `test -f 'pli.cc' || echo '$(srcdir)/'`pli.cc - -libveriwell_la-tree.lo: tree.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-tree.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-tree.Tpo" -c -o libveriwell_la-tree.lo `test -f 'tree.cc' || echo '$(srcdir)/'`tree.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-tree.Tpo" "$(DEPDIR)/libveriwell_la-tree.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-tree.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tree.cc' object='libveriwell_la-tree.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-tree.lo `test -f 'tree.cc' || echo '$(srcdir)/'`tree.cc - -libveriwell_la-sdflex.lo: sdflex.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-sdflex.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-sdflex.Tpo" -c -o libveriwell_la-sdflex.lo `test -f 'sdflex.cc' || echo '$(srcdir)/'`sdflex.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-sdflex.Tpo" "$(DEPDIR)/libveriwell_la-sdflex.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-sdflex.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='sdflex.cc' object='libveriwell_la-sdflex.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-sdflex.lo `test -f 'sdflex.cc' || echo '$(srcdir)/'`sdflex.cc - -libveriwell_la-eval.lo: eval.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-eval.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-eval.Tpo" -c -o libveriwell_la-eval.lo `test -f 'eval.cc' || echo '$(srcdir)/'`eval.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-eval.Tpo" "$(DEPDIR)/libveriwell_la-eval.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-eval.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='eval.cc' object='libveriwell_la-eval.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-eval.lo `test -f 'eval.cc' || echo '$(srcdir)/'`eval.cc - -libveriwell_la-macro.lo: macro.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-macro.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-macro.Tpo" -c -o libveriwell_la-macro.lo `test -f 'macro.cc' || echo '$(srcdir)/'`macro.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-macro.Tpo" "$(DEPDIR)/libveriwell_la-macro.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-macro.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='macro.cc' object='libveriwell_la-macro.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-macro.lo `test -f 'macro.cc' || echo '$(srcdir)/'`macro.cc - -libveriwell_la-plihacks.lo: plihacks.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-plihacks.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-plihacks.Tpo" -c -o libveriwell_la-plihacks.lo `test -f 'plihacks.cc' || echo '$(srcdir)/'`plihacks.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-plihacks.Tpo" "$(DEPDIR)/libveriwell_la-plihacks.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-plihacks.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='plihacks.cc' object='libveriwell_la-plihacks.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-plihacks.lo `test -f 'plihacks.cc' || echo '$(srcdir)/'`plihacks.cc - -libveriwell_la-udp.lo: udp.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-udp.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-udp.Tpo" -c -o libveriwell_la-udp.lo `test -f 'udp.cc' || echo '$(srcdir)/'`udp.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-udp.Tpo" "$(DEPDIR)/libveriwell_la-udp.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-udp.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='udp.cc' object='libveriwell_la-udp.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-udp.lo `test -f 'udp.cc' || echo '$(srcdir)/'`udp.cc - -libveriwell_la-exec.lo: exec.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-exec.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-exec.Tpo" -c -o libveriwell_la-exec.lo `test -f 'exec.cc' || echo '$(srcdir)/'`exec.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-exec.Tpo" "$(DEPDIR)/libveriwell_la-exec.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-exec.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='exec.cc' object='libveriwell_la-exec.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-exec.lo `test -f 'exec.cc' || echo '$(srcdir)/'`exec.cc - -libveriwell_la-specify.lo: specify.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-specify.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-specify.Tpo" -c -o libveriwell_la-specify.lo `test -f 'specify.cc' || echo '$(srcdir)/'`specify.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-specify.Tpo" "$(DEPDIR)/libveriwell_la-specify.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-specify.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='specify.cc' object='libveriwell_la-specify.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-specify.lo `test -f 'specify.cc' || echo '$(srcdir)/'`specify.cc - -libveriwell_la-sdfcpars.lo: sdfcpars.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-sdfcpars.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-sdfcpars.Tpo" -c -o libveriwell_la-sdfcpars.lo `test -f 'sdfcpars.cc' || echo '$(srcdir)/'`sdfcpars.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-sdfcpars.Tpo" "$(DEPDIR)/libveriwell_la-sdfcpars.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-sdfcpars.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='sdfcpars.cc' object='libveriwell_la-sdfcpars.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-sdfcpars.lo `test -f 'sdfcpars.cc' || echo '$(srcdir)/'`sdfcpars.cc - -libveriwell_la-sdfparse.lo: sdfparse.cc -@am__fastdepCXX_TRUE@ if $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libveriwell_la-sdfparse.lo -MD -MP -MF "$(DEPDIR)/libveriwell_la-sdfparse.Tpo" -c -o libveriwell_la-sdfparse.lo `test -f 'sdfparse.cc' || echo '$(srcdir)/'`sdfparse.cc; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libveriwell_la-sdfparse.Tpo" "$(DEPDIR)/libveriwell_la-sdfparse.Plo"; else rm -f "$(DEPDIR)/libveriwell_la-sdfparse.Tpo"; exit 1; fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='sdfparse.cc' object='libveriwell_la-sdfparse.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libveriwell_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libveriwell_la-sdfparse.lo `test -f 'sdfparse.cc' || echo '$(srcdir)/'`sdfparse.cc - .yy.cc: $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) @@ -815,7 +525,8 @@ distdir: $(DISTFILES) fi; \ done check-am: all-am -check: check-am +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) install-binPROGRAMS: install-libLTLIBRARIES @@ -823,7 +534,8 @@ installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done -install: install-am +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -840,6 +552,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -853,6 +566,7 @@ maintainer-clean-generic: -rm -f sdfcpars.h -rm -f sdfparse.cc -rm -f sdfparse.h + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ @@ -922,6 +636,13 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ .gpe.h: $(GPE) $(GPEFLAGS) $(AM_GPEFLAGS) $< > $@ +build.h: Makefile + echo '#define BINDIR "$(bindir)"' >$@ + echo '#define LIBDIR "$(libdir)"' >>$@ + echo '#define INCLUDEDIR "$(includedir)"' >>$@ + echo '#define CFLAGS "$(CFLAGS)"' >>$@ + echo '#define LDFLAGS "$(LDFLAGS)"' >>$@ + echo '#define LIBS "$(LIBS) $(ZLIB)"' >>$@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/src/veriwell.cc b/src/veriwell.cc index fd64314..014a727 100644 --- a/src/veriwell.cc +++ b/src/veriwell.cc @@ -48,6 +48,7 @@ #include "acc_user.h" #include "pli.h" #include "systask.h" +#include "build.h" int dump_it = 0; FILE *dumpfile;