

BIN=dbe dbhelp db_textedit
PF=.dbe.pf 

REQUIRE=dbwish trdisp dberesp
REQUIRE_DATA=tcl
MAN1= dbe.1 dbhelp.1 

CLEAN= 		


TCL=    add2tbl.tcl \
	addfield.tcl \
	allow_edits.tcl \
	arrange.tcl \
	bitmaps.tcl \
	boolean.tcl \
	by_value.tcl \
	check_all.tcl \
	check_current.tcl \
	col_add.tcl \
	col_create.tcl \
	col_hide.tcl \
	col_map.tcl \
	col_refresh.tcl \
	col_sort.tcl \
	compute_charsize.tcl \
	compute_request.tcl \
	compute_rows.tcl \
	compute_widths.tcl \
	crunch.tcl \
	database_show.tcl \
	dbgraph.tcl \
	dbhelp.tcl \
	delete_rows.tcl \
	detail.tcl \
	dosort.tcl \
	field_checklist.tcl \
	find.tcl \
	fix_columns.tcl \
	fix_order.tcl \
	fix_rows.tcl \
	is_expression.tcl \
	join.tcl \
	ldelete.tcl \
	listbox_width.tcl \
	maxrows.tcl \
	menubar.tcl \
	newfont.tcl \
	newrow.tcl \
	newtable.tcl \
	nextfield.tcl \
	nojoin.tcl \
	paste.tcl \
	run.tcl \
	save.tcl \
	save_edit.tcl \
	save_settings.tcl \
	set_entry.tcl \
	set_field.tcl \
	show_col.tcl \
	show_record.tcl \
	show_table.tcl \
	sort.tcl \
	sortfields.tcl \
	startup.tcl \
	subset.tcl \
	table_close.tcl \
	table_fill.tcl \
	table_forget_columns.tcl \
	table_init.tcl \
	table_init_global.tcl \
	tables.tcl \
	theta.tcl \
	tkdialog.tcl \
	uniqueN.tcl \
	uniqueW.tcl 

ICONS = dbicon tblicon

DATADIR=tcl/library/dbe
DATA=tclIndex $(TCL) $(ICONS)

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

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

# $Id: Makefile,v 1.4 1998/05/05 19:34:00 danq Exp $ 
# DO NOT DELETE
