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: 529 (0x211) Types: TextFile Names: »Imakefile«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦dfeb830e8⟧ └─ ⟦this⟧ »rev6-0-0/x-testing/Imakefile«
/**/# /**/# This is for the ADA testing directory. /**/# We go visit the subdirectories. /**/# #define IHaveSubdirs #define NoAdaSrcs /* No ADASRCS in this directory */ /**/# Keep test_utilities first on the list. SUBDIRS = test-utilities \ converters \ graphics \ porting-tests \ r-manager test: for place in $(SUBDIRS) ; \ do \ echo Testing in $$place ... ; \ cd $$place ; make test ; cd .. ; \ done #define PassCDebugFlags /* This just needs to exist. */ /**/# End of Imakefile