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: 1048 (0x418) 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/test-utilities/Imakefile«
/**/# /**/# This is for the ADA testing Test_Utilities directory. /**/# #if 0 AdaNormalFlags() /* We want normal operation. */ #endif #if 1 AdaDebugFlags() /* We want to debug. */ #endif #if 0 AdaProfileFlags() /* We want to profile. */ #endif ADAWORKINGSTEM = testutil ADAWORKINGNAMES = $(ADAWORKINGSTEM).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 = $(ADATOP)/x-library/xlib2.sub \ $(ADATOP)/x-library/xlib1.sub \ $(TELEGEN2)/lib/h_unix.obj $(TELEGEN2)/lib/h_rt.obj ADASRCS = \ Capitalize.fnb \ Capitalize.fns \ Lower_Case.fnb \ Lower_Case.fns \ RunOneTest.prb \ RunOneTest.prg \ SwapRaw.fnb \ SwapRaw.fns \ SwapUChar.fnb \ SwapUChar.fns \ Test_Io.pkb \ Test_Io.pks \ TrapErrRep.pkb \ TrapErrRep.pks AdaComplexTestingLibrary(testutil) test: /**/# End of Imakefile