From 7d99abc8557e965eeab7dc75133fde18eeb7a75b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 4 Mar 2000 01:12:07 +0000 Subject: [PATCH] (INCLUDE): Also include ../Include in build dir. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@323 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules1.1/Makefile.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/SWIG/Source/Modules1.1/Makefile.in b/SWIG/Source/Modules1.1/Makefile.in index 13dde8796..7a3179e7f 100644 --- a/SWIG/Source/Modules1.1/Makefile.in +++ b/SWIG/Source/Modules1.1/Makefile.in @@ -8,18 +8,22 @@ VPATH = @srcdir@ SHELL = /bin/sh CXX = @CXX@ CFLAGS = @CFLAGS@ -YACC = @YACC@ +YACC = @YACC@ AR = @AR@ RANLIB = @RANLIB@ TARGET = libmodules11.a OBJS = swigmain.o tcl8.o perl5.o python.o pycpp.o guile.o java.o SRCS = swigmain.cxx tcl8.cxx perl5.cxx python.cxx pycpp.cxx guile.cxx java.cxx -INCLUDE = -I$(srcdir)/../Include -I$(srcdir)/../SWIG1.1 -I$(srcdir)/../SWIG1.3 -I$(srcdir)/../DOH/Include +INCLUDE = -I$(srcdir)/../Include \ + -I$(srcdir)/../SWIG1.1 \ + -I$(srcdir)/../SWIG1.3 \ + -I$(srcdir)/../DOH/Include \ + -I../Include # Rules for creation of a .o file from .cxx .SUFFIXES: .cxx -.cxx.o: +.cxx.o: $(CXX) $(INCLUDE) $(CFLAGS) -c -o $*.o $< @@ -33,4 +37,4 @@ clean:: rm -f *.o *~ $(TARGET) nuke:: - rm -f Makefile *~ #* core a.out + rm -f Makefile *~ #* core a.out