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

⟦5b913c2df⟧ TextFile

    Length: 1541 (0x605)
    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-clients/xev/Imakefile« 

TextFile

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

  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//**/* \ has no 'Specs

           ADASRCS = \
			Buttonpr.prb \
			Buttonre.prb \
			Circnot.prb \
			Circreq.prb \
			Clientmsg.prb \
			Colornot.prb \
			Confignot.prb \
			Configreq.prb \
			Createnot.prb \
			Destroynot.prb \
			Enternot.prb \
			Expose.prb \
			Focusin.prb \
			Focusout.prb \
			Graphicexp.prb \
			Gravitynot.prb \
			Keymapnot.prb \
			Keypress.prb \
			Keyrelease.prb \
			Leavenot.prb \
			Main.prb \
			Mapnot.prb \
			Mappingnot.prb \
			Mapreq.prb \
			Motionnot.prb \
			Noexpose.prb \
			Prologue.prb \
			Propernot.prb \
			Put.prb \
			Reparnot.prb \
			Resizereq.prb \
			Selectclr.prb \
			Selectnot.prb \
			Selectreq.prb \
			Set_Size.prb \
			Unmapnot.prb \
			Visibilnot.prb \
			XevUnix.prb \
			XevUnix.prs \
			Xev_Main.pkb \
			Xev_Main.pks

AdaComplexProgramTarget(xev,xev_unix,$(ADATOP)/x-library/libxlib.a,$(ADATOP)/x-library/libxlib.a,)

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

/**/# End of Imakefile