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

⟦e1a641284⟧ TextFile

    Length: 1065 (0x429)
    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-demos/ico/Imakefile« 

TextFile

/**/#
/**/# This is for the ADA X clients ICO 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

  ADAWORKINGNAMES = ada-lib.sub \
		    $(ADATOP)/x-library/xlib2.sub \
		    $(ADATOP)/x-library/xlib1.sub \
		    $(TELEGEN2)/lib/h_unix.sub \
		    $(TELEGEN2)/lib/h_rt.sub

   ADAEXTERNALLIB = \
		    $(ADATOP)/x-library/xlib1.obj//**/* \
		    $(TELEGEN2)/lib/h_rt.sub \
		    $(TELEGEN2)/lib/h_unix.sub
/**/#####	    $(ADATOP)/x-library/xlib2.obj//**/* - contains no 'Specs


           ADASRCS = \
			../misc/Ran1Pkg.pks \
			../misc/Ran1Pkg.pkb \
			../misc/Trig.pks \
			../misc/Trig.pkb \
			Ico_Cube.pks \
			Ico_Ico.pks \
			Ico_Main.pkb \
			Ico_Main.pks \
			Ico_PInfo.pks \
			Ico_Tetra.pks \
			Ico_Unix.prb \
			Ico_Unix.prs

AdaComplexProgramTarget(ico,ico_unix,$(ADAWORKINGNAMES) $(ADATOP)/x-library/libxlib.a,$(ADATOP)/x-library/libxlib.a,)

debug:
	adbg -s ico.script -x ico ico

/**/# End of Imakefile