Header reorganization - Please refer to ChangeLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17408 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2003-07-31 23:52:10 +00:00
parent 8512c509e1
commit b18f1c4ac4
280 changed files with 25303 additions and 257 deletions

View file

@ -23,7 +23,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
*/
#include "gnustep/gui/GMAppKit.h"
#include "GNUstepGUI/GMAppKit.h"
#ifndef AUTORELEASE
#define AUTORELEASE(object) [object autorelease]

View file

@ -47,7 +47,7 @@
#define RETAIN(object) [object retain]
#endif
#include <gnustep/gui/GMArchiver.h>
#include <GNUstepGUI/GMArchiver.h>
@interface GMClassInfo : NSObject
{

View file

@ -43,8 +43,8 @@ endif
libgmodel_OBJC_FILES = IMCustomObject.m IMConnectors.m IMLoading.m GMAppKit.m \
GMArchiver.m
libgmodel_HEADER_FILES_DIR = ../Headers/gnustep/gui
libgmodel_HEADER_FILES_INSTALL_DIR = /gnustep/gui
libgmodel_HEADER_FILES_DIR = ../Headers/Additions/GNUstepGUI
libgmodel_HEADER_FILES_INSTALL_DIR = /GNUstepGUI
libgmodel_HEADER_FILES = IMConnectors.h IMCustomObject.h IMLoading.h \
GMAppKit.h GMArchiver.h
@ -71,7 +71,7 @@ endif
ADDITIONAL_OBJC_FLAGS += $(BACKEND_DEFINE)
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS = -I../Headers
ADDITIONAL_INCLUDE_DIRS = -I../Headers/Additions -I../Headers
# What are the libraries this library depends upon. This is needed for some
# systems where building a shared library requires to pass to the linker

View file

@ -23,9 +23,9 @@
#
before-libgmodel-all:: \
$(addprefix ../Headers/gnustep/gui/, $(libgmodel_HEADER_FILES))
$(addprefix ../Headers/Additions/GNUstepGUI/, $(libgmodel_HEADER_FILES))
../Headers/gnustep/gui/%.h: %.h
../Headers/Additions/GNUstepGUI/%.h: %.h
cp $^ $@
# Additional dependencies

View file

@ -29,7 +29,7 @@
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
#endif
#include <gnustep/gui/GMArchiver.h>
#include <GNUstepGUI/GMArchiver.h>
#ifdef __APPLE__
#import <AppKit/NSNibConnector.h>
@ -40,7 +40,7 @@
#include "IBClasses.h"
#include "Translator.h"
#include "IMConnectors.h"
#include "gnustep/gui/IMCustomObject.h"
#include "GNUstepGUI/IMCustomObject.h"
//#define DEBUG

View file

@ -26,12 +26,12 @@
#include <string.h>
#ifndef NeXT_Foundation_LIBRARY
#include <gnustep/base/GSObjCRuntime.h>
#include <GNUstepBase/GSObjCRuntime.h>
#endif
#include <Foundation/NSObjCRuntime.h>
#include <AppKit/NSActionCell.h>
#include <gnustep/gui/GMArchiver.h>
#include "gnustep/gui/IMCustomObject.h"
#include <GNUstepGUI/GMArchiver.h>
#include "GNUstepGUI/IMCustomObject.h"
#include "IMConnectors.h"
@implementation IMConnector

View file

@ -24,8 +24,8 @@
*/
#include <Foundation/NSObjCRuntime.h>
#include "gnustep/gui/GMArchiver.h"
#include "gnustep/gui/IMCustomObject.h"
#include "GNUstepGUI/GMArchiver.h"
#include "GNUstepGUI/IMCustomObject.h"
@implementation NSObject(ModelUnarchiving)

View file

@ -32,9 +32,9 @@
#include <Foundation/NSPathUtilities.h>
#endif
#include "gnustep/gui/GMArchiver.h"
#include "gnustep/gui/IMLoading.h"
#include "gnustep/gui/IMCustomObject.h"
#include "GNUstepGUI/GMArchiver.h"
#include "GNUstepGUI/IMLoading.h"
#include "GNUstepGUI/IMCustomObject.h"
/* For awakeFromNib */
#include <AppKit/NSNibLoading.h>

View file

@ -31,8 +31,8 @@
*/
#include <AppKit/AppKit.h>
#include "gnustep/gui/GMArchiver.h"
#include "gnustep/gui/IMLoading.h"
#include "GNUstepGUI/GMArchiver.h"
#include "GNUstepGUI/IMLoading.h"
#include "IBClasses.h"
#include "Translator.h"