[Commit] nickle/builtin Makefile.am,1.11,1.12

Keith Packard commit at keithp.com
Sun Feb 15 16:15:07 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle/builtin
In directory home.keithp.com:/tmp/cvs-serv11286/builtin

Modified Files:
	Makefile.am 
Log Message:
	* Makefile.am:
	* test/Makefile.am:
	* builtin/Makefile.am:
	Fix EXTRA_DIST.  Remove automatic version number updates.  That
	should be done by CVS.  Make separate build dir work.
	
	* debian/changelog:
	* debian/control:
	* debian/copyright:
	Take over debian package creation.

	* file.c: (FilePutDoubleDigitBase), (FilePutUIntBase),
	* nickle.h:
	(FileVPrintf):
	Add 'D' format to print out 64-bit values (for tick counts)


Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/nickle/builtin/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am	25 Oct 2003 18:37:08 -0000	1.11
+++ Makefile.am	16 Feb 2004 00:15:05 -0000	1.12
@@ -1,16 +1,13 @@
 noinst_LIBRARIES = libbuiltin.a
 
-DEFINES = -DBUILD=\""`sh $(top_srcdir)/date-sh`"\"
+DEFINES = -DBUILD=\""`sh $(top_builddir)/date-sh`"\"
 
 AM_CFLAGS = -Wall -Wpointer-arith -Wstrict-prototypes \
 	-Wmissing-prototypes -Wmissing-declarations \
-	-Wnested-externs $(DEFINES)
+	-Wnested-externs $(DEFINES) -I$(top_srcdir)
 
-libbuiltin_a_SOURCES =	builtin.h namespaces.h builtin.c \
+libbuiltin_a_SOURCES =	builtin.h namespaces.h version.h builtin.c \
 			command.c debug.c environ.c \
 			file.c math.c semaphore.c \
 			string.c thread.c toplevel.c \
 			sockets.c # bsdrandom.c gcd.c
-
-version.h:
-	( cd .. && sh update-version.sh )




More information about the Commit mailing list