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

⟦26d87e987⟧ TextFile

    Length: 529 (0x211)
    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-testing/Imakefile« 

TextFile

/**/#
/**/# 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