# 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 = librwcdb.a 
HEADERS   = rwcdb.h rwcdb_file.h
OBJECTS   = rwcdb.o rwcdb_file.o

librwcdb.a: $(OBJECTS)

include $(TOPDIR)/configs/Makerules



syntax highlighted by Code2HTML, v. 0.9.1