
## Makeconf is automatically generated from Makeconf.base and Makeconf.add
## in the various subdirectories.  To regenerate, use ./autogen.sh to
## create a new ./Makeconf.in, then use ./configure to generate a new
## Makeconf.

OCTAVE_FORGE = 1

SHELL = /bin/bash

canonical_host_type = i686-w64-mingw32
prefix = /usr/local
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
mandir = ${datarootdir}/man
libdir = ${exec_prefix}/lib
datadir = ${datarootdir}
infodir = ${datarootdir}/info
includedir = ${prefix}/include
datarootdir = ${prefix}/share
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
INSTALLOCT=octinst.sh

DESTDIR =

RANLIB = i686-w64-mingw32-ranlib
STRIP = strip
LN_S = ln -s

AWK = @AWK@

# Most octave programs will be compiled with $(MKOCTFILE).  Those which
# cannot use mkoctfile directly can request the flags that mkoctfile 
# would use as follows:
#    FLAG = $(shell $(MKOCTFILE) -p FLAG)
# The following flags are for compiling programs that are independent
# of Octave.  How confusing.
CC = i686-w64-mingw32-gcc
CFLAGS = -g -O2
CPPFLAGS = -I/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/include
CPICFLAG = 
CXX = i686-w64-mingw32-g++
CXXFLAGS = -g -O2
CXXPICFLAG = 
F77 = i686-w64-mingw32-gfortran
FFLAGS = -O -mieee-fp
FPICFLAG = 

OCTAVE = octave
OCTAVE_VERSION = 4.0.0
MKOCTFILE = /scratch/jwe/src/mxe-octave/usr/bin/i686-w64-mingw32-mkoctfile -DHAVE_OCTAVE_$(ver) -v
OCTAVE_CONFIG = /scratch/jwe/src/mxe-octave/usr/bin/i686-w64-mingw32-octave-config
SHLEXT = dll

ver = 40
MPATH = /scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/share/octave/4.0.0/site/m/octave-forge
OPATH = /scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/lib/octave/4.0.0/site/oct/i686-w64-mingw32/octave-forge
XPATH = /scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/libexec/octave/4.0.0/site/exec/i686-w64-mingw32
ALTMPATH = /scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/share/octave/4.0.0/site/octave-forge-alternatives/m
ALTOPATH = /scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/lib/octave/4.0.0/site/octave-forge-alternatives/oct/i686-w64-mingw32

%.o: %.c ; $(MKOCTFILE) -c $<
%.o: %.f ; $(MKOCTFILE) -c $<
%.o: %.cc ; $(MKOCTFILE) -c $<
%.oct: %.cc ; $(MKOCTFILE) $<
