# Generated automatically from lib.mk by configure.
# $OpenLDAP: pkg/ldap/build/top.mk,v 1.78.2.9 2005/01/20 17:00:55 kurt Exp $
## Copyright 1998-2005 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
##---------------------------------------------------------------------------
#
# Top-level Makefile template
#

PACKAGE= OpenLDAP
VERSION= 2.2.23
RELEASEDATE= 2005/01/24


SHELL = /bin/sh

top_builddir = /pub/armv5l/openldap-2.2.23

srcdir = .
top_srcdir = ../../..
prefix = /usr/local/armv5l/3.3.2/armv5l-linux
exec_prefix = ${prefix}
ldap_subdir = /openldap

bindir = ${exec_prefix}/bin
datadir = ${prefix}/share$(ldap_subdir)
includedir = ${prefix}/include
infodir = ${prefix}/info
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
mandir = ${prefix}/man
moduledir = ${exec_prefix}/libexec$(ldap_subdir)
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc$(ldap_subdir)
schemadir = $(sysconfdir)/schema

PLAT = UNIX
EXEEXT = 
OBJEXT = o

BUILD_LIBS_DYNAMIC = static

INSTALL = /usr/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL}

LINT = lint
5LINT = 5lint

MKDEP = $(top_srcdir)/build/mkdep $(MKDEPFLAG) \
	-d "$(srcdir)" -c "$(MKDEP_CC)" -m "$(MKDEP_CFLAGS)"
MKDEP_CC	= armv5l-linux-gcc
MKDEP_CFLAGS = -M

MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"

SHTOOL = $(top_srcdir)/build/shtool

LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBRELEASE = 2.2
LIBVERSION = 7:16:0
LTVERSION = -release $(LIBRELEASE) -version-info $(LIBVERSION)

# libtool --only flag for libraries: platform specific
NT_LTONLY_LIB = # --only-$(BUILD_LIBS_DYNAMIC)
LTONLY_LIB = $(UNIX_LTONLY_LIB)

# libtool --only flag for modules: depends on linkage of module
# The BUILD_MOD macro is defined in each backend Makefile.in file
LTONLY_yes = static
LTONLY_mod = shared
LTONLY_MOD = # --only-$(BUILD_MOD)

# platform-specific libtool flags
NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)
NT_LTFLAGS_MOD = -no-undefined -avoid-version -rpath $(moduledir)
UNIX_LTFLAGS_LIB = $(LTVERSION) -rpath $(libdir)
UNIX_LTFLAGS_MOD = $(LTVERSION) -rpath $(moduledir)

# libtool flags
LTFLAGS     = $(UNIX_LTFLAGS)
LTFLAGS_LIB = $(UNIX_LTFLAGS_LIB)
LTFLAGS_MOD = $(UNIX_LTFLAGS_MOD)

# LIB_DEFS defined in liblber and libldap Makefile.in files.
# MOD_DEFS defined in backend Makefile.in files.

# platform-specific LINK_LIBS defined in various Makefile.in files.
# LINK_LIBS referenced in library and module link commands.
LINK_LIBS = $(MOD_LIBS) $(UNIX_LINK_LIBS)

LTSTATIC = -static

LTLINK   = $(LIBTOOL) --mode=link \
	$(CC) $(LTSTATIC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS)

LTCOMPILE_LIB = $(LIBTOOL) $(LTONLY_LIB) --mode=compile \
	$(CC) $(LT_CFLAGS) $(LT_CPPFLAGS) $(LIB_DEFS) -c

LTLINK_LIB = $(LIBTOOL) $(LTONLY_LIB) --mode=link \
	$(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_LIB)

LTCOMPILE_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=compile \
	$(CC) $(LT_CFLAGS) $(LT_CPPFLAGS) $(MOD_DEFS) -c

LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \
	$(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD)

LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) 
LTFINISH = $(LIBTOOL) --mode=finish

