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

⟦f321edead⟧ TextFile

    Length: 1551 (0x60f)
    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/porting-tests/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_allexe.prb \
		aaa_allexe.prs \
		exe_*.pkb \
		exe_*.pks \
		exe_*.prb \
		exe_*.prs

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

AdaComplexTestingTarget_1(aaa_all_exe,aaa_all_exe,$(XLIB),,$(XLIB))

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

test: all
	aaa_all_exe

Test(exe_001)
Test(exe_002)

Test(exe_101)
Test(exe_102)
Test(exe_103)
Test(exe_104)
Test(exe_105)
Test(exe_106)
Test(exe_107)
Test(exe_108)
Test(exe_109)
Test(exe_110)

Test(exe_201)
Test(exe_202)
Test(exe_203)
Test(exe_204)
Test(exe_205)
Test(exe_206)
Test(exe_207)
Test(exe_208)

Test(exe_301)
Test(exe_302)
Test(exe_303)

/**/# End of Imakefile