[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: ahvezda
Date: 06/08/24 21:00:15
Modified: . Makefile.am config.sh.in
Log:
Fixed a few Makefiles to allow make distcheck to work again. Bumped version
numbers again, fixed a component update bug, and bunch of other last minute
piddly fixes.
Revision Changes Path
1.12 +14 -11 eda/geda/gaf/utils/scripts/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/scripts/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Makefile.am 29 Dec 2004 05:14:34 -0000 1.11
+++ Makefile.am 25 Aug 2006 01:00:15 -0000 1.12
@@ -7,19 +7,22 @@
sarlacc_sym gschupdate gsymupdate refdes_renum gsymfix.pl \
config.sh.in gschemdoc.sh tragesym pads_backannotate garchive.py
+BUILT_SOURCES = config.sh
+
+gschemdoc: config.sh $(srcdir)/gschemdoc.sh
+ cat config.sh $(srcdir)/gschemdoc.sh > tmp$@
+ chmod a+x tmp$@
+ mv -f tmp$@ $@
+
+## SDB's stuff to enable garchive. This hardcodes the path to the
+## system libraries into garchive prior to installation.
+garchive: $(srcdir)/garchive.py
+ sed -e "s#GEDADATADIR#$(GEDADATADIR)#" $(srcdir)/garchive.py > tmp$@
+ chmod a+x tmp$@
+ mv -f tmp$@ $@
+
MOSTLYCLEANFILES = *.log *.ps core FILE tmp *~
CLEANFILES = *.log *.ps core FILE tmp *~
DISTCLEANFILES = *.log core FILE tmp *~ prototype.bak gschemdoc garchive
MAINTAINERCLEANFILES = *.log *.ps core FILE tmp *~ Makefile.in \
configure gschemdoc garchive
-
-gschemdoc: config.sh gschemdoc.sh
- cat config.sh gschemdoc.sh >tmp
- chmod a+x tmp
- mv -f tmp gschemdoc
-
-## SDB's stuff to enable garchive. This hardcodes the path to the
-## system libraries into garchive prior to installation.
-garchive: garchive.py
- sed -e "s#GEDADATADIR#$(GEDADATADIR)#" garchive.py > garchive
- chmod a+x garchive
1.3 +1 -4 eda/geda/gaf/utils/scripts/config.sh.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: config.sh.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/scripts/config.sh.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- config.sh.in 24 Feb 2003 05:25:08 -0000 1.2
+++ config.sh.in 25 Aug 2006 01:00:15 -0000 1.3
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: config.sh.in,v 1.2 2003/02/24 05:25:08 ahvezda Exp $
+# $Id: config.sh.in,v 1.3 2006/08/25 01:00:15 ahvezda Exp $
#
# Copyright (C) 2002 Egil Kvaleberg
#
@@ -19,8 +19,5 @@
#
GEDAVERSION="@VERSION@"
-GEDAHOME="@HOME@"
-GEDARCDIR="@GEDARCDIR@"
-GEDADATADIR="@GEDADATADIR@"
DOCDIR="@GEDADOCDIR@"
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs