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

⟦918a6b8a3⟧ TextFile

    Length: 1152 (0x480)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile

/**/#
/**/# This is for the ADA TOOLS vstring 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

       ADAWORKING = liblst.alb
  ADAWORKINGNAMES = vstring.sub \
		    $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_rt.sub
    ADAWORKINGLIB = vstring.sub vstring.obj vstring.obk
   ADAWORKINGSTEM = vstring

   ADAEXTERNALLIB = $(TELEGEN2)/lib/h_rt.sub   $(TELEGEN2)/lib/h_rt.obj \
		    $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_unix.obj

           ADASRCS = \
			Arithmetic.pkb \
			Arithmetic.pks \
			Error_Log.pkb \
			Error_Log.pks \
			StringHeap.pkb \
			StringHeap.pkg \
			String_Map.pkb \
			String_Map.pkg \
			VsAssign.pkb \
			VsAssign.pks \
			VsCase.pkb \
			VsCase.pks \
			VsCompare.pkb \
			VsCompare.pks \
			VsEqual.pkb \
			VsEqual.pks \
			VsHash.fnb \
			VsHash.fns \
			VsHeap.pkb \
			VsHeap.pks \
			VsIo.pkb \
			VsIo.pks \
			VsQuery.pkb \
			VsQuery.pks \
			VsScan.pkb \
			VsScan.pks \
			VsType.pkb \
			VsType.pks

AdaComplexTestingLibrary(vstring)

/**/# End of Imakefile