###############################################################################
#
# File:         makefile
# RCS:          $Header: $
# Description:  Makefile for tags++
#		This version uses Borland C++ 3.1
# Author:       Darryl Okahata
# Created:      Tue Mar 30 23:01:42 1993
# Modified:     Tue Mar 30 23:56:45 1993 (darrylo@home) darrylo@dosmachine
# Language:     N/A
# Package:      N/A
# Status:       Experimental (Do Not Distribute)
#
# (C) Copyright 1993, Darryl Okahata, all rights reserved.
#
###############################################################################

# Edit this to reflect your configuration:

# Normal version:
WILDARGS=e:\borlandc\lib\wildargs.obj
# Bugfix version:
WILDARGS=e:\borlandc\crtl\clib\c\wildargs.obj

CCFLAGS=-mc -A -v -y -G -O -Og -Oe -Om -Ov -Ol -Ob -Op -Oi \
	-Z -N -k- -vi- -wpro -weas -wpre


etags.exe: etags.c etags1.h etags2.h etags.opt
	bcc @etags.opt etags.c $(WILDARGS)

etags.opt: makefile
	echo $(CCFLAGS) > etags.opt
