CVS: beepcore-c/core/test unit_base64.c,1.3,1.4 unit_cbeep_io.c,1.2,1.3 unit_cbeep_notify.c,1.2,1.3 unit_cbeep_query.c,1.2,1.3 unit_cbeep_shortframe.c,1.2,1.3 unit_channel_0.c,1.4,1.5 unit_frame_aggregate.c,1.2,1.3 unit_notify_stubs.c,1.2,1.3 unit_notify_stubs.h,1.3,1.4

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/test
In directory usw-pr-cvs1:/tmp/cvs-serv31992/core/test

Modified Files:
	unit_base64.c unit_cbeep_io.c unit_cbeep_notify.c 
	unit_cbeep_query.c unit_cbeep_shortframe.c unit_channel_0.c 
	unit_frame_aggregate.c unit_notify_stubs.c unit_notify_stubs.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: unit_base64.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_base64.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** unit_base64.c	18 Mar 2002 21:39:18 -0000	1.3
--- unit_base64.c	2 Aug 2002 15:08:32 -0000	1.4
***************
*** 14,18 ****
   */
  
! #include "../generic/CBEEP.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 14,18 ----
   */
  
! #include <beepcore-c/CBEEP.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 21,25 ****
  #include <strings.h>
  
! #include "../generic/base64.h"
  
  
--- 21,25 ----
  #include <strings.h>
  
! #include <beepcore-c/base64.h>
  
  

Index: unit_cbeep_io.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_cbeep_io.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_cbeep_io.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_cbeep_io.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 14,18 ****
   */
  
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 14,18 ----
   */
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>

Index: unit_cbeep_notify.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_cbeep_notify.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_cbeep_notify.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_cbeep_notify.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 14,18 ****
   */
  
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 14,18 ----
   */
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>

Index: unit_cbeep_query.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_cbeep_query.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_cbeep_query.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_cbeep_query.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 14,19 ****
   */
  
! #include "CBEEP.h"
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 14,19 ----
   */
  
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>

Index: unit_cbeep_shortframe.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_cbeep_shortframe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_cbeep_shortframe.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_cbeep_shortframe.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 14,18 ****
   */
  
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 14,18 ----
   */
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>

Index: unit_channel_0.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_channel_0.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** unit_channel_0.c	1 Jan 2002 00:25:14 -0000	1.4
--- unit_channel_0.c	2 Aug 2002 15:08:32 -0000	1.5
***************
*** 21,25 ****
  const char * __unit_channel_0_c__ = "$Id$";
  
! #include "../generic/CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 21,25 ----
  const char * __unit_channel_0_c__ = "$Id$";
  
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 28,33 ****
  #include <strings.h>
  
! #include "../generic/channel_0.h"
! #include "../generic/base64.h"
  
  #ifndef ASSERT
--- 28,33 ----
  #include <strings.h>
  
! #include <beepcore-c/channel_0.h>
! #include <beepcore-c/base64.h>
  
  #ifndef ASSERT

Index: unit_frame_aggregate.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_frame_aggregate.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_frame_aggregate.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_frame_aggregate.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 13,17 ****
   *
   */
! #include "../generic/CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 13,17 ----
   *
   */
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>
***************
*** 20,25 ****
  #include <strings.h>
  
! #include "../generic/channel_0.h"
! #include "../generic/base64.h"
  
  #ifndef ASSERT
--- 20,25 ----
  #include <strings.h>
  
! #include <beepcore-c/channel_0.h>
! #include <beepcore-c/base64.h>
  
  #ifndef ASSERT

Index: unit_notify_stubs.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_notify_stubs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unit_notify_stubs.c	30 Oct 2001 06:00:37 -0000	1.2
--- unit_notify_stubs.c	2 Aug 2002 15:08:32 -0000	1.3
***************
*** 19,23 ****
   *
   */
! #include "CBEEPint.h"
  #include <stdio.h>
  #include <stdlib.h>
--- 19,23 ----
   *
   */
! #include <beepcore-c/CBEEPint.h>
  #include <stdio.h>
  #include <stdlib.h>

Index: unit_notify_stubs.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/core/test/unit_notify_stubs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** unit_notify_stubs.h	30 Oct 2001 06:00:37 -0000	1.3
--- unit_notify_stubs.h	2 Aug 2002 15:08:32 -0000	1.4
***************
*** 19,23 ****
   *
   */
! #include "../generic/CBEEPint.h"
  
  void notify_lower(struct session * s, int i);
--- 19,23 ----
   *
   */
! #include <beepcore-c/CBEEPint.h>
  
  void notify_lower(struct session * s, int i);



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