.AUTODEPEND

#		*Translator Definitions*
CC = bcc +MACBL.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = D:\BORLANDC\LIB
INCLUDEPATH = D:\BORLANDC\INCLUDE


#		*Implicit Rules*
.c.obj:
  $(CC) -c {$< }

.cpp.obj:
  $(CC) -c {$< }

#		*List Macros*


EXE_dependencies =  \
 macbl.obj

#		*Explicit Rules*
macbl.exe: macbl.cfg $(EXE_dependencies)
  $(TLINK) /x/c/Vt/L$(LIBPATH) @&&|
c0s.obj+
macbl.obj
macbl
		# no map file
cs.lib
|


#		*Individual File Dependencies*
macbl.obj: macbl.cfg macbl.c 

#		*Compiler Configuration File*
macbl.cfg: makefile.
  copy &&|
-2
-f-
-G
-O
-Og
-Oe
-Om
-Ov
-Ol
-Ob
-Op
-Oi
-Z
-k-
-d
-vi-
-wpro
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
-Ff
| macbl.cfg


