|
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: 1300 (0x514) 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/r-manager/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_rm.prb \ aaa_all_rm.prs \ RmTstUtil.pks \ RmTstUtil.pkb \ rm_*.prb \ rm_*.prs XLIB = $(ADATOP)/x-library/libxlib.a AdaComplexTestingTarget_1(aaa_all_rm,aaa_all_rm,,,$(XLIB)) #define Test(name) @@\ AdaNormalTestingTarget(name/**/_run,name/**/_run,name*.pr?,,,$(XLIB)) @@\ AdaNormalTestingTarget(name,name,name*.pr?,,,$(XLIB)) test: all aaa_all_rm Test(rm_010) Test(rm_020) Test(rm_040) Test(rm_050) Test(rm_060) Test(rm_070) Test(rm_080) /**/# End of Imakefile