DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ I T

⟦d0b67da9f⟧ TextFile

    Length: 1612 (0x64c)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦dfeb830e8⟧ 
                └─ ⟦this⟧ »rev6-0-0/x-testing/converters/Imakefile« 

TextFile

/**/#
/**/# 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_allcvt.prb \
		aaa_allcvt.prs \
		CvtTstUtil.pks \
		CvtTstUtil.pkb \
		cvt_*.prb \
		cvt_*.prs

             XLIB = $(ADATOP)/x-library/libxlib.a

AdaComplexTestingTarget_1(aaa_all_cvt,aaa_all_cvt,,,$(XLIB))

#define Test(name)							@@\
AdaNormalTestingTarget(name/**/_run,name/**/_run,name*.pr?,,,$(XLIB))	@@\
AdaNormalTestingTarget(name,name,name*.pr?,,,$(XLIB))

test: all
	aaa_all_cvt

Test(cvt_010)
Test(cvt_020)
Test(cvt_030)
Test(cvt_040)
Test(cvt_050)
Test(cvt_060)
/**/# T est(cvt_070)
/**/# T est(cvt_080)

Test(cvt_090)
Test(cvt_092)
Test(cvt_094)
Test(cvt_096)

Test(cvt_100)
Test(cvt_110)

Test(cvt_120)
Test(cvt_121)
Test(cvt_122)
Test(cvt_123)
Test(cvt_124)
Test(cvt_125)
Test(cvt_126)
Test(cvt_127)
Test(cvt_128)
Test(cvt_129)

Test(cvt_130)
Test(cvt_131)
Test(cvt_132)

/**/# End of Imakefile