[xiph-cvs] cvs commit: timing Makefile.am

Brendan brendan at xiph.org
Thu Jul 3 05:59:06 PDT 2003



brendan     03/07/03 08:59:06

  Modified:    .        Makefile.am
               .        Makefile.am
               .        Makefile.am
               .        Makefile.am
               .        Makefile.am
  Log:
  Get everthing in make dist, and remove bitkeeper cruft

Revision  Changes    Path
1.4       +2 -3      avl/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/avl/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -u -r1.3 -r1.4
--- Makefile.am	9 Mar 2003 22:56:46 -0000	1.3
+++ Makefile.am	3 Jul 2003 12:59:05 -0000	1.4
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+EXTRA_DIST = BUILDING COPYING README TODO avl.dsp test.c
+
 noinst_LTLIBRARIES = libiceavl.la
 noinst_HEADERS = avl.h
 
@@ -9,9 +11,6 @@ libiceavl_la_SOURCES = avl.c
 libiceavl_la_CFLAGS = @XIPH_CFLAGS@
 
 INCLUDES = -I$(srcdir)/..
-
-# SCCS stuff (for BitKeeper)
-GET = true
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><p>1.5       +2 -0      net/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/net/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -u -r1.4 -r1.5
--- Makefile.am	9 Mar 2003 22:56:46 -0000	1.4
+++ Makefile.am	3 Jul 2003 12:59:06 -0000	1.5
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+EXTRA_DIST = BUILDING COPYING README TODO test_resolver.c
+
 noinst_LTLIBRARIES = libicenet.la
 noinst_HEADERS = resolver.h sock.h
 

<p><p>1.4       +2 -3      log/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/log/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -u -r1.3 -r1.4
--- Makefile.am	26 Mar 2003 22:13:54 -0000	1.3
+++ Makefile.am	3 Jul 2003 12:59:06 -0000	1.4
@@ -2,14 +2,13 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+EXTRA_DIST = test.c
+
 noinst_LTLIBRARIES = libicelog.la
 noinst_HEADERS = log.h
 
 libicelog_la_SOURCES = log.c
 AM_CFLAGS = $(XIPH_CFLAGS)
-
-# SCCS stuff (for BitKeeper)
-GET = true
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><p>1.4       +2 -3      thread/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/thread/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -u -r1.3 -r1.4
--- Makefile.am	9 Mar 2003 22:56:46 -0000	1.3
+++ Makefile.am	3 Jul 2003 12:59:06 -0000	1.4
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+EXTRA_DIST = BUILDING COPYING README TODO
+
 noinst_LTLIBRARIES = libicethread.la
 noinst_HEADERS = thread.h
 
@@ -9,9 +11,6 @@ libicethread_la_SOURCES = thread.c
 libicethread_la_CFLAGS = @XIPH_CFLAGS@
 
 INCLUDES = -I$(srcdir)/..
-
-# SCCS stuff (for BitKeeper)
-GET = true
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><p>1.3       +2 -3      timing/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/timing/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -u -r1.2 -r1.3
--- Makefile.am	8 Mar 2003 00:46:59 -0000	1.2
+++ Makefile.am	3 Jul 2003 12:59:06 -0000	1.3
@@ -2,14 +2,13 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+EXTRA_DIST = BUILDING COPYING README TODO
+
 noinst_LTLIBRARIES = libicetiming.la
 noinst_HEADERS = timing.h
 
 libicetiming_la_SOURCES = timing.c
 libicetiming_la_CFLAGS = @XIPH_CFLAGS@
-
-# SCCS stuff (for BitKeeper)
-GET = true
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list