Convert to the GNUstep makefile package.

The installation of the header files was modified slightly
to correspond with the GNUstep makefile package.  All OpenStep
headers go into Foundation while the gnustep-base specific
headers go into gnustep/base.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2437 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netc 1997-09-23 21:00:33 +00:00
parent c836f35259
commit c30836a60c
29 changed files with 1371 additions and 1238 deletions

View file

@ -1,7 +1,7 @@
#include <Foundation/NSString.h>
/* For demo of Strings as Collections of char's. */
#include <gnustep/base/NSString.h>
#include <Foundation/NSString.h>
void
print_string(NSString* s)