home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
aetsk100.arj
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1991-12-01
|
624b
|
36 lines
# makefile for libtask.a (Borland make 3.0+)
GINC1=../inc
GINC2=../../ae/inc
!include "..\..\builtins.mak"
all: ..\..\lib\libtask.a
O=task.o \
semas.o \
mailbox.o \
pipes.o \
sysqvfnc.o \
taskmain.o \
keybdtsk.o \
tskfatal.o
libtask.a: $(O)
del libtask.a
ar rc libtask.a @&&!
$(O)
!
..\..\lib\libtask.a: libtask.a
copy libtask.a ..\..\lib
ar s ..\..\lib\libtask.a
a.out: test.o ..\..\lib\libtask.a
gcc test.o -ltask -lae -lpc
test.exe: a.out
copy a.out test
aout2exe test