dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: treecc/examples Makefile.am,1.7,1.8 expr_c.t


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/examples Makefile.am,1.7,1.8 expr_c.tc,1.1.1.1,1.2
Date: Sun, 15 Dec 2002 08:17:10 -0500

Update of /cvsroot/dotgnu-pnet/treecc/examples
In directory subversions:/tmp/cvs-serv19110/examples

Modified Files:
        Makefile.am expr_c.tc 
Log Message:


Changes to support out of tree builds properly.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/examples/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Makefile.am 15 Dec 2002 09:22:25 -0000      1.7
--- Makefile.am 15 Dec 2002 13:17:08 -0000      1.8
***************
*** 9,19 ****
  expr_c_LDADD = -lm
  
! expr_c.c expr_c.h: expr_c.tc
!       ../treecc $(srcdir)/expr_c.tc
  
  ## expr_cpp_SOURCES = expr_cpp.cc gram_cpp.yy scan_cpp.ll
  ##
  ## expr_cpp.cc expr_cpp.h: expr_cpp.tc
! ##    ../treecc -s $(srcdir)/../etc $(srcdir)/expr_cpp.tc
  
  AM_YFLAGS = -d
--- 9,19 ----
  expr_c_LDADD = -lm
  
! expr_c.c expr_c.h: $(srcdir)/expr_c.tc
!       ../treecc -o expr_c.c -h expr_c.h $(srcdir)/expr_c.tc
  
  ## expr_cpp_SOURCES = expr_cpp.cc gram_cpp.yy scan_cpp.ll
  ##
  ## expr_cpp.cc expr_cpp.h: expr_cpp.tc
! ##    ../treecc $(srcdir)/expr_cpp.tc
  
  AM_YFLAGS = -d

Index: expr_c.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/examples/expr_c.tc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** expr_c.tc   7 Aug 2001 22:48:09 -0000       1.1.1.1
--- expr_c.tc   15 Dec 2002 13:17:08 -0000      1.2
***************
*** 19,25 ****
   */
  
- %header "expr_c.h"
- %output "expr_c.c"
- 
  /*
   * Include the following declarations into the ".h" file.
--- 19,22 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]