Removed DOH/Include

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4161 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2002-12-06 20:26:55 +00:00
commit 7681defce7
9 changed files with 19 additions and 20 deletions

View file

@ -23,7 +23,7 @@ INCLUDES = -I$(srcdir)/../Include \
-I$(srcdir)/. \
-I$(srcdir)/../Swig \
-I$(srcdir)/../Preprocessor \
-I$(srcdir)/../DOH/Include \
-I$(srcdir)/../DOH \
-I../Include \
-I.

View file

@ -1 +0,0 @@
Makefile

View file

@ -1,9 +0,0 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include <stdarg.h>
#include "doh.h"
#include "dohobj.h"

View file

@ -28,9 +28,9 @@ LIBOBJS = void.@OBJEXT@ fio.@OBJEXT@ memory.@OBJEXT@ base.@OBJEXT@ file.@OBJEXT@
LIBSRCS = void.c fio.c memory.c base.c file.c list.c hash.c string.c
LIBHEADERS = $(srcdir)/Include/doh.h
LIBHEADERS = $(srcdir)/doh.h
LIB = libdoh.a
INCLUDES = -I$(srcdir)/Include
INCLUDES = -I$(srcdir)
CFLAGS = @CFLAGS@
SHELL = /bin/sh

View file

@ -1,5 +1,6 @@
/* -----------------------------------------------------------------------------
* dohobj.h
* dohint.h
*
* This file describes internally managed objects.
*
@ -11,8 +12,15 @@
* $Header$
* ----------------------------------------------------------------------------- */
#ifndef _DOHOBJ_H
#define _DOHOBJ_H
#ifndef _DOHINT_H
#define _DOHINT_H
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include <stdarg.h>
#include "doh.h"
@ -117,7 +125,8 @@ typedef struct {
extern DOH *DohObjMalloc(DohObjInfo *type, void *data); /* Allocate a DOH object */
extern void DohObjFree(DOH *ptr); /* Free a DOH object */
#endif /* DOHOBJ_H */
#endif /* DOHINT_H */

View file

@ -17,7 +17,7 @@ OBJS = main.@OBJEXT@ module.@OBJEXT@ emit.@OBJEXT@ overload.@OBJEXT@ lang.@O
SRCS = main.cxx module.cxx emit.cxx overload.cxx lang.cxx typepass.cxx allocate.cxx browser.cxx contract.cxx swigmain.cxx tcl8.cxx python.cxx perl5.cxx guile.cxx ruby.cxx mzscheme.cxx java.cxx php4.cxx ocaml.cxx xml.cxx pike.cxx s-exp.cxx
INCLUDES = -I$(srcdir)/../Include \
-I$(srcdir)/../DOH/Include \
-I$(srcdir)/../DOH \
-I$(srcdir)/../Preprocessor \
-I$(srcdir)/../Swig \
-I../Include

View file

@ -15,7 +15,7 @@ CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@
INCLUDES = -I$(srcdir)/. -I$(srcdir)/../Swig -I$(srcdir)/../DOH/Include -I$(srcdir)/../Include
INCLUDES = -I$(srcdir)/. -I$(srcdir)/../Swig -I$(srcdir)/../DOH -I$(srcdir)/../Include
TARGET = libcpp.a
.c.@OBJEXT@:

View file

@ -17,7 +17,7 @@ CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@
INCLUDES = -I$(srcdir)/. -I$(srcdir)/../DOH/Include -I$(srcdir)/../Include
INCLUDES = -I$(srcdir)/. -I$(srcdir)/../DOH -I$(srcdir)/../Include
TARGET = libswig.a
.c.@OBJEXT@: