|
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: 1020 (0x3fc) Types: TextFile Names: »Imakefile«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦dfeb830e8⟧ └─ ⟦this⟧ »rev6-0-0/Imakefile«
/**/# /**/# This is for the main ADA directory. /**/# We go visit the subdirectories. /**/# #ifndef ADA_IMAKEFILE_FILE /* This is only necessary for the "top" Ada directory. It might be imake'd * by a non-Ada superior directory and so we have to be prepared to fake the * Ada imake environment. Other Imakefiles within the Ada source tree will * be invoked by the Makefile produced from this Imakefile and they will do * it properly. */ #define ADA_IMAKEFILE_FILE "/dev/null" #include "./tools/config/Imake.tmpl.ada #endif #define IHaveSubdirs #define NoAdaSrcs /* No ADASRCS in this directory */ SUBDIRS = tools x-library x-testing x-clients x-demos #define PassCDebugFlags /* This just needs to exist. */ directories:: $(ADALIBDIR) $(ADACONFIGDIR) $(ADABINDIR) $(ADALIBDIR): mkdir -p $(ADALIBDIR) chmod a+r $(ADALIBDIR) $(ADACONFIGDIR): mkdir -p $(ADACONFIGDIR) chmod a+r $(ADACONFIGDIR) $(ADABINDIR): mkdir -p chmod a+r $(ADABINDIR) /**/# End of the Imakefile