
## 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 = @CPICFLAG@
# CXX = @CXX@
# CXXFLAGS = @CXXFLAGS@
# CXXPICFLAG = @CXXPICFLAG@
# F77 = @F77@
# FFLAGS = @FFLAGS@
# FPICFLAG = @FPICFLAG@

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

HAVE_NETCDF=yes
OCTCDF_LIBS=-L/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/lib -L/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/lib -lnetcdf
OCTCDF_CFLAGS=-I/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/include -I/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/include -I/scratch/jwe/src/mxe-octave/usr/i686-w64-mingw32/include

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