Cross compile patches.

This commit is contained in:
steve 2003-09-05 18:04:16 +00:00
parent c4c03e6be3
commit 2df976b4c6
3 changed files with 7 additions and 6 deletions

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.19 2003/08/22 04:27:10 steve Exp $"
#ident "$Id: Makefile.in,v 1.20 2003/09/05 18:04:16 steve Exp $"
#
#
SHELL = /bin/sh
@ -43,7 +43,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
CPPFLAGS = @CPPFLAGS@ @DEFS@
CFLAGS = @CFLAGS@ -I.. -I. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"'
CFLAGS = @CFLAGS@ -I. -I.. -I$(srcdir)/.. -I$(srcdir) -DVERSION='"$(VERSION)"'
CXXFLAGS = @CXXFLAGS@ -I.. -I. -I$(srcdir)/.. -I$(srcdir)
LDFLAGS = @LDFLAGS@

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.14 2003/08/22 04:27:10 steve Exp $"
#ident "$Id: Makefile.in,v 1.15 2003/09/05 18:04:16 steve Exp $"
#
#
SHELL = /bin/sh
@ -41,7 +41,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
CPPFLAGS = @CPPFLAGS@ @DEFS@
CFLAGS = @CFLAGS@ -I.. -I. -I$(srcdir)/.. -I$(srcdir)
CFLAGS = @CFLAGS@ -I. -I.. -I$(srcdir)/.. -I$(srcdir)
LDFLAGS = @LDFLAGS@
all: ivlpp

View File

@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.51 2003/08/22 04:27:11 steve Exp $"
#ident "$Id: Makefile.in,v 1.52 2003/09/05 18:04:16 steve Exp $"
#
#
SHELL = /bin/sh
@ -33,6 +33,7 @@ mandir = @mandir@
includedir = @includedir@
CC = @CC@
HOSTCC = @CC@
CXX = @CXX@ -Wall
INSTALL = @INSTALL@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
@ -102,7 +103,7 @@ dep:
mv $*.d dep/$*.d
tables.cc: $(srcdir)/draw_tt.c
$(CC) -o draw_tt $(srcdir)/draw_tt.c
$(HOSTCC) -o draw_tt $(srcdir)/draw_tt.c
./draw_tt > tables.cc
rm draw_tt@EXEEXT@