
BIN=dbdesign
MAN1=dbdesign.1
PF=dbdesign.pf

TCL_FILES= \
    add_attributes.tcl \
    attribute.tcl \
    generic.tcl \
    load.tcl \
    menubar.tcl \
    nextfield.tcl \
    relation.tcl \
    save.tcl \
    schema.tcl \
    edit_attributes.tcl

DATADIR=tcl/library/dbdesign
DATA=tclIndex $(TCL_FILES)

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)

tclIndex : $(TCL_FILES)
	tclindex $(TCL_FILES) > $@


# $Id: Makefile,v 1.1.1.1 1997/04/12 04:16:30 danq Exp $ 
# DO NOT DELETE
