ltlib changes in default.aap

Adriaan de Groot <adridg-FlD2LfDziEhmR6Xm/[email protected]>
Newsgroups gmane.comp.tools.aap.devel
Message-ID <[email protected]>
Somewhere in the code, ltobject got changed to ltlibobject -- probably to make 
the naming more consistent. default.aap didn't get updated yet ,though, so 
here's a patch to do it.

Filetype.py also needs to have ltobject changed to ltlibobject.

-- 
pub  1024D/FEA2A3FE 2002-06-18 Adriaan de Groot <[email protected]>
     Key fingerprint = 934E 31AA 80A7 723F 54F9  50ED 76AC EE01 FEA2 A3FE
aap.diff (text/x-diff, 1.6 KB)
Index: default.aap
===================================================================
RCS file: /cvsroot/a-a-p/Exec/default.aap,v
retrieving revision 1.43
diff -u -3 -p -r1.43 default.aap
--- default.aap	23 Aug 2003 12:05:09 -0000	1.43
+++ default.aap	26 Aug 2003 19:47:21 -0000
@@ -297,7 +297,7 @@ DLLCXXFLAGS ?= -fPIC
 
 LIBTOOL ?= libtool --silent
 
-:action compile ltobject c
+:action compile ltlibobject c
     @if not _no.get("target"):
 	target = `src2obj(fname)`
     @if _no.get("COMPILE_ACTION"):
@@ -308,7 +308,7 @@ LIBTOOL ?= libtool --silent
 		     $CC $CPPFLAGS $?DEFINE $?INCLUDE `cflags_normal()` $CFLAGS 
 							  -c -o $target $source
 
-:action compile ltobject cpp
+:action compile ltlibobject cpp
     @if not _no.get("target"):
 	target = `src2obj(fname)`
     :attr {cppsource} $target		# used for building with $CXX
@@ -639,18 +639,18 @@ INCLUDEMODE ?= 0644
 # default routes
 #
 
-:route {default} c,cpp object,dllobject,libobject,ltobject
+:route {default} c,cpp object,dllobject,libobject,ltlibobject
      compile
-:route {default} lex c object,dllobject,libobject
+:route {default} lex c object,dllobject,libobject,ltlibobject
      lex $(source).c
      compile
-:route {default} lexpp cpp object,dllobject,libobject
+:route {default} lexpp cpp object,dllobject,libobject,ltlibobject
      lexpp $(source).cpp
      compile
-:route {default} yacc c object,dllobject,libobject
+:route {default} yacc c object,dllobject,libobject,ltlibobject
      yacc $(source).c
      compile
-:route {default} yaccpp cpp object,dllobject,libobject
+:route {default} yaccpp cpp object,dllobject,libobject,ltlibobject
      yaccpp $(source).cpp
      compile
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.