CVS: rdesktop proto.head,NONE,1.1 proto.tail,NONE,1.1 Makefile.in,1.10,1.11

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv717

Modified Files:
	Makefile.in 
Added Files:
	proto.head proto.tail 
Log Message:
proto.h is now generated from proto.head and proto.tail. Implements functionality requested by patch #660404.

--- NEW FILE: proto.head ---
/* -*- c-basic-offset: 8 -*-
   rdesktop: A Remote Desktop Protocol client.
   Copyright (C) Matthew Chapman 1999-2005

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef RDESKTOP_PROTO_H
#define RDESKTOP_PROTO_H

#ifdef __cplusplus
extern "C" {
#endif

--- NEW FILE: proto.tail ---

#ifdef __cplusplus
}
#endif

#endif

Index: Makefile.in
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.in	25 Aug 2005 04:58:12 -0000	1.10
--- Makefile.in	25 Aug 2005 20:39:58 -0000	1.11
***************
*** 77,85 ****
  .PHONY: proto
  proto:
! 	cproto -DMAKE_PROTO -o proto.h \
  	bitmap.c cache.c channels.c cliprdr.c disk.c mppc.c ewmhints.c	\
  	iso.c licence.c mcs.c orders.c parallel.c printer.c printercache.c \
  	pstcache.c rdesktop.c rdp5.c rdp.c rdpdr.c rdpsnd.c rdpsnd_oss.c \
! 	secure.c serial.c tcp.c xclip.c xkeymap.c xwin.c
  
  .PHONY: clean
--- 77,87 ----
  .PHONY: proto
  proto:
! 	cat proto.head > proto.h
! 	cproto -DMAKE_PROTO \
  	bitmap.c cache.c channels.c cliprdr.c disk.c mppc.c ewmhints.c	\
  	iso.c licence.c mcs.c orders.c parallel.c printer.c printercache.c \
  	pstcache.c rdesktop.c rdp5.c rdp.c rdpdr.c rdpsnd.c rdpsnd_oss.c \
! 	secure.c serial.c tcp.c xclip.c xkeymap.c xwin.c >> proto.h
! 	cat proto.tail >> proto.h
  
  .PHONY: clean
***************
*** 111,114 ****
--- 113,118 ----
  	rdesktop-$(VERSION)/*.c \
  	rdesktop-$(VERSION)/*.h \
+ 	rdesktop-$(VERSION)/proto.head \
+ 	rdesktop-$(VERSION)/proto.tail \
  	rdesktop-$(VERSION)/keymaps/?? \
  	rdesktop-$(VERSION)/keymaps/??-?? \



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.