top_builddir=..
# Generated automatically from Makefile.clean by configure.
# Copyright (c)1994-1999 Begemot Computer Associates. All rights reserved.
# See the file COPYRIGHT for details of redistribution and use.



prefix	= /usr/local
exec_prefix = ${prefix}
includedir = ${prefix}/include
libdir = ${exec_prefix}/lib
mandir = ${prefix}/man
srcdir	= .
bindir  = ${exec_prefix}/bin
top_srcdir = ..

INSTALL	= /usr/bin/install -c
INSTALL_PROG = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_DIR = $(top_srcdir)/Config/mkinstalldirs

CFLAGS = -g -O2
LDFLAGS =  -g
LIBS = 

DBGFLAGS = -g
WFLAGS = -Wall -Wimplicit -Wformat
COPT = -O2 -fomit-frame-pointer
DEFS =  -DFPP=1 -DUSE_REGISTERS=1 -DHAVE_NET_IF_VAR_H=1 -DHAVE_SIN_LEN=1 -DHAVE_PATHS_H=1 -DHAVE_CFMAKERAW=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_MS_SYNC=1 -DHAVE_O_ASYNC=1 -DHAVE_UINT=1 -D_PATH_XTERM=\"/usr/X11R6/bin/xterm\" -DINS_I386=1 -DFLOAT_I386=1 -DSYSTEMS=\"freebsd4.0\" -DPROCS=\"i386\" 

LIB_SOCKET = 

EPP_TARGETS =  epp_fifo epp_bpf epp_tun
AS11 = 

BEGEMOT_INCLUDE = /usr/local///include
BEGEMOT_LIBDIR = /usr/local///lib

LIBDIR = ${prefix}/share/p11
IODIR = ${exec_prefix}/libexec/p11

DEFS += -DVERSION=\"`cat $(top_srcdir)/VERSION`\"
DEFS += -DLIBDIR=\"$(LIBDIR)\"
DEFS += -DIODIR=\"$(IODIR)\"
CFLAGS += $(DBGFLAGS) $(WFLAGS) $(COPT) $(DEFS) -I$(srcdir) -I$(top_srcdir) -I/usr/local/include -I$(BEGEMOT_INCLUDE)
LDFLAGS += $(DBGFLAGS) -L/usr/local/lib -L$(BEGEMOT_LIBDIR) -R$(BEGEMOT_LIBDIR)

LINK = $(top_builddir)/libtool --mode=link gcc
CC = gcc

AS11 = 
AS_TARGET = @AS_TARGET@
# Copyright (c)1994-1999 Begemot Computer Associates. All rights reserved.
# See the file COPYRIGHT for details of redistribution and use.

SRC =	Mark.s11 T.s11 ash.s11 ashc.s11 cmp.s11 dec.s11 div.s11 f.s11 \
	mmr.s11 mtpi.s11 psw.s11 stack.s11 tty-out-int.s11

TARGETS = $(SRC:%.s11=%.11)
LIST = $(SRC:.s11=.l11)

CLEAN += $(TARGETS)
CLEAN += $(LIST)

all: links $(TARGETS)

list: $(LIST)

links: ./Output.s11 ./Register.s11

./Output.s11: FRC
	@test -r ./Output.s11 || ln -s $(srcdir)/Output.s11 .
./Register.s11: FRC
	@test -r ./Register.s11 || ln -s $(srcdir)/Register.s11 .
FRC:

.SUFFIXES: .s11 .x11 .11 .l11

ifneq "$(AS11)" ""
.s11.11:
	$(AS11) -o $@ $<

.s11.l11:
	$(AS11) -l $@ $<
endif

.x11.11:
	ln -s $< $@

install:
# Copyright (c)1994-1999 Begemot Computer Associates. All rights reserved.
# See the file COPYRIGHT for details of redistribution and use.

clean:
	-rm -f $(OBJ) $(CLEAN) core *.core *~ a.out .deps/*

distclean: clean
	-rm -f Makefile
	-rm -rf .deps

veryclean: distclean
