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

⟦2f84037c6⟧ TextFile

    Length: 1696 (0x6a0)
    Types: TextFile
    Names: »Imake.tmpl-ada«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦dfeb830e8⟧ 
                └─ ⟦this⟧ »rev6-0-0/tools/config/Imake.tmpl-ada« 

TextFile

/*
 * generic imake template for ADA
 */

/**/###########################################################################
/**/# Makefile generated from IMAKE_TEMPLATE and INCLUDE_IMAKEFILE
/**/# $Rational: Imake.tmpl,v 1.0 90/05/21 GEB $

#ifndef ADATOPDIR
#define ADATOPDIR .
#endif

#include <sun.cf-ada>		/* No other way to do this, sigh. */
#include <site.def-ada>
#include <Project.tmpl-ada>
#include <Imake.rules-ada>

           ADATOP = ADATOPDIR

#ifdef UseInstalled
       ADAIRULESRC = $(ADACONFIGDIR)	/* used in rules file */
         IMAKE_CMD = $(IMAKE) -DUseInstalled \
			-I$(IRULESRC) -I$(ADAIRULESRC) \
			-f$(ADAIRULESRC)/Imake.tmpl-ada; \
			$(IMAKE_DEFINES)
#else
       ADAIRULESRC = $(ADACONFIGSRC)
         IMAKE_CMD = $(NEWTOP)$(IMAKE) \
			-I$(NEWTOP)$(IRULESRC) -I$(NEWADATOP)$(ADAIRULESRC) \
			-f$(NEWADATOP)$(ADAIRULESRC)/Imake.tmpl-ada \
			$(IMAKE_DEFINES)
#endif

  EXTRA_ICONFIGFILES =  $(ADAIRULESRC)/$(MACROFILE)-ada \
			$(ADAIRULESRC)/site.def-ada \
			$(ADAIRULESRC)/Project.tmpl-ada \
			$(ADAIRULESRC)/Imake.rules-ada \
			$(EXTRA_ADAICONFIGFILES)

/**/###########################################################################
/**/# Makefile generated from ADA_IMAKEFILE_FILE
#include ADA_IMAKEFILE_FILE

/**/###########################################################################
/**/# common rules for all Makefiles - do not edit

emptyrule::

AdaWorkingLibrary($(ADAWORKINGSTEM))
AdaWorkingLibraryFile($(ADAWORKING),$(ADAWORKINGNAMES))

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
ParamSubdirs($(SUBDIRS))
ReparamSubdirs($(SUBDIRS))
#endif

#ifndef NoAdaSrcs
AdaParameterize()
#else
param::
reparam::
normalize::
#endif