# BLURB lgpl # # Coda File System # Release 6 # # Copyright (c) 1987-2003 Carnegie Mellon University # Additional copyrights listed below # # This code is distributed "AS IS" without warranty of any kind under # the terms of the GNU Library General Public Licence Version 2, as # shown in the file LICENSE. The technical and financial contributors to # Coda are listed in the file CREDITS. # # Additional copyrights # none currently # #*/ TOPDIR = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ TOPOBJ = @TOPOBJ@ include $(TOPDIR)/Makeconf LIBRARIES = libbase.a HEADERS = base64.h coda_assert.h codaconf.h coda_hash.h dllist.h urlquote.h coda_flock.h copyfile.h parse_realms.h coda_getaddrinfo.h coda_offsetof.h @FTSH@ OBJECTS = base64.o coda_assert.o codaconf.o dllist.o urlquote.o coda_flock.o coda_malloc.o copyfile.o parse_realms.o coda_getaddrinfo.o md5c.o sha1.o @FTSC@ HEADERS += parser.h OBJECTS += parser.o CFLAGS+=$(INCREADLINE) libbase.a: $(OBJECTS) include $(TOPDIR)/configs/Makerules