# Misc UNIX commands used in build environment
AR = ar
BASENAME = basename
CAT = cat
CHMOD = chmod
DATE = date
HOSTNAME = $(SHTOOL) echo -e "%h%d"
LN = ln
LN_H = ln
LN_S = ln -s
MAKEINFO = makeinfo
MKDIR = $(SHTOOL) mkdir -p
MV = mv
PWD = pwd
RANLIB = armv5l-linux-ranlib
RM = rm -f
SED = sed

# For manual pages
# MANCOMPRESS=@MANCOMPRESS@
# MANCOMPRESSSUFFIX=@MANCOMPRESSSUFFIX@
MANCOMPRESS=$(CAT)
MANCOMPRESSSUFFIX=

INCLUDEDIR= $(top_srcdir)/include
LDAP_INCPATH= -I$(LDAP_INCDIR) -I$(INCLUDEDIR)
LDAP_LIBDIR= $(top_builddir)/libraries

LUTIL_LIBS = 
LDBM_LIBS =  -ldb-4.2
LTHREAD_LIBS =  -pthread

LDAP_LIBLBER_LA = $(LDAP_LIBDIR)/liblber/liblber.la
LDAP_LIBLDAP_LA = $(LDAP_LIBDIR)/libldap/libldap.la
LDAP_LIBLDAP_R_LA = $(LDAP_LIBDIR)/libldap_r/libldap_r.la

LDAP_LIBREWRITE_A = $(LDAP_LIBDIR)/librewrite/librewrite.a
LDAP_LIBLUNICODE_A = $(LDAP_LIBDIR)/liblunicode/liblunicode.a
LDAP_LIBLUTIL_A = $(LDAP_LIBDIR)/liblutil/liblutil.a

LDAP_L = $(LDAP_LIBLUTIL_A) \
	$(LDAP_LIBLDAP_LA) $(LDAP_LIBLBER_LA)
SLURPD_L = $(LDAP_LIBLUTIL_A) \
	$(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
SLAPD_L = $(LDAP_LIBLUNICODE_A) $(LDAP_LIBREWRITE_A) \
	$(SLURPD_L)

WRAP_LIBS = 
# AutoConfig generated 
AC_CC	= armv5l-linux-gcc
AC_CFLAGS = -D__LINUX_ARM_ARCH__=5 -march=armv5te -mtune=xscale -Wa,-mcpu=xscale
AC_DEFS =  # -DHAVE_CONFIG_H
AC_LDFLAGS = 
AC_LIBS = -lresolv 

KRB4_LIBS = 
KRB5_LIBS = 
KRB_LIBS =  
SASL_LIBS = 
TLS_LIBS = 
AUTH_LIBS = 
SECURITY_LIBS = $(SASL_LIBS) $(KRB_LIBS) $(TLS_LIBS) $(AUTH_LIBS)

MODULES_CPPFLAGS = 
MODULES_LDFLAGS = 
MODULES_LIBS = 
SLAPD_PERL_LDFLAGS = 

SLAPD_SQL_LDFLAGS = 
SLAPD_SQL_INCLUDES = 
SLAPD_SQL_LIBS = 

SLAPD_LIBS =  $(LDBM_LIBS)    
SLURPD_LIBS = 

# Our Defaults
CC = $(AC_CC)
DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
CFLAGS = $(AC_CFLAGS) $(DEFS)
LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS)
LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)

LT_CFLAGS = $(AC_CFLAGS)
LT_CPPFLAGS = $(DEFS)

all:		all-common all-local FORCE
install:	install-common install-local FORCE
clean:		clean-common clean-local FORCE
veryclean:	veryclean-common veryclean-local FORCE
depend:		depend-common depend-local FORCE

# empty common rules
all-common:
install-common:
clean-common:
veryclean-common:	clean-common FORCE
depend-common:
lint-common:
lint5-common:

# empty local rules
all-local:
install-local:
clean-local:
veryclean-local:	clean-local FORCE
depend-local:
lint-local:
lint5-local:

veryclean: FORCE
	$(RM) Makefile
	$(RM) -r .libs

Makefile: Makefile.in $(top_srcdir)/build/top.mk

pathtest:
	$(SHTOOL) --version

# empty rule for forcing rules
FORCE:

##---------------------------------------------------------------------------

