commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas lib/classdefs/Makefile.am src/Makefil...


From: Reinhard Mueller
Subject: gnue/geas lib/classdefs/Makefile.am src/Makefil...
Date: Wed, 21 Nov 2001 14:32:21 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Reinhard Mueller <address@hidden>       01/11/21 14:32:19

Modified files:
        geas/lib/classdefs: Makefile.am 
        geas/src       : Makefile.am 

Log message:
        Clean up syntax in Makefile.am's to stop automake 1.5 complaining.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/lib/classdefs/Makefile.am.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/Makefile.am.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/Makefile.am
diff -u gnue/geas/lib/classdefs/Makefile.am:1.8 
gnue/geas/lib/classdefs/Makefile.am:1.9
--- gnue/geas/lib/classdefs/Makefile.am:1.8     Tue Jul 24 17:19:37 2001
+++ gnue/geas/lib/classdefs/Makefile.am Wed Nov 21 14:32:19 2001
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.8 2001/07/24 21:19:37 reinhard Exp $
+## $Id: Makefile.am,v 1.9 2001/11/21 19:32:19 reinhard Exp $
 
 noinst_LIBRARIES = libclassdefs.a
 
@@ -14,8 +14,8 @@
 
 # This is to work around a bug in automake 1.4. These files should be
 # maintainer-clean'ed by default.
-MAINTAINERCLEANFILES += lparser.c yparser.h yparser.c
+MAINTAINERCLEANFILES = lparser.c yparser.h yparser.c
 # and this file should be in DIST_COMMON
-EXTRA_DIST += yparser.h
+EXTRA_DIST = yparser.h
 # in current CVS version of automake (2001-05-16) these bugs are fixed
 # so with the next release of automake these lines can be deleted
Index: gnue/geas/src/Makefile.am
diff -u gnue/geas/src/Makefile.am:1.45 gnue/geas/src/Makefile.am:1.46
--- gnue/geas/src/Makefile.am:1.45      Mon Nov 19 17:30:17 2001
+++ gnue/geas/src/Makefile.am   Wed Nov 21 14:32:19 2001
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.45 2001/11/19 22:30:17 reinhard Exp $
+## $Id: Makefile.am,v 1.46 2001/11/21 19:32:19 reinhard Exp $
 
 SUBDIRS        = classdef config objectstore oql objectcache methods 
datamonitor
 
@@ -112,13 +112,13 @@
          $(ORBIT_IDL) $(top_srcdir)/idl/geas.idl
 
 geas-skelimpl.h : $(IDL_FILES)
-       # generate the file geas-skelimpl.h (plus geas-stubs.c, geas-common.c, 
geas-skels.c, geas.h)
+## generate the file geas-skelimpl.h (plus geas-stubs.c, geas-common.c, 
geas-skels.c, geas.h)
        $(ORBIT_IDL) --skeleton-impl $(top_srcdir)/idl/geas.idl
-       # remove everything after the line containing "Stub implementations" 
from file geas-skelimpl.c
+## remove everything after the line containing "Stub implementations" from 
file geas-skelimpl.c
        sed -n '1,/Stub implementations/p' geas-skelimpl.c | grep -v "Stub 
implementations" > temp.x
-       # rename it to geas-skelimpl.h
+## rename it to geas-skelimpl.h
        mv temp.x geas-skelimpl.h
-       # remove the unneeded file
+## remove the unneeded file
        rm geas-skelimpl.c
 
 ## ----------------------------------------------------------------------------



reply via email to

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