# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4a from Makefile.am

# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr
exec_prefix = /usr

bindir = /usr/bin
sbindir = /usr/sbin
libexecdir = /usr/libexec
datadir = /usr/share
sysconfdir = /etc
sharedstatedir = /usr/com
localstatedir = /var
libdir = /usr/lib
infodir = /usr/share/info
mandir = /usr/share/man
includedir = /usr/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/njamd
pkglibdir = $(libdir)/njamd
pkgincludedir = $(includedir)/njamd

top_builddir = ..

ACLOCAL = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run aclocal
AUTOCONF = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run autoconf
AUTOMAKE = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run automake
AUTOHEADER = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
INSTALL_STRIP_FLAG =
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :


host_alias = alpha-redhat-linux
host_triplet = alpha-redhat-linux-gnu
AMDEP = #
AMTAR = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run tar
AS = @AS@
AWK = gawk
CC = gcc
CPP = gcc -E
CURSES_LIB = -lncurses
CXX = @CXX@
CXXCPP = @CXXCPP@
DEPDIR = .deps
DEP_FILES = 
DLLTOOL = @DLLTOOL@
FPTHREAD = -pthread -D_THREAD_SAFE
FPTHREAD_R = 
GTK_CFLAGS = 
LFPTHREAD = -pthread
LFPTHREAD_R = 
LIBC_PATH = /lib/libc.so.6.1
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIB_DL = -ldl
LN_S = ln -s
LPTHREAD = -lpthread
MAINT = #
MAKEINFO = ${SHELL} /usr/src/bs/BUILD/njamd-0.7.0/missing --run makeinfo
NJAMD_BIN = njamd
NJAMD_R = 
OBJDUMP = @OBJDUMP@
PACKAGE = njamd
RANLIB = ranlib
VERSION = 0.7.0
X_CFLAGS =  -I/usr/X11R6/include
X_EXTRA_LIBS = 
X_LIBS =  -L/usr/X11R6/lib
X_PRE_LIBS =  -lSM -lICE
install_sh = ./install-sh


CFLAGS := -O2 -mieee -mcpu=ev5 -Wall -I/usr/src/bs/BUILD/njamd-0.7.0/src/include 
EXTRA_DIST = README run_tests.pl

noinst_PROGRAMS = allocfree  dblfree  overflow  postfree  underflow alignment dltest file-mmap xstructor

dltest_LDADD = -lpthread
dltest_CFLAGS = -pthread
dltest_LDFLAGS = -pthread

TESTS_ENVIRONMENT = LD_LIBRARY_PATH=$(top_srcdir)/libltdl/.libs LD_PRELOAD=$(top_srcdir)/src/lib/.libs/libnjamd.so
TESTS = allocfree overflow underflow dblfree postfree alignment dltest file-mmap xstructor
subdir = tests
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../include/config.h
CONFIG_CLEAN_FILES = 
PROGRAMS =  $(noinst_PROGRAMS)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../include
CPPFLAGS = 
LDFLAGS = 
LIBS = -lnsl 
alignment_SOURCES = alignment.c
alignment_OBJECTS =  alignment.o
alignment_LDADD = $(LDADD)
alignment_DEPENDENCIES = 
alignment_LDFLAGS = 
allocfree_SOURCES = allocfree.c
allocfree_OBJECTS =  allocfree.o
allocfree_LDADD = $(LDADD)
allocfree_DEPENDENCIES = 
allocfree_LDFLAGS = 
dblfree_SOURCES = dblfree.c
dblfree_OBJECTS =  dblfree.o
dblfree_LDADD = $(LDADD)
dblfree_DEPENDENCIES = 
dblfree_LDFLAGS = 
dltest_SOURCES = dltest.c
dltest_OBJECTS =  dltest-dltest.o
dltest_DEPENDENCIES = 
file_mmap_SOURCES = file-mmap.c
file_mmap_OBJECTS =  file-mmap.o
file_mmap_LDADD = $(LDADD)
file_mmap_DEPENDENCIES = 
file_mmap_LDFLAGS = 
overflow_SOURCES = overflow.c
overflow_OBJECTS =  overflow.o
overflow_LDADD = $(LDADD)
overflow_DEPENDENCIES = 
overflow_LDFLAGS = 
postfree_SOURCES = postfree.c
postfree_OBJECTS =  postfree.o
postfree_LDADD = $(LDADD)
postfree_DEPENDENCIES = 
postfree_LDFLAGS = 
underflow_SOURCES = underflow.c
underflow_OBJECTS =  underflow.o
underflow_LDADD = $(LDADD)
underflow_DEPENDENCIES = 
underflow_LDFLAGS = 
xstructor_SOURCES = xstructor.c
xstructor_OBJECTS =  xstructor.o
xstructor_LDADD = $(LDADD)
xstructor_DEPENDENCIES = 
xstructor_LDFLAGS = 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES =  alignment.c allocfree.c dblfree.c dltest.c file-mmap.c \
overflow.c postfree.c underflow.c xstructor.c
depcomp = $(SHELL) $(top_srcdir)/depcomp
DIST_COMMON =  README Makefile.am Makefile.in compile depcomp


DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

GZIP_ENV = --best
SOURCES = alignment.c allocfree.c dblfree.c dltest.c file-mmap.c overflow.c postfree.c underflow.c xstructor.c
OBJECTS = alignment.o allocfree.o dblfree.o dltest.o file-mmap.o overflow.o postfree.o underflow.o xstructor.o

all: all-redirect
.SUFFIXES:
.SUFFIXES: .c .lo .o
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-noinstPROGRAMS:

clean-noinstPROGRAMS:
	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)

distclean-noinstPROGRAMS:

maintainer-clean-noinstPROGRAMS:

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:

alignment: $(alignment_OBJECTS) $(alignment_DEPENDENCIES)
	@rm -f alignment
	$(LINK) $(alignment_LDFLAGS) $(alignment_OBJECTS) $(alignment_LDADD) $(LIBS)

allocfree: $(allocfree_OBJECTS) $(allocfree_DEPENDENCIES)
	@rm -f allocfree
	$(LINK) $(allocfree_LDFLAGS) $(allocfree_OBJECTS) $(allocfree_LDADD) $(LIBS)

dblfree: $(dblfree_OBJECTS) $(dblfree_DEPENDENCIES)
	@rm -f dblfree
	$(LINK) $(dblfree_LDFLAGS) $(dblfree_OBJECTS) $(dblfree_LDADD) $(LIBS)
dltest-dltest.o: dltest.c

dltest: $(dltest_OBJECTS) $(dltest_DEPENDENCIES)
	@rm -f dltest
	$(LINK) $(dltest_LDFLAGS) $(dltest_OBJECTS) $(dltest_LDADD) $(LIBS)

file-mmap: $(file_mmap_OBJECTS) $(file_mmap_DEPENDENCIES)
	@rm -f file-mmap
	$(LINK) $(file_mmap_LDFLAGS) $(file_mmap_OBJECTS) $(file_mmap_LDADD) $(LIBS)

overflow: $(overflow_OBJECTS) $(overflow_DEPENDENCIES)
	@rm -f overflow
	$(LINK) $(overflow_LDFLAGS) $(overflow_OBJECTS) $(overflow_LDADD) $(LIBS)

postfree: $(postfree_OBJECTS) $(postfree_DEPENDENCIES)
	@rm -f postfree
	$(LINK) $(postfree_LDFLAGS) $(postfree_OBJECTS) $(postfree_LDADD) $(LIBS)

underflow: $(underflow_OBJECTS) $(underflow_DEPENDENCIES)
	@rm -f underflow
	$(LINK) $(underflow_LDFLAGS) $(underflow_OBJECTS) $(underflow_LDADD) $(LIBS)

xstructor: $(xstructor_OBJECTS) $(xstructor_DEPENDENCIES)
	@rm -f xstructor
	$(LINK) $(xstructor_LDFLAGS) $(xstructor_OBJECTS) $(xstructor_LDADD) $(LIBS)

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -fID $$unique $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

#include $(DEPDIR)/alignment.Po
#include $(DEPDIR)/allocfree.Po
#include $(DEPDIR)/dblfree.Po
#include $(DEPDIR)/dltest-dltest.Po
#include $(DEPDIR)/file-mmap.Po
#include $(DEPDIR)/overflow.Po
#include $(DEPDIR)/postfree.Po
#include $(DEPDIR)/underflow.Po
#include $(DEPDIR)/xstructor.Po

