CVS: beepcore-c/core/generic CBEEP.c,1.13,1.14 CBEEPint.h,1.2,1.3 base64.c,1.3,1.4 base64.h,1.2,1.3 cbxml_entities.c,1.2,1.3 cbxml_entities.h,1.3,1.4 channel_0.c,1.8,1.9 channel_0.h,1.2,1.3

Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:08:34 -0700
Newsgroups gmane.network.beep.beepcore.c.cvs
Message-ID <[email protected]>
Update of /cvsroot/beepcore-c/beepcore-c/core/generic
In directory usw-pr-cvs1:/tmp/cvs-serv31992/core/generic

Modified Files:
	CBEEP.c CBEEPint.h base64.c base64.h cbxml_entities.c 
	cbxml_entities.h channel_0.c channel_0.h 
Log Message:
Reorganize symlinks to be under a single system directory, like this:

#include <beepcore-c/FOO.h>

Change install rules to put them there.


Index: CBEEP.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/CBEEP.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CBEEP.c	13 May 2002 20:46:43 -0000	1.13
--- CBEEP.c	2 Aug 2002 15:08:32 -0000	1.14
***************
*** 23,31 ****
  
  
! #include "CBEEPint.h"
  #include <string.h>
  #include <assert.h>
  #include <stdio.h>
! #include "channel_0.h"
  
  
--- 23,31 ----
  
  
! #include <beepcore-c/CBEEPint.h>
  #include <string.h>
  #include <assert.h>
  #include <stdio.h>
! #include <beepcore-c/channel_0.h>
  
  

Index: CBEEPint.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/CBEEPint.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CBEEPint.h	30 Oct 2001 06:00:36 -0000	1.2
--- CBEEPint.h	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 27,34 ****
  #define __CBEEP_C__
  
! #include "CBEEP.h"
! #include "string.h"
! #include "assert.h"
! #include "stdio.h"
  
  #define PRE(x) assert(x)
--- 27,34 ----
  #define __CBEEP_C__
  
! #include <beepcore-c/CBEEP.h>
! #include <string.h>
! #include <assert.h>
! #include <stdio.h>
  
  #define PRE(x) assert(x)

Index: base64.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/base64.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** base64.c	18 Mar 2002 21:37:35 -0000	1.3
--- base64.c	2 Aug 2002 15:08:32 -0000	1.4
***************
*** 24,28 ****
  const char * __base64_c_ver__ = "$Id$";
  
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 24,28 ----
  const char * __base64_c_ver__ = "$Id$";
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 35,39 ****
  #endif
  
! #include "base64.h"
  
  static int vector_init = 0;
--- 35,39 ----
  #endif
  
! #include <beepcore-c/base64.h>
  
  static int vector_init = 0;

Index: base64.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/base64.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** base64.h	30 Oct 2001 06:00:37 -0000	1.2
--- base64.h	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 27,31 ****
  /*  char * __base64_h_ver__ = "$Id$"; */
  
! #include "CBEEPint.h"
  
  #ifndef ASSERT
--- 27,31 ----
  /*  char * __base64_h_ver__ = "$Id$"; */
  
! #include <beepcore-c/CBEEPint.h>
  
  #ifndef ASSERT

Index: cbxml_entities.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/cbxml_entities.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cbxml_entities.c	30 Oct 2001 06:00:37 -0000	1.2
--- cbxml_entities.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 23,27 ****
  char * __cxml_entities_c_ver__ = "$Id$";
  
! #include "CBEEPint.h"
  #include <stdlib.h>
  #include <string.h>
--- 23,27 ----
  char * __cxml_entities_c_ver__ = "$Id$";
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdlib.h>
  #include <string.h>
***************
*** 29,35 ****
  #include <strings.h>
  #endif
! #include "cbxml_entities.h"
! #include "../../utility/xml_entities.h"
! #include "../../utility/xml_parse_constants.h"
  
  
--- 29,35 ----
  #include <strings.h>
  #endif
! #include <beepcore-c/cbxml_entities.h>
! #include <beepcore-c/xml_entities.h>
! #include <beepcore-c/xml_parse_constants.h>
  
  

Index: cbxml_entities.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/cbxml_entities.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cbxml_entities.h	30 Oct 2001 06:00:37 -0000	1.3
--- cbxml_entities.h	2 Aug 2002 15:08:32 -0000	1.4
***************
*** 26,30 ****
  #define __CBXML_ENTITIES_H__
  
! #include "CBEEPint.h"
  
  /*
--- 26,30 ----
  #define __CBXML_ENTITIES_H__
  
! #include <beepcore-c/CBEEPint.h>
  
  /*

Index: channel_0.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/channel_0.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** channel_0.c	18 Mar 2002 21:48:39 -0000	1.8
--- channel_0.c	2 Aug 2002 15:08:32 -0000	1.9
***************
*** 25,29 ****
  char * __channel_0_c_ver__ = "$Id$";
  
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 25,29 ----
  char * __channel_0_c_ver__ = "$Id$";
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 36,44 ****
  #endif
  
! #include "channel_0.h"
  
! #include "base64.h"
! #include "cbxml_entities.h"
! #include "../../utility/xml_parse_constants.h"
  
  #define MIN(x,y) ((x<y)?x:y)
--- 36,44 ----
  #endif
  
! #include <beepcore-c/channel_0.h>
  
! #include <beepcore-c/base64.h>
! #include <beepcore-c/cbxml_entities.h>
! #include <beepcore-c/xml_parse_constants.h>
  
  #define MIN(x,y) ((x<y)?x:y)

Index: channel_0.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/generic/channel_0.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** channel_0.h	30 Oct 2001 06:00:37 -0000	1.2
--- channel_0.h	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 25,29 ****
  /*  const char * __channel_0_h_ver__ = "$ID: $"; */
  
! #include "CBEEP.h"
  
  /*
--- 25,29 ----
  /*  const char * __channel_0_h_ver__ = "$ID: $"; */
  
! #include <beepcore-c/CBEEP.h>
  
  /*



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf