* Source/art/GNUmakefile: Do not make headers publilc.

* Source/gsc/GNUmakefile: Ditto.
        * Source/x11/GNUmakefile: Ditto.
        * Source/xdps/GNUmakefile: Ditto.
        * Source/xlib/GNUmakefile: Ditto.

        * Headers/win32/*.h: Update includes for new header structure.
        * Headers/winlib/*.h: Ditto.
        * Headers/x11/XGServer.h: Ditto.
        * Headers/xlib/*.h: Ditto.

        * Source/art/ftfont.m: Ditto.
        * Source/gsc/*.m: Ditto.
        * Source/x11/*.m: Ditto.
        * Source/xdps/*.m: Ditto.
        * Source/xlib/*.m: Ditto.

        * Tools/gpbs.m: Ditto.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-07-31 23:57:11 +00:00
parent ea66df3a8e
commit 98036d3302
27 changed files with 48 additions and 62 deletions

View file

@ -1,3 +1,26 @@
2003-07-30 David Ayers <d.ayers@inode.at>
* Created tag 'pre-header-reorg-20030731'.
* Source/art/GNUmakefile: Do not make headers publilc.
* Source/gsc/GNUmakefile: Ditto.
* Source/x11/GNUmakefile: Ditto.
* Source/xdps/GNUmakefile: Ditto.
* Source/xlib/GNUmakefile: Ditto.
* Headers/win32/*.h: Update includes for new header structure.
* Headers/winlib/*.h: Ditto.
* Headers/x11/XGServer.h: Ditto.
* Headers/xlib/*.h: Ditto.
* Source/art/ftfont.m: Ditto.
* Source/gsc/*.m: Ditto.
* Source/x11/*.m: Ditto.
* Source/xdps/*.m: Ditto.
* Source/xlib/*.m: Ditto.
* Tools/gpbs.m: Ditto.
2003-07-26 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServer.m

View file

@ -25,7 +25,7 @@
#ifndef _WIN32Server_h_INCLUDE
#define _WIN32Server_h_INCLUDE
#include <AppKit/GSDisplayServer.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include <windows.h>

View file

@ -25,7 +25,7 @@
#ifndef _WIN32FontEnumerator_h_INCLUDE
#define _WIN32FontEnumerator_h_INCLUDE
#include "AppKit/GSFontInfo.h"
#include "GNUstepGUI/GSFontInfo.h"
@interface WIN32FontEnumerator : GSFontEnumerator
{

View file

@ -26,7 +26,7 @@
#define _WIN32FontInfo_h_INCLUDE
#include "windows.h"
#include "AppKit/GSFontInfo.h"
#include "GNUstepGUI/GSFontInfo.h"
@interface WIN32FontInfo : GSFontInfo
{

View file

@ -27,7 +27,7 @@
#ifndef _XGServer_h_INCLUDE
#define _XGServer_h_INCLUDE
#include <AppKit/GSDisplayServer.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>

View file

@ -32,7 +32,7 @@
#include <X11/Xft/Xft.h>
#undef id
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
@interface FcFontEnumerator : GSFontEnumerator
{

View file

@ -12,7 +12,7 @@
#define __XGFontSetFontInfo_h
#include <X11/Xlib.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#ifdef X_HAVE_UTF8_STRING

View file

@ -35,7 +35,7 @@
#include "x11/XGServer.h"
#include "xlib/XGContext.h"
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
/* Font function (defined in XGFontManager) */
extern NSString *XGXFontName(NSString *fontName, float size);

View file

@ -42,12 +42,6 @@ art_OBJC_FILES = \
path.m \
shfill.m
art_HEADER_FILES_DIR = ../../Headers/art
art_HEADER_FILES_INSTALL_DIR = gnustep/art
art_HEADER_FILES = \
ARTContext.h
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make

View file

@ -32,7 +32,7 @@
#include <Foundation/NSUserDefaults.h>
#include <Foundation/NSBundle.h>
#include <Foundation/NSDebug.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include <AppKit/NSAffineTransform.h>
#include <AppKit/NSBezierPath.h>
@ -754,7 +754,7 @@ static FT_Error ft_get_face(FTC_FaceID fid, FT_Library lib, FT_Pointer data, FT_
}
#include <gnustep/base/Unicode.h>
#include <GNUstepBase/Unicode.h>
/* TODO: the current point probably needs updating after drawing is done */
@ -2766,7 +2766,7 @@ GSLayoutManager glyph generation code.
TODO: clean this up
*/
#include <Foundation/NSCharacterSet.h>
#include <AppKit/GSLayoutManager_internal.h>
#include <GNUstepGUI/GSLayoutManager_internal.h>
#include <AppKit/NSTextStorage.h>
#include <AppKit/NSTextAttachment.h>

View file

@ -44,15 +44,6 @@ externs.m
gsc_C_FILES = gscolors.c
gsc_HEADER_FILES_DIR = ../../Headers/gsc
gsc_HEADER_FILES_INSTALL_DIR = gnustep/gsc
gsc_HEADER_FILES = \
gscolors.h \
GSContext.h \
GSGState.h \
GSGStateOps.h
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make

View file

