Makefile explanation
Hello,
Can someone explain to me what this makefile does? I'm particularly
interested in the command-line options. This is from Borland 3.
# $NOKEYWORDS$
# MAKEFILE
#
ap_make.jor: ap_mbox.OBJ ap_idlc.OBJ ap_init.obj ap_seng.obj
touch ap_make.jor
..CPP.OBJ:
bcc @&&!
-DOAK_PHAR2
-Ff=32
-c
-ml
-2
-X
-DOSX286
-I$(BCINC);..\incl;..\***e;..\orbt;..\..\orser\oaob j\incl
$&.CPP
!
|