From: Hans-Bernhard B. <br...@us...> - 2004-02-12 18:19:15
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30878/src Modified Files: Makefile.in exec.c global.h input.c invlib.h mypopen.c Log Message: Various cleanups and an autotools refresh. Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Makefile.in 14 Aug 2003 14:37:49 -0000 1.9 --- Makefile.in 12 Feb 2004 18:14:05 -0000 1.10 *************** *** 1,6 **** ! # Makefile.in generated by automake 1.7.2 from Makefile.am. # @configure_input@ ! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation --- 1,6 ---- ! # Makefile.in generated by automake 1.7.9 from Makefile.am. # @configure_input@ ! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation *************** *** 101,104 **** --- 101,105 ---- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ + am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ bindir = @bindir@ *************** *** 170,173 **** --- 171,175 ---- @HAS_GNOME_TRUE@gscope_LDFLAGS = $(GNOMELINKAGE) $(GNOME_LINUX_FLAG) subdir = src + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h *************** *** 280,284 **** DIST_SOURCES = $(am__cscope_SOURCES_DIST) $(EXTRA_cscope_SOURCES) \ $(am__gscope_SOURCES_DIST) ! DIST_COMMON = Makefile.am Makefile.in TODO egrep.c fscanner.c scanner.c SOURCES = $(cscope_SOURCES) $(EXTRA_cscope_SOURCES) $(gscope_SOURCES) --- 282,287 ---- DIST_SOURCES = $(am__cscope_SOURCES_DIST) $(EXTRA_cscope_SOURCES) \ $(am__gscope_SOURCES_DIST) ! DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO egrep.c fscanner.c \ ! scanner.c SOURCES = $(cscope_SOURCES) $(EXTRA_cscope_SOURCES) $(gscope_SOURCES) *************** *** 387,397 **** @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpopen.Po@am__quote@ - distclean-depend: - -rm -rf ./$(DEPDIR) - .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 390,397 ---- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpopen.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 404,408 **** @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 404,408 ---- @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 415,419 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-gscope.o -MD -MP -MF "$(DEPDIR)/gscope-gscope.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-gscope.o `test -f 'gscope.c' || echo '$(srcdir)/'`gscope.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-gscope.Tpo" "$(DEPDIR)/gscope-gscope.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-gscope.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 415,419 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-gscope.o -MD -MP -MF "$(DEPDIR)/gscope-gscope.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-gscope.o `test -f 'gscope.c' || echo '$(srcdir)/'`gscope.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-gscope.Tpo" "$(DEPDIR)/gscope-gscope.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-gscope.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 426,430 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-gscope.obj -MD -MP -MF "$(DEPDIR)/gscope-gscope.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-gscope.obj `if test -f 'gscope.c'; then $(CYGPATH_W) 'gscope.c'; else $(CYGPATH_W) '$(srcdir)/gscope.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-gscope.Tpo" "$(DEPDIR)/gscope-gscope.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-gscope.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 426,430 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-gscope.obj -MD -MP -MF "$(DEPDIR)/gscope-gscope.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-gscope.obj `if test -f 'gscope.c'; then $(CYGPATH_W) 'gscope.c'; else $(CYGPATH_W) '$(srcdir)/gscope.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-gscope.Tpo" "$(DEPDIR)/gscope-gscope.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-gscope.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 437,441 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-scanner.o -MD -MP -MF "$(DEPDIR)/gscope-scanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-scanner.o `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-scanner.Tpo" "$(DEPDIR)/gscope-scanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-scanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 437,441 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-scanner.o -MD -MP -MF "$(DEPDIR)/gscope-scanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-scanner.o `test -f 'scanner.c' || echo '$(srcdir)/'`scanner.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-scanner.Tpo" "$(DEPDIR)/gscope-scanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-scanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 448,452 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-scanner.obj -MD -MP -MF "$(DEPDIR)/gscope-scanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-scanner.obj `if test -f 'scanner.c'; then $(CYGPATH_W) 'scanner.c'; else $(CYGPATH_W) '$(srcdir)/scanner.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-scanner.Tpo" "$(DEPDIR)/gscope-scanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-scanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 448,452 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-scanner.obj -MD -MP -MF "$(DEPDIR)/gscope-scanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-scanner.obj `if test -f 'scanner.c'; then $(CYGPATH_W) 'scanner.c'; else $(CYGPATH_W) '$(srcdir)/scanner.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-scanner.Tpo" "$(DEPDIR)/gscope-scanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-scanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 459,463 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-fscanner.o -MD -MP -MF "$(DEPDIR)/gscope-fscanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-fscanner.o `test -f 'fscanner.c' || echo '$(srcdir)/'`fscanner.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-fscanner.Tpo" "$(DEPDIR)/gscope-fscanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-fscanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 459,463 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-fscanner.o -MD -MP -MF "$(DEPDIR)/gscope-fscanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-fscanner.o `test -f 'fscanner.c' || echo '$(srcdir)/'`fscanner.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-fscanner.Tpo" "$(DEPDIR)/gscope-fscanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-fscanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 470,474 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-fscanner.obj -MD -MP -MF "$(DEPDIR)/gscope-fscanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-fscanner.obj `if test -f 'fscanner.c'; then $(CYGPATH_W) 'fscanner.c'; else $(CYGPATH_W) '$(srcdir)/fscanner.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-fscanner.Tpo" "$(DEPDIR)/gscope-fscanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-fscanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 470,474 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-fscanner.obj -MD -MP -MF "$(DEPDIR)/gscope-fscanner.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-fscanner.obj `if test -f 'fscanner.c'; then $(CYGPATH_W) 'fscanner.c'; else $(CYGPATH_W) '$(srcdir)/fscanner.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-fscanner.Tpo" "$(DEPDIR)/gscope-fscanner.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-fscanner.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 481,485 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-egrep.o -MD -MP -MF "$(DEPDIR)/gscope-egrep.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-egrep.o `test -f 'egrep.c' || echo '$(srcdir)/'`egrep.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-egrep.Tpo" "$(DEPDIR)/gscope-egrep.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-egrep.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 481,485 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-egrep.o -MD -MP -MF "$(DEPDIR)/gscope-egrep.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-egrep.o `test -f 'egrep.c' || echo '$(srcdir)/'`egrep.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-egrep.Tpo" "$(DEPDIR)/gscope-egrep.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-egrep.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 492,496 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-egrep.obj -MD -MP -MF "$(DEPDIR)/gscope-egrep.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-egrep.obj `if test -f 'egrep.c'; then $(CYGPATH_W) 'egrep.c'; else $(CYGPATH_W) '$(srcdir)/egrep.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-egrep.Tpo" "$(DEPDIR)/gscope-egrep.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-egrep.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 492,496 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-egrep.obj -MD -MP -MF "$(DEPDIR)/gscope-egrep.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-egrep.obj `if test -f 'egrep.c'; then $(CYGPATH_W) 'egrep.c'; else $(CYGPATH_W) '$(srcdir)/egrep.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-egrep.Tpo" "$(DEPDIR)/gscope-egrep.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-egrep.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 503,507 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-alloc.o -MD -MP -MF "$(DEPDIR)/gscope-alloc.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-alloc.o `test -f 'alloc.c' || echo '$(srcdir)/'`alloc.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-alloc.Tpo" "$(DEPDIR)/gscope-alloc.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-alloc.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 503,507 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-alloc.o -MD -MP -MF "$(DEPDIR)/gscope-alloc.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-alloc.o `test -f 'alloc.c' || echo '$(srcdir)/'`alloc.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-alloc.Tpo" "$(DEPDIR)/gscope-alloc.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-alloc.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 514,518 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-alloc.obj -MD -MP -MF "$(DEPDIR)/gscope-alloc.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-alloc.obj `if test -f 'alloc.c'; then $(CYGPATH_W) 'alloc.c'; else $(CYGPATH_W) '$(srcdir)/alloc.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-alloc.Tpo" "$(DEPDIR)/gscope-alloc.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-alloc.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 514,518 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-alloc.obj -MD -MP -MF "$(DEPDIR)/gscope-alloc.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-alloc.obj `if test -f 'alloc.c'; then $(CYGPATH_W) 'alloc.c'; else $(CYGPATH_W) '$(srcdir)/alloc.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-alloc.Tpo" "$(DEPDIR)/gscope-alloc.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-alloc.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 525,529 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-basename.o -MD -MP -MF "$(DEPDIR)/gscope-basename.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-basename.o `test -f 'basename.c' || echo '$(srcdir)/'`basename.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-basename.Tpo" "$(DEPDIR)/gscope-basename.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-basename.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 525,529 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-basename.o -MD -MP -MF "$(DEPDIR)/gscope-basename.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-basename.o `test -f 'basename.c' || echo '$(srcdir)/'`basename.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-basename.Tpo" "$(DEPDIR)/gscope-basename.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-basename.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 536,540 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-basename.obj -MD -MP -MF "$(DEPDIR)/gscope-basename.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-basename.obj `if test -f 'basename.c'; then $(CYGPATH_W) 'basename.c'; else $(CYGPATH_W) '$(srcdir)/basename.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-basename.Tpo" "$(DEPDIR)/gscope-basename.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-basename.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 536,540 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-basename.obj -MD -MP -MF "$(DEPDIR)/gscope-basename.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-basename.obj `if test -f 'basename.c'; then $(CYGPATH_W) 'basename.c'; else $(CYGPATH_W) '$(srcdir)/basename.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-basename.Tpo" "$(DEPDIR)/gscope-basename.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-basename.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 547,551 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-build.o -MD -MP -MF "$(DEPDIR)/gscope-build.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-build.o `test -f 'build.c' || echo '$(srcdir)/'`build.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-build.Tpo" "$(DEPDIR)/gscope-build.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-build.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 547,551 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-build.o -MD -MP -MF "$(DEPDIR)/gscope-build.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-build.o `test -f 'build.c' || echo '$(srcdir)/'`build.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-build.Tpo" "$(DEPDIR)/gscope-build.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-build.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 558,562 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-build.obj -MD -MP -MF "$(DEPDIR)/gscope-build.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-build.obj `if test -f 'build.c'; then $(CYGPATH_W) 'build.c'; else $(CYGPATH_W) '$(srcdir)/build.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-build.Tpo" "$(DEPDIR)/gscope-build.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-build.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 558,562 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-build.obj -MD -MP -MF "$(DEPDIR)/gscope-build.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-build.obj `if test -f 'build.c'; then $(CYGPATH_W) 'build.c'; else $(CYGPATH_W) '$(srcdir)/build.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-build.Tpo" "$(DEPDIR)/gscope-build.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-build.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 569,573 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-command.o -MD -MP -MF "$(DEPDIR)/gscope-command.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-command.Tpo" "$(DEPDIR)/gscope-command.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-command.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 569,573 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-command.o -MD -MP -MF "$(DEPDIR)/gscope-command.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-command.Tpo" "$(DEPDIR)/gscope-command.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-command.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 580,584 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-command.obj -MD -MP -MF "$(DEPDIR)/gscope-command.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-command.Tpo" "$(DEPDIR)/gscope-command.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-command.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 580,584 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-command.obj -MD -MP -MF "$(DEPDIR)/gscope-command.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-command.Tpo" "$(DEPDIR)/gscope-command.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-command.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 591,595 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-compath.o -MD -MP -MF "$(DEPDIR)/gscope-compath.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-compath.o `test -f 'compath.c' || echo '$(srcdir)/'`compath.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-compath.Tpo" "$(DEPDIR)/gscope-compath.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-compath.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 591,595 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-compath.o -MD -MP -MF "$(DEPDIR)/gscope-compath.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-compath.o `test -f 'compath.c' || echo '$(srcdir)/'`compath.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-compath.Tpo" "$(DEPDIR)/gscope-compath.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-compath.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 602,606 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-compath.obj -MD -MP -MF "$(DEPDIR)/gscope-compath.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-compath.obj `if test -f 'compath.c'; then $(CYGPATH_W) 'compath.c'; else $(CYGPATH_W) '$(srcdir)/compath.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-compath.Tpo" "$(DEPDIR)/gscope-compath.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-compath.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 602,606 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-compath.obj -MD -MP -MF "$(DEPDIR)/gscope-compath.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-compath.obj `if test -f 'compath.c'; then $(CYGPATH_W) 'compath.c'; else $(CYGPATH_W) '$(srcdir)/compath.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-compath.Tpo" "$(DEPDIR)/gscope-compath.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-compath.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 613,617 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-crossref.o -MD -MP -MF "$(DEPDIR)/gscope-crossref.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-crossref.o `test -f 'crossref.c' || echo '$(srcdir)/'`crossref.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-crossref.Tpo" "$(DEPDIR)/gscope-crossref.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-crossref.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 613,617 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-crossref.o -MD -MP -MF "$(DEPDIR)/gscope-crossref.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-crossref.o `test -f 'crossref.c' || echo '$(srcdir)/'`crossref.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-crossref.Tpo" "$(DEPDIR)/gscope-crossref.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-crossref.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 624,628 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-crossref.obj -MD -MP -MF "$(DEPDIR)/gscope-crossref.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-crossref.obj `if test -f 'crossref.c'; then $(CYGPATH_W) 'crossref.c'; else $(CYGPATH_W) '$(srcdir)/crossref.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-crossref.Tpo" "$(DEPDIR)/gscope-crossref.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-crossref.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 624,628 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-crossref.obj -MD -MP -MF "$(DEPDIR)/gscope-crossref.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-crossref.obj `if test -f 'crossref.c'; then $(CYGPATH_W) 'crossref.c'; else $(CYGPATH_W) '$(srcdir)/crossref.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-crossref.Tpo" "$(DEPDIR)/gscope-crossref.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-crossref.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 635,639 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-dir.o -MD -MP -MF "$(DEPDIR)/gscope-dir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-dir.o `test -f 'dir.c' || echo '$(srcdir)/'`dir.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-dir.Tpo" "$(DEPDIR)/gscope-dir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-dir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 635,639 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-dir.o -MD -MP -MF "$(DEPDIR)/gscope-dir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-dir.o `test -f 'dir.c' || echo '$(srcdir)/'`dir.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-dir.Tpo" "$(DEPDIR)/gscope-dir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-dir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 646,650 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-dir.obj -MD -MP -MF "$(DEPDIR)/gscope-dir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-dir.obj `if test -f 'dir.c'; then $(CYGPATH_W) 'dir.c'; else $(CYGPATH_W) '$(srcdir)/dir.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-dir.Tpo" "$(DEPDIR)/gscope-dir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-dir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 646,650 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-dir.obj -MD -MP -MF "$(DEPDIR)/gscope-dir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-dir.obj `if test -f 'dir.c'; then $(CYGPATH_W) 'dir.c'; else $(CYGPATH_W) '$(srcdir)/dir.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-dir.Tpo" "$(DEPDIR)/gscope-dir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-dir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 657,661 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-display.o -MD -MP -MF "$(DEPDIR)/gscope-display.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-display.Tpo" "$(DEPDIR)/gscope-display.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-display.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 657,661 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-display.o -MD -MP -MF "$(DEPDIR)/gscope-display.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-display.Tpo" "$(DEPDIR)/gscope-display.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-display.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 668,672 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-display.obj -MD -MP -MF "$(DEPDIR)/gscope-display.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-display.Tpo" "$(DEPDIR)/gscope-display.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-display.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 668,672 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-display.obj -MD -MP -MF "$(DEPDIR)/gscope-display.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-display.Tpo" "$(DEPDIR)/gscope-display.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-display.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 679,683 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-edit.o -MD -MP -MF "$(DEPDIR)/gscope-edit.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-edit.o `test -f 'edit.c' || echo '$(srcdir)/'`edit.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-edit.Tpo" "$(DEPDIR)/gscope-edit.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-edit.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 679,683 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-edit.o -MD -MP -MF "$(DEPDIR)/gscope-edit.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-edit.o `test -f 'edit.c' || echo '$(srcdir)/'`edit.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-edit.Tpo" "$(DEPDIR)/gscope-edit.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-edit.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 690,694 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-edit.obj -MD -MP -MF "$(DEPDIR)/gscope-edit.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-edit.obj `if test -f 'edit.c'; then $(CYGPATH_W) 'edit.c'; else $(CYGPATH_W) '$(srcdir)/edit.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-edit.Tpo" "$(DEPDIR)/gscope-edit.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-edit.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 690,694 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-edit.obj -MD -MP -MF "$(DEPDIR)/gscope-edit.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-edit.obj `if test -f 'edit.c'; then $(CYGPATH_W) 'edit.c'; else $(CYGPATH_W) '$(srcdir)/edit.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-edit.Tpo" "$(DEPDIR)/gscope-edit.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-edit.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 701,705 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-exec.o -MD -MP -MF "$(DEPDIR)/gscope-exec.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-exec.o `test -f 'exec.c' || echo '$(srcdir)/'`exec.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-exec.Tpo" "$(DEPDIR)/gscope-exec.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-exec.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 701,705 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-exec.o -MD -MP -MF "$(DEPDIR)/gscope-exec.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-exec.o `test -f 'exec.c' || echo '$(srcdir)/'`exec.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-exec.Tpo" "$(DEPDIR)/gscope-exec.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-exec.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 712,716 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-exec.obj -MD -MP -MF "$(DEPDIR)/gscope-exec.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-exec.obj `if test -f 'exec.c'; then $(CYGPATH_W) 'exec.c'; else $(CYGPATH_W) '$(srcdir)/exec.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-exec.Tpo" "$(DEPDIR)/gscope-exec.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-exec.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 712,716 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-exec.obj -MD -MP -MF "$(DEPDIR)/gscope-exec.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-exec.obj `if test -f 'exec.c'; then $(CYGPATH_W) 'exec.c'; else $(CYGPATH_W) '$(srcdir)/exec.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-exec.Tpo" "$(DEPDIR)/gscope-exec.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-exec.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 723,727 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-find.o -MD -MP -MF "$(DEPDIR)/gscope-find.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-find.o `test -f 'find.c' || echo '$(srcdir)/'`find.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-find.Tpo" "$(DEPDIR)/gscope-find.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-find.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 723,727 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-find.o -MD -MP -MF "$(DEPDIR)/gscope-find.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-find.o `test -f 'find.c' || echo '$(srcdir)/'`find.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-find.Tpo" "$(DEPDIR)/gscope-find.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-find.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 734,738 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-find.obj -MD -MP -MF "$(DEPDIR)/gscope-find.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-find.obj `if test -f 'find.c'; then $(CYGPATH_W) 'find.c'; else $(CYGPATH_W) '$(srcdir)/find.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-find.Tpo" "$(DEPDIR)/gscope-find.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-find.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 734,738 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-find.obj -MD -MP -MF "$(DEPDIR)/gscope-find.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-find.obj `if test -f 'find.c'; then $(CYGPATH_W) 'find.c'; else $(CYGPATH_W) '$(srcdir)/find.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-find.Tpo" "$(DEPDIR)/gscope-find.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-find.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 745,749 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-help.o -MD -MP -MF "$(DEPDIR)/gscope-help.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-help.Tpo" "$(DEPDIR)/gscope-help.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-help.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 745,749 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-help.o -MD -MP -MF "$(DEPDIR)/gscope-help.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-help.o `test -f 'help.c' || echo '$(srcdir)/'`help.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-help.Tpo" "$(DEPDIR)/gscope-help.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-help.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 756,760 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-help.obj -MD -MP -MF "$(DEPDIR)/gscope-help.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-help.Tpo" "$(DEPDIR)/gscope-help.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-help.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 756,760 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-help.obj -MD -MP -MF "$(DEPDIR)/gscope-help.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-help.obj `if test -f 'help.c'; then $(CYGPATH_W) 'help.c'; else $(CYGPATH_W) '$(srcdir)/help.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-help.Tpo" "$(DEPDIR)/gscope-help.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-help.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 767,771 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-history.o -MD -MP -MF "$(DEPDIR)/gscope-history.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-history.Tpo" "$(DEPDIR)/gscope-history.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-history.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 767,771 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-history.o -MD -MP -MF "$(DEPDIR)/gscope-history.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-history.Tpo" "$(DEPDIR)/gscope-history.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-history.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 778,782 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-history.obj -MD -MP -MF "$(DEPDIR)/gscope-history.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-history.Tpo" "$(DEPDIR)/gscope-history.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-history.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 778,782 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-history.obj -MD -MP -MF "$(DEPDIR)/gscope-history.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-history.Tpo" "$(DEPDIR)/gscope-history.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-history.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 789,793 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-input.o -MD -MP -MF "$(DEPDIR)/gscope-input.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-input.o `test -f 'input.c' || echo '$(srcdir)/'`input.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-input.Tpo" "$(DEPDIR)/gscope-input.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-input.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 789,793 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-input.o -MD -MP -MF "$(DEPDIR)/gscope-input.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-input.o `test -f 'input.c' || echo '$(srcdir)/'`input.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-input.Tpo" "$(DEPDIR)/gscope-input.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-input.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 800,804 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-input.obj -MD -MP -MF "$(DEPDIR)/gscope-input.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-input.obj `if test -f 'input.c'; then $(CYGPATH_W) 'input.c'; else $(CYGPATH_W) '$(srcdir)/input.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-input.Tpo" "$(DEPDIR)/gscope-input.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-input.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 800,804 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-input.obj -MD -MP -MF "$(DEPDIR)/gscope-input.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-input.obj `if test -f 'input.c'; then $(CYGPATH_W) 'input.c'; else $(CYGPATH_W) '$(srcdir)/input.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-input.Tpo" "$(DEPDIR)/gscope-input.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-input.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 811,815 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-invlib.o -MD -MP -MF "$(DEPDIR)/gscope-invlib.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-invlib.o `test -f 'invlib.c' || echo '$(srcdir)/'`invlib.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-invlib.Tpo" "$(DEPDIR)/gscope-invlib.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-invlib.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 811,815 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-invlib.o -MD -MP -MF "$(DEPDIR)/gscope-invlib.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-invlib.o `test -f 'invlib.c' || echo '$(srcdir)/'`invlib.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-invlib.Tpo" "$(DEPDIR)/gscope-invlib.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-invlib.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 822,826 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-invlib.obj -MD -MP -MF "$(DEPDIR)/gscope-invlib.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-invlib.obj `if test -f 'invlib.c'; then $(CYGPATH_W) 'invlib.c'; else $(CYGPATH_W) '$(srcdir)/invlib.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-invlib.Tpo" "$(DEPDIR)/gscope-invlib.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-invlib.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 822,826 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-invlib.obj -MD -MP -MF "$(DEPDIR)/gscope-invlib.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-invlib.obj `if test -f 'invlib.c'; then $(CYGPATH_W) 'invlib.c'; else $(CYGPATH_W) '$(srcdir)/invlib.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-invlib.Tpo" "$(DEPDIR)/gscope-invlib.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-invlib.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 833,837 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-logdir.o -MD -MP -MF "$(DEPDIR)/gscope-logdir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-logdir.o `test -f 'logdir.c' || echo '$(srcdir)/'`logdir.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-logdir.Tpo" "$(DEPDIR)/gscope-logdir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-logdir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 833,837 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-logdir.o -MD -MP -MF "$(DEPDIR)/gscope-logdir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-logdir.o `test -f 'logdir.c' || echo '$(srcdir)/'`logdir.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-logdir.Tpo" "$(DEPDIR)/gscope-logdir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-logdir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 844,848 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-logdir.obj -MD -MP -MF "$(DEPDIR)/gscope-logdir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-logdir.obj `if test -f 'logdir.c'; then $(CYGPATH_W) 'logdir.c'; else $(CYGPATH_W) '$(srcdir)/logdir.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-logdir.Tpo" "$(DEPDIR)/gscope-logdir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-logdir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 844,848 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-logdir.obj -MD -MP -MF "$(DEPDIR)/gscope-logdir.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-logdir.obj `if test -f 'logdir.c'; then $(CYGPATH_W) 'logdir.c'; else $(CYGPATH_W) '$(srcdir)/logdir.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-logdir.Tpo" "$(DEPDIR)/gscope-logdir.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-logdir.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 855,859 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-lookup.o -MD -MP -MF "$(DEPDIR)/gscope-lookup.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-lookup.o `test -f 'lookup.c' || echo '$(srcdir)/'`lookup.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-lookup.Tpo" "$(DEPDIR)/gscope-lookup.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-lookup.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 855,859 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-lookup.o -MD -MP -MF "$(DEPDIR)/gscope-lookup.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-lookup.o `test -f 'lookup.c' || echo '$(srcdir)/'`lookup.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-lookup.Tpo" "$(DEPDIR)/gscope-lookup.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-lookup.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 866,870 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-lookup.obj -MD -MP -MF "$(DEPDIR)/gscope-lookup.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-lookup.obj `if test -f 'lookup.c'; then $(CYGPATH_W) 'lookup.c'; else $(CYGPATH_W) '$(srcdir)/lookup.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-lookup.Tpo" "$(DEPDIR)/gscope-lookup.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-lookup.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 866,870 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-lookup.obj -MD -MP -MF "$(DEPDIR)/gscope-lookup.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-lookup.obj `if test -f 'lookup.c'; then $(CYGPATH_W) 'lookup.c'; else $(CYGPATH_W) '$(srcdir)/lookup.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-lookup.Tpo" "$(DEPDIR)/gscope-lookup.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-lookup.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 877,881 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-main.o -MD -MP -MF "$(DEPDIR)/gscope-main.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-main.Tpo" "$(DEPDIR)/gscope-main.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-main.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 877,881 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-main.o -MD -MP -MF "$(DEPDIR)/gscope-main.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-main.Tpo" "$(DEPDIR)/gscope-main.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-main.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 888,892 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-main.obj -MD -MP -MF "$(DEPDIR)/gscope-main.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-main.Tpo" "$(DEPDIR)/gscope-main.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-main.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 888,892 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-main.obj -MD -MP -MF "$(DEPDIR)/gscope-main.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-main.Tpo" "$(DEPDIR)/gscope-main.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-main.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 899,903 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mouse.o -MD -MP -MF "$(DEPDIR)/gscope-mouse.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mouse.Tpo" "$(DEPDIR)/gscope-mouse.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mouse.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 899,903 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mouse.o -MD -MP -MF "$(DEPDIR)/gscope-mouse.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mouse.o `test -f 'mouse.c' || echo '$(srcdir)/'`mouse.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mouse.Tpo" "$(DEPDIR)/gscope-mouse.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mouse.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 910,914 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mouse.obj -MD -MP -MF "$(DEPDIR)/gscope-mouse.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mouse.Tpo" "$(DEPDIR)/gscope-mouse.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mouse.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 910,914 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mouse.obj -MD -MP -MF "$(DEPDIR)/gscope-mouse.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mouse.obj `if test -f 'mouse.c'; then $(CYGPATH_W) 'mouse.c'; else $(CYGPATH_W) '$(srcdir)/mouse.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mouse.Tpo" "$(DEPDIR)/gscope-mouse.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mouse.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 921,925 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mygetenv.o -MD -MP -MF "$(DEPDIR)/gscope-mygetenv.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mygetenv.o `test -f 'mygetenv.c' || echo '$(srcdir)/'`mygetenv.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mygetenv.Tpo" "$(DEPDIR)/gscope-mygetenv.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mygetenv.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 921,925 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mygetenv.o -MD -MP -MF "$(DEPDIR)/gscope-mygetenv.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mygetenv.o `test -f 'mygetenv.c' || echo '$(srcdir)/'`mygetenv.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mygetenv.Tpo" "$(DEPDIR)/gscope-mygetenv.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mygetenv.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 932,936 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mygetenv.obj -MD -MP -MF "$(DEPDIR)/gscope-mygetenv.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mygetenv.obj `if test -f 'mygetenv.c'; then $(CYGPATH_W) 'mygetenv.c'; else $(CYGPATH_W) '$(srcdir)/mygetenv.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mygetenv.Tpo" "$(DEPDIR)/gscope-mygetenv.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mygetenv.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 932,936 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mygetenv.obj -MD -MP -MF "$(DEPDIR)/gscope-mygetenv.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mygetenv.obj `if test -f 'mygetenv.c'; then $(CYGPATH_W) 'mygetenv.c'; else $(CYGPATH_W) '$(srcdir)/mygetenv.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mygetenv.Tpo" "$(DEPDIR)/gscope-mygetenv.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mygetenv.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 943,947 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mypopen.o -MD -MP -MF "$(DEPDIR)/gscope-mypopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mypopen.o `test -f 'mypopen.c' || echo '$(srcdir)/'`mypopen.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mypopen.Tpo" "$(DEPDIR)/gscope-mypopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mypopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 943,947 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mypopen.o -MD -MP -MF "$(DEPDIR)/gscope-mypopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mypopen.o `test -f 'mypopen.c' || echo '$(srcdir)/'`mypopen.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mypopen.Tpo" "$(DEPDIR)/gscope-mypopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mypopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 954,958 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mypopen.obj -MD -MP -MF "$(DEPDIR)/gscope-mypopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mypopen.obj `if test -f 'mypopen.c'; then $(CYGPATH_W) 'mypopen.c'; else $(CYGPATH_W) '$(srcdir)/mypopen.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-mypopen.Tpo" "$(DEPDIR)/gscope-mypopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mypopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 954,958 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-mypopen.obj -MD -MP -MF "$(DEPDIR)/gscope-mypopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-mypopen.obj `if test -f 'mypopen.c'; then $(CYGPATH_W) 'mypopen.c'; else $(CYGPATH_W) '$(srcdir)/mypopen.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-mypopen.Tpo" "$(DEPDIR)/gscope-mypopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-mypopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 965,969 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpaccess.o -MD -MP -MF "$(DEPDIR)/gscope-vpaccess.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpaccess.o `test -f 'vpaccess.c' || echo '$(srcdir)/'`vpaccess.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-vpaccess.Tpo" "$(DEPDIR)/gscope-vpaccess.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpaccess.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 965,969 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpaccess.o -MD -MP -MF "$(DEPDIR)/gscope-vpaccess.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpaccess.o `test -f 'vpaccess.c' || echo '$(srcdir)/'`vpaccess.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-vpaccess.Tpo" "$(DEPDIR)/gscope-vpaccess.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpaccess.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 976,980 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpaccess.obj -MD -MP -MF "$(DEPDIR)/gscope-vpaccess.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpaccess.obj `if test -f 'vpaccess.c'; then $(CYGPATH_W) 'vpaccess.c'; else $(CYGPATH_W) '$(srcdir)/vpaccess.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-vpaccess.Tpo" "$(DEPDIR)/gscope-vpaccess.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpaccess.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 976,980 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpaccess.obj -MD -MP -MF "$(DEPDIR)/gscope-vpaccess.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpaccess.obj `if test -f 'vpaccess.c'; then $(CYGPATH_W) 'vpaccess.c'; else $(CYGPATH_W) '$(srcdir)/vpaccess.c'; fi`; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-vpaccess.Tpo" "$(DEPDIR)/gscope-vpaccess.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpaccess.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 987,991 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpfopen.o -MD -MP -MF "$(DEPDIR)/gscope-vpfopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpfopen.o `test -f 'vpfopen.c' || echo '$(srcdir)/'`vpfopen.c; \ ! @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/gscope-vpfopen.Tpo" "$(DEPDIR)/gscope-vpfopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpfopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi --- 987,991 ---- @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS) -MT gscope-vpfopen.o -MD -MP -MF "$(DEPDIR)/gscope-vpfopen.Tpo" \ @am__fastdepCC_TRUE@ -c -o gscope-vpfopen.o `test -f 'vpfopen.c' || echo '$(srcdir)/'`vpfopen.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/gscope-vpfopen.Tpo" "$(DEPDIR)/gscope-vpfopen.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/gscope-vpfopen.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi *************** *** 998,1002 **** @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gscope_CFLAGS) $(CFLAGS... [truncated message content] |