@ -28,7 +28,7 @@
#include <AppKit/NSColor.h>
#include <AppKit/NSView.h>
#include <AppKit/NSWindow.h>
#include <AppKit/GSDisplayServer.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include <Foundation/NSException.h>
#include <Foundation/NSArray.h>
#include <Foundation/NSDictionary.h>
@ -57,7 +57,7 @@
#ifdef GSIArray
#undef GSIArray
#endif
#include <base/GSIArray.h>
#include <GNUstepBase/GSIArray.h>
/* Error macros */
#define CHECK_NULL_OUTPUT(outvar) \

View file

@ -27,7 +27,7 @@
#include <AppKit/NSAffineTransform.h>
#include <AppKit/NSBezierPath.h>
#include <AppKit/NSColor.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include <AppKit/NSGraphics.h>
#include "gsc/GSContext.h"
#include "gsc/GSGState.h"

View file

@ -27,7 +27,7 @@
#include "gsc/GSContext.h"
#include "gsc/GSStreamContext.h"
#include "gsc/GSStreamGState.h"
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include <AppKit/NSAffineTransform.h>
#include <AppKit/NSBezierPath.h>
#include <AppKit/NSView.h>

View file

@ -63,13 +63,6 @@ XWindowBuffer.m\
XGGLFormat.m\
XGGLContext.m
x11_HEADER_FILES_DIR = ../../Headers/x11
x11_HEADER_FILES_INSTALL_DIR = gnustep/x11
x11_HEADER_FILES = \
XGServer.h \
XGServerWindow.h
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make

View file

@ -28,7 +28,7 @@
#ifdef HAVE_GLX
#include <Foundation/NSDebug.h>
#include <Foundation/NSException.h>
#include <AppKit/GSDisplayServer.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include <AppKit/NSView.h>
#include <AppKit/NSWindow.h>
#include "x11/XGServerWindow.h"

View file

@ -28,7 +28,7 @@
#include <Foundation/NSDebug.h>
#include <Foundation/NSException.h>
#include <Foundation/NSData.h>
#include <AppKit/GSDisplayServer.h>
#include <GNUstepGUI/GSDisplayServer.h>
#include "x11/XGServer.h"
#include "x11/XGOpenGL.h"

View file

@ -31,9 +31,9 @@
#include <Foundation/NSData.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSException.h>
#include <base/Unicode.h>
#include <GNUstepBase/Unicode.h>
#include <AppKit/NSWindow.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include "x11/XGInputServer.h"
#include <X11/Xlocale.h>

View file

@ -29,7 +29,7 @@
#define __AFMFileFontInfo_h__
#include <Foundation/NSMapTable.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include "parseAFM.h"
typedef struct {

View file

@ -50,12 +50,6 @@ NSDPSContext.m \
NSDPSContextOps.m \
PXKFontManager.m
xdps_HEADER_FILES_DIR = ../../Headers/xdps
xdps_HEADER_FILES_INSTALL_DIR = gnustep/xdps
xdps_HEADER_FILES = \
NSDPSContext.h
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make

View file

@ -38,7 +38,7 @@
#include <AppKit/NSView.h>
#include <AppKit/NSWindow.h>
#include <AppKit/NSWindow.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include "x11/XGServer.h"
#include "xdps/NSDPSContext.h"

View file

@ -50,15 +50,6 @@ ifeq ($(WITH_XFT),yes)
xlib_OBJC_FILES += GSXftFontInfo.m
endif
xlib_HEADER_FILES_DIR = ../../Headers/xlib
xlib_HEADER_FILES_INSTALL_DIR = gnustep/xlib
xlib_HEADER_FILES = \
XGContext.h \
XGPrivate.h \
XGGeometry.h \
XGGState.h
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make

View file

@ -35,7 +35,7 @@
#include <Foundation/NSDebug.h>
#include <Foundation/NSValue.h>
// For the encoding functions
#include <base/Unicode.h>
#include <GNUstepBase/Unicode.h>
#include "xlib/GSXftFontInfo.h"

View file

@ -42,7 +42,7 @@
#include "xlib/XGPrivate.h"
#include <Foundation/NSDebug.h>
// For the encoding functions
#include <base/Unicode.h>
#include <GNUstepBase/Unicode.h>
static Atom XA_SLANT = (Atom)0;
static Atom XA_SETWIDTH_NAME = (Atom)0;

View file

@ -43,7 +43,7 @@
#include <Foundation/NSData.h>
#include <Foundation/NSValue.h>
// For the encoding functions
#include <base/Unicode.h>
#include <GNUstepBase/Unicode.h>
static Atom XA_SLANT = (Atom)0;
static Atom XA_SETWIDTH_NAME = (Atom)0;

View file

@ -32,7 +32,7 @@
#include <config.h>
#include <stdio.h>
#include <AppKit/GSFontInfo.h>
#include <GNUstepGUI/GSFontInfo.h>
#include <Foundation/NSArchiver.h>
#include <Foundation/NSBundle.h>
#include <Foundation/NSFileManager.h>

View file

@ -24,7 +24,7 @@
#include <Foundation/Foundation.h>
#include <AppKit/NSPasteboard.h>
#include <AppKit/GSPasteboardServer.h>
#include <GNUstepGUI/GSPasteboardServer.h>
#include <signal.h>
#include <unistd.h>