# Makefile.in for overlays
# $OpenLDAP: pkg/ldap/servers/slapd/overlays/Makefile.in,v 1.4.2.4 2005/01/20 17:01:17 kurt Exp $
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 2003-2005 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.

SRCS = overlays.c dyngroup.c pcache.c
OBJS = overlays.lo dyngroup.lo pcache.lo

LDAP_INCDIR= ../../../include       
LDAP_LIBDIR= ../../../libraries

MOD_DEFS = -DSLAPD_IMPORT

shared_LDAP_LIBS = $(LDAP_LIBLDAP_R_LA) $(LDAP_LIBLBER_LA)
NT_LINK_LIBS = -L.. -lslapd $(static_LDAP_LIBS)
UNIX_LINK_LIBS = $(static_LDAP_LIBS)

LIBRARY = ../liboverlays.a
PROGRAMS = 

XINCPATH = -I.. -I$(srcdir)/..
XDEFS = $(MODULES_CPPFLAGS)

dyngroup.la : dyngroup.lo $(UNIX_LINK_LIBS)
	$(LTLINK_MOD) -module -o $@ dyngroup.lo version.lo $(LINK_LIBS)

pcache.la : pcache.lo $(UNIX_LINK_LIBS)
	$(LTLINK_MOD) -module -o $@ pcache.lo version.lo $(LINK_LIBS)

install-local:	$(PROGRAMS)
	@if test -n "$?" ; then \
		$(MKDIR) $(DESTDIR)$(moduledir); \
		$(LTINSTALL) $(INSTALLFLAGS) -m 755 $? $(DESTDIR)$(moduledir);\
	fi

MKDEPFLAG = -l

.SUFFIXES: .c .o .lo

.c.lo:
	$(LTCOMPILE_LIB) $<

$(LIBRARY): version.lo
	$(LTLINK_LIB) -o $@ $(OBJS) version.lo

# $OpenLDAP: pkg/ldap/build/lib.mk,v 1.18.2.3 2005/01/20 17:00:55 kurt Exp $
## Copyright 1998-2005 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted only as authorized by the OpenLDAP
## Public License.
##
## A copy of this license is available in the file LICENSE in the
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
##---------------------------------------------------------------------------
#
# Makefile Template for Libraries
#

all-common: $(LIBRARY) $(PROGRAMS)

version.c: Makefile
	$(RM) $@
	$(MKVERSION) $(LIBRARY) > $@

version.o version.lo: version.c $(OBJS)

install-common: FORCE

lint: lint-local FORCE
	$(LINT) $(DEFS) $(DEFINES) $(SRCS)

lint5: lint5-local FORCE
	$(5LINT) $(DEFS) $(DEFINES) $(SRCS)

