51 lines
2.9 KiB
Bash
Executable File
51 lines
2.9 KiB
Bash
Executable File
if $cc $cflags bhcst.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhdlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhdnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhfcon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhicon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhilb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhpnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags bhucon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crcst.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crdlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crdnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crfcon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags cricon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crilb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crpnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crscon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags crucon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags cst.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags dfdlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags dfdnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags dfilb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags dlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags dnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags end.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags endarg.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags exc.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags fcon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags icon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags ilb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags msend.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags op.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags opcst.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags opdlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags opdnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags opilb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags opnarg.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags oppnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags pnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags pro.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags pronarg.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags msstart.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags psdlb.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags psdnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags pspnam.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags scon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags ucon.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags -I../read_em C_out.c ; then : ; else exit 1 ; fi
|
|
if $cc $cflags $1/em.c ; then : ; else exit 1 ; fi
|
|
if mv em.o em$1.o ; then : ; else exit 1 ; fi
|
|
if $ar rc libem$1.a bhcst.o bhdlb.o bhdnam.o bhfcon.o bhicon.o bhilb.o bhpnam.o bhucon.o crcst.o crdlb.o crdnam.o crfcon.o cricon.o crilb.o crpnam.o crscon.o crucon.o cst.o dfdlb.o dfdnam.o dfilb.o dlb.o dnam.o end.o endarg.o exc.o fcon.o getid.o icon.o ilb.o insert.o internerr.o msend.o op.o opcst.o opdlb.o opdnam.o opilb.o opnarg.o oppnam.o pnam.o pro.o pronarg.o msstart.o psdlb.o psdnam.o pspnam.o scon.o ucon.o C_out.o em$1.o failed.o ; then : ; else exit 1 ; fi
|