# Project:   jstest


# Toolflags:
CCflags = -c -depend !Depend -IC:,JSLib: -DNSPR20 -throwback
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -nounusedareas -aif -c++ -o $@
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
PCflags = -c -depend !Depend -throwback -IP:
JFPatchflags = -depend !Depend -throwback -out $@
Bas2Txtflags = -j -b -o $@ -i 
Basic2Cflags = -t -o $@ -4 -i 
MakeDllflags = -o $@
LinkDllflags = $(linkflags)


# Final targets:
@.jstest:   @.o.test C:o.stubs JSLib:o.jslib 
        link $(linkflags) @.o.test C:o.stubs JSLib:o.jslib 


# User-editable dependencies:

# Static dependencies:
@.o.test:   @.c.test
        cc $(ccflags) -o @.o.test @.c.test 


# Dynamic dependencies:
o.test:	c.test
o.test:	JSLib:h.jsapi
o.test:	JSLib:h.jspubtd
o.test:	JSLib:h.prtypes
o.test:	JSLib:h.prcpucfg
o.test:	JSLib:obsolete.h.protypes
o.test:	JSLib:h.jscompat
o.test:	JSLib:h.prtypes
o.test:	JSLib:h.prlong
o.test:	JSLib:h.prtypes