#
# In the mingw/cygwin environment, the so and dll files must be
# deleted separately, instead of using the {.so*,*.dll} construct
# that was previously used. It just didn't work.
#
clean-common: 	FORCE
	$(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
		$(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
		*.o *.lo a.out *.exe core version.c .libs/* \
		../`$(BASENAME) $(LIBRARY) .la`.so* \
		../`$(BASENAME) $(LIBRARY) .la`*.dll

depend-common: FORCE
	$(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)

lint-local: FORCE
lint5-local: FORCE

Makefile: $(top_srcdir)/build/lib.mk

# DO NOT DELETE THIS LINE -- mkdep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.


#
# files: -I../../../include -I../../../include -I.. -I./.. overlays.c dyngroup.c pcache.c
# command: armv5l-linux-gcc -M -I.  -I../../../include -I../../../include -I.. -I./.. overlays.c dyngroup.c pcache.c
#

overlays.lo: overlays.c
overlays.lo: ../../../include/portable.h
overlays.lo: /usr/local/armv5l/3.3.2/lib/gcc-lib/armv5l-linux/3.3.2/include/stddef.h
overlays.lo: ../../../include/ac/fdset.h
overlays.lo: ../../../include/ldap_cdefs.h
overlays.lo: ../../../include/ldap_features.h
overlays.lo: ../../../include/ac/assert.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/assert.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/features.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/cdefs.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/gnu/stubs.h
overlays.lo: ../../../include/ac/localize.h
overlays.lo: ../slap.h
overlays.lo: ../../../include/ldap_defaults.h
overlays.lo: ../../../include/ldap_config.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/stdio.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/types.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/pthreadtypes.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sched.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/libio.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/_G_config.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/wchar.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/wchar.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/gconv.h
overlays.lo: /usr/local/armv5l/3.3.2/lib/gcc-lib/armv5l-linux/3.3.2/include/stdarg.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/stdio_lim.h
overlays.lo: ../../../include/ac/stdlib.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/stdlib.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/types.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/time.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/endian.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/endian.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/select.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/select.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sigset.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/time.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/sysmacros.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/alloca.h
overlays.lo: ../../../include/ac/syslog.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/syslog.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/syslog.h
overlays.lo: ../../../include/ac/regex.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/regex.h
overlays.lo: ../../../include/ac/signal.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/signal.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/signum.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/siginfo.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/wordsize.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sigaction.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sigcontext.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/asm/sigcontext.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sigstack.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sigthread.h
overlays.lo: ../../../include/ac/socket.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/socket.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/uio.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/uio.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/socket.h
overlays.lo: /usr/local/armv5l/3.3.2/lib/gcc-lib/armv5l-linux/3.3.2/include/limits.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/sockaddr.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/asm/socket.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/asm/sockios.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/un.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/string.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/netinet/in.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/stdint.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/in.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/byteswap.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/netinet/tcp.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/arpa/inet.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/arpa/nameser.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/param.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/linux/limits.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/linux/param.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/sys-include/asm/param.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/bitypes.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/arpa/nameser_compat.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/netdb.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/rpc/netdb.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/netdb.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/resolv.h
overlays.lo: ../../../include/ac/time.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/time.h
overlays.lo: ../../../include/ac/param.h
overlays.lo: ../../../include/avl.h
overlays.lo: ../../../include/ldap_log.h
overlays.lo: ../../../include/ldap.h
overlays.lo: ../../../include/lber.h
overlays.lo: ../../../include/lber_types.h
overlays.lo: ../../../include/ldap_schema.h
overlays.lo: ../../../include/lber_pvt.h
overlays.lo: ../../../include/ldap_pvt_thread.h
overlays.lo: ../../../include/ldap_int_thread.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/pthread.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sched.h
overlays.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/bits/initspin.h
overlays.lo: ../../../include/ldap_queue.h
overlays.lo: ../proto-slap.h
overlays.lo: ../../../include/ldap_pvt.h
overlays.lo: ../../../include/ldap_pvt_uc.h
overlays.lo: ../../../include/ac/bytes.h
overlays.lo: ../../../libraries/liblunicode/ucdata/ucdata.h
dyngroup.lo: dyngroup.c
dyngroup.lo: ../../../include/portable.h
dyngroup.lo: /usr/local/armv5l/3.3.2/lib/gcc-lib/armv5l-linux/3.3.2/include/stddef.h
dyngroup.lo: ../../../include/ac/fdset.h
dyngroup.lo: ../../../include/ldap_cdefs.h
dyngroup.lo: ../../../include/ldap_features.h
dyngroup.lo: ../../../include/ac/assert.h
dyngroup.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/assert.h
dyngroup.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/features.h
dyngroup.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/cdefs.h
dyngroup.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/gnu/stubs.h
dyngroup.lo: ../../../include/ac/localize.h
pcache.lo: pcache.c
pcache.lo: ../../../include/portable.h
pcache.lo: /usr/local/armv5l/3.3.2/lib/gcc-lib/armv5l-linux/3.3.2/include/stddef.h
pcache.lo: ../../../include/ac/fdset.h
pcache.lo: ../../../include/ldap_cdefs.h
pcache.lo: ../../../include/ldap_features.h
pcache.lo: ../../../include/ac/assert.h
pcache.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/assert.h
pcache.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/features.h
pcache.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/sys/cdefs.h
pcache.lo: /usr/local/armv5l/3.3.2/armv5l-linux/include/gnu/stubs.h
pcache.lo: ../../../include/ac/localize.h

# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
