|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ I T ┃
Length: 1349 (0x545) Types: TextFile Names: »Imakefile«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦dfeb830e8⟧ └─ ⟦this⟧ »rev6-0-0/x-testing/graphics/Imakefile«
/**/# /**/# This is for the ADA testing R_Manager directory. /**/# #if 1 AdaNormalFlags() /* We want normal operation. */ #endif #if 0 AdaDebugFlags() /* We want to debug. */ #endif #if 0 AdaProfileFlags() /* We want to profile. */ #endif ADAWORKINGSTEM = ada-lib ADAWORKINGNAMES = $(ADAWORKINGSTEM).sub ../test-utilities/testutil.sub \ $(ADATOP)/x-library/xlib2.sub \ $(ADATOP)/x-library/xlib1.sub \ $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_rt.sub ADAWORKINGLIB = $(ADAWORKINGSTEM).sub \ $(ADAWORKINGSTEM).obj \ $(ADAWORKINGSTEM).obk ADAEXTERNALLIB = ../test-utilities/testutil.sub \ $(ADATOP)/x-library/xlib2.sub \ $(ADATOP)/x-library/xlib1.sub \ $(TELEGEN2)/lib/h_unix.obj $(TELEGEN2)/lib/h_rt.obj ADASRCS1 = \ aaa_all_gr.prb \ aaa_all_gr.prs \ GrRandom.pks \ GrRandom.pkb \ GrStateTst.prg \ GrStateTst.prb \ gr_*.prb \ gr_*.prs XLIB = $(ADATOP)/x-library/libxlib.a AdaComplexTestingTarget_1(aaa_all_gr,aaa_all_gr,,,$(XLIB)) #define Test(name) @@\ AdaNormalTestingTarget(name/**/_run,name/**/_run,name*.pr?,,,$(XLIB)) @@\ AdaNormalTestingTarget(name,name,name*.pr?,,,$(XLIB)) test: all aaa_all_gr Test(gr_001) Test(gr_002) Test(gr_003) Test(gr_004) Test(gr_005) Test(gr_006) Test(gr_007) Test(gr_008) /**/# End of Imakefile