# Generated automatically from Makefile.in by configure.
#
#   Newton Connection Library - Newton/UNIX Connectivity
#   Copyright (C) 1995-1997  A. E. Hall
#
#   This library is free software; you can redistribute it and/or
#   modify it under the terms of the GNU Library General Public
#   License as published by the Free Software Foundation; either
#   version 2 of the License, or (at your option) any later version.
#
#   This library is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#   Library General Public License for more details.
#
#   You should have received a copy of the GNU Library General Public
#   License along with this library; if not, write to the Free
#   Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#### Start of system configuration section ####

srcdir = .
VPATH = .:RCS

RANLIB = ranlib

CXX = c++
CXXFLAGS = -g -O @HAVE_TEMPNAM@
LDFLAGS = 

#### End of system configuration section ####

SHELL = /bin/sh

# SUFFIXES provided for non-GNU make programs.
.SUFFIXES:
.SUFFIXES: .C,v .C .o .a

all: 		libNewton.a

libNewton.a:	libNewton.a(Inbox.o) libNewton.a(NPP.o) libNewton.a(Newton.o) \
		libNewton.a(Outbox.o) libNewton.a(Read.o) libNewton.a(Write.o) \
		libNewton.a(Package.o)
		$(RANLIB) libNewton.a

.C.a:
		$(CXX) $(CXXFLAGS) -c $(<) $(DEFINES)
		$(AR) r $(@) $(*).o
		rm -f $(*).o

.C,.a:
		$(CXX) $(CXXFLAGS) -c $(<) $(DEFINES)
		$(AR) r $(@) $(*).o
		rm -f $(*).o

libNewton.a(Inbox.o):	Inbox.C Newton.H
libNewton.a(NPP.o):	NPP.C Newton.H
libNewton.a(Newton.o):	Newton.C Newton.H
libNewton.a(Outbox.o):	Outbox.C Newton.H
libNewton.a(Read.o):	Read.C Newton.H
libNewton.a(Write.o):	Write.C Newton.H
libNewton.a(Package.o):	Package.C Newton.H

clean mostlyclean distclean maintainer-clean::
		rm -f libNewton.a

distclean::
		rm -f Makefile

maintainer-clean::
		co RCS/*