mostlyclean-depend:

clean-depend:

distclean-depend:
	-rm -rf $(DEPDIR)

maintainer-clean-depend:

#CCDEPMODE = depmode=none

.c.o:
#	source='$<' object='$@' libtool=no 
#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
#	$(CCDEPMODE) $(depcomp) 
	$(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<

.c.lo:
#	source='$<' object='$@' libtool=yes 
#	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' 
#	$(CCDEPMODE) $(depcomp) 
	$(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<


#CCDEPMODE = depmode=none

dltest-dltest.o: dltest.c
#	source='dltest.c' object='dltest-dltest.o' libtool=no 
#	depfile='$(DEPDIR)/dltest-dltest.Po' tmpdepfile='$(DEPDIR)/dltest-dltest.TPo' 
#	$(CCDEPMODE) $(depcomp) 
	$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dltest_CFLAGS) $(CFLAGS) -c -o dltest-dltest.o `test -f dltest.c || echo '$(srcdir)/'`dltest.c

dltest-dltest.lo: dltest.c
#	source='dltest.c' object='dltest-dltest.lo' libtool=yes 
#	depfile='$(DEPDIR)/dltest-dltest.Plo' tmpdepfile='$(DEPDIR)/dltest-dltest.TPlo' 
#	$(CCDEPMODE) $(depcomp) 
	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dltest_CFLAGS) $(CFLAGS) -c -o dltest-dltest.lo `test -f dltest.c || echo '$(srcdir)/'`dltest.c
check-TESTS: $(TESTS)
	@failed=0; all=0; xfail=0; xpass=0; \
	srcdir=$(srcdir); export srcdir; \
	list='$(TESTS)'; \
	if test -n "$$list"; then \
	  for tst in $$list; do \
	    if test -f ./$$tst; then dir=./; \
	    elif test -f $$tst; then dir=; \
	    else dir="$(srcdir)/"; fi; \
	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
	      all=`expr $$all + 1`; \
	      case " $(XFAIL_TESTS) " in \
	      *" $$tst "*) \
	        xpass=`expr $$xpass + 1`; \
	        failed=`expr $$failed + 1`; \
	        echo "XPASS: $$tst"; \
	      ;; \
	      *) \
	        echo "PASS: $$tst"; \
	      ;; \
	      esac; \
	    elif test $$? -ne 77; then \
	      all=`expr $$all + 1`; \
	      case " $(XFAIL_TESTS) " in \
	      *" $$tst "*) \
	        xfail=`expr $$xfail + 1`; \
	        echo "XFAIL: $$tst"; \
	      ;; \
	      *) \
	        failed=`expr $$failed + 1`; \
	        echo "FAIL: $$tst"; \
	      ;; \
	      esac; \
	    fi; \
	  done; \
	  if test "$$failed" -eq 0; then \
	    if test "$$xfail" -eq 0; then \
	      banner="All $$all tests passed"; \
	    else \
	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
	    fi; \
	  else \
	    if test "$$xpass" -eq 0; then \
	      banner="$$failed of $$all tests failed"; \
	    else \
	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
	    fi; \
	  fi; \
	  dashes=`echo "$$banner" | sed s/./=/g`; \
	  echo "$$dashes"; \
	  echo "$$banner"; \
	  echo "$$dashes"; \
	  test "$$failed" -eq 0; \
	fi

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pR $$d/$$file $(distdir) \
	    || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am:
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am:
uninstall: uninstall-am
all-am: Makefile $(PROGRAMS)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
installdirs:


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
	-rm -f Makefile.in
mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
		mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
		mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
		clean-depend clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-noinstPROGRAMS distclean-compile \
		distclean-libtool distclean-tags distclean-depend \
		distclean-generic clean-am
	-rm -f libtool

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
		maintainer-clean-compile maintainer-clean-libtool \
		maintainer-clean-tags maintainer-clean-depend \
		maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
distclean-depend clean-depend maintainer-clean-depend check-TESTS \
distdir info-am info dvi-am dvi check check-am installcheck-am \
installcheck install-exec-am install-exec install-data-am install-data \
install-am install uninstall-am uninstall all-redirect all-am all \
install-strip installdirs mostlyclean-generic distclean-generic \
clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean


# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
