###############################################################################
#   Instructions to Make, for compilation of ISODE turbo options
###############################################################################

###############################################################################
#
# $Header: /a/vulcan/xtel/isode/isode-master/quipu/turbo/RCS/Makefile,v 8.0 91/07/17 12:50:16 isode Rel $
#
#
# $Log:	Makefile,v $
# Revision 8.0  91/07/17  12:50:16  isode
# Release 7.0
# 
###############################################################################

###############################################################################
#
#				 NOTICE
#
#    Acquisition, use, and distribution of this module and related
#    materials are subject to the restrictions of a license agreement.
#    Consult the Preface in the User's Manual for the full terms of
#    this agreement.
#
###############################################################################


all:		file2dn tdirname edb2dbm edbcat 

edb2dbm:	edb2dbm.o
	$(LDCC) $(LDFLAGS) -o $@ $? $(LIBGDBM)

edbcat:		edbcat.o
	$(LDCC) $(LDFLAGS) -o $@ $? $(LIBGDBM)

tdirname:	tdirname.o
	$(LDCC) $(LDFLAGS) -o $@ $?

file2dn:	file2dn.o
	$(LDCC) $(LDFLAGS) -o $@ $?

tree2dbm:

syncedb:

synctree:

install:	all
	install -c -m 755 edb2dbm $(SBINDIR)edb2dbm
	install -c -m 755 edbcat $(SBINDIR)edbcat
	install -c -m 755 tree2dbm $(SBINDIR)tree2dbm
	install -c -m 755 syncedb $(SBINDIR)syncedb
	install -c -m 755 synctree $(SBINDIR)synctree
	install -c -m 755 tdirname $(SBINDIR)tdirname
	install -c -m 755 file2dn $(SBINDIR)file2dn

clean:
	rm -f *.o a.out edb2dbm edbcat tdirname file2dn
