DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ I T ┃
Length: 1306 (0x51a) Types: TextFile Names: »Imakefile«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦dfeb830e8⟧ └─ ⟦this⟧ »rev6-0-0/x-library/misc/Imakefile«
/**/# /**/# This is for the X-Library Misc 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 = ada-lib.sub ../xlib2.sub ../xlib1.sub \ $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_rt.sub ADAEXTERNALLIB = \ ../xlib2.sub ../xlib2.obj \ ../xlib1.sub ../xlib1.obj \ $(TELEGEN2)/lib/h_rt.sub $(TELEGEN2)/lib/h_rt.obj \ $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_unix.obj /**/########################################################################### /**/# Test programs /**/########################################################################### PROGRAMS = debug-main fake-main hello-world ADASRCS1 = Debug_Main.prs Debug_Main.prb AdaComplexTestingTarget_1(debug-main,debug_main,../libxlib.a,,../libxlib.a) ADASRCS2 = Fake_Main.prs Fake_Main.prb AdaComplexTestingTarget_2(fake-main,fake_main,../libxlib.a,,../libxlib.a) ADASRCS3 = HelloUnix.prs HelloUnix.prb \ HelloWorld.prs HelloWorld.prb AdaComplexTestingTarget_3(hello-world,hello_world_unix,../libxlib.a,,../libxlib.a) all:: touch $(PROGRAMS) /**/# End of Imakefile