Fixed core

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@101 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-01-18 20:31:27 +00:00
commit 230231d91f
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ RPATH = @RPATH@
SO = @SO@
CCSHARED = @CCSHARED@
LDSHARED = @LDSHARED@
INCLUDE = -I. -I../Core -I../DOH/Include
INCLUDE = -I. -I../Swig -I../DOH/Include
SRCS = expr.c cpp.c
OBJS = expr.o cpp.o

View file

@ -48,7 +48,7 @@ LIBSRCS = main.cxx scanner.cxx symbol.cxx include.cxx types.cxx parms.cxx emit.c
sstring.cxx wrapfunc.cxx comment.cxx typemap.cxx naming.cxx
PARSER = parser.y
INCLUDE = -I../Include -I. -I../Core -I../Preprocessor -I../DOH/Include
INCLUDE = -I../Include -I. -I../Swig -I../Preprocessor -I../DOH/Include
CFLAGS = @CFLAGS@ -DSWIG_LIB='"$(SWIG_LIB)"' -DSWIG_CC='"$(CC)"' @DEFS@
SHELL = /bin/sh

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Source/Core/swigcore.h)
AC_INIT(Source/Swig/swigcore.h)
AC_PREREQ(2.0)
# Set name for machine-dependent library files
@ -452,6 +452,6 @@ AC_SUBST(PERL5EXT)
# Note we write DOH's Makefiles for it -- if it has any special configure
# stuff, we're going to skip it!
AC_OUTPUT(Makefile Source/Core/Makefile Source/DOH/Doh/Makefile
AC_OUTPUT(Makefile Source/Swig/Makefile Source/DOH/Doh/Makefile
Source/DOH/Makefile Source/Preprocessor/Makefile Source/SWIG1.1/Makefile
Source/Modules1.1/Makefile Examples/Makefile)