|
|
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 - metrics - downloadIndex: P T
Length: 5557 (0x15b5)
Types: TextFile
Names: »Project.tmpl-ada«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦dfeb830e8⟧
└─⟦this⟧ »rev6-0-0/tools/config/Project.tmpl-ada«
/**/###########################################################################
/**/# X Window System ADA Build Parameters
/**/# $Rational: Project.ada-tmpl,v 1.00 90/05/17 GEB $
/*****************************************************************************
* *
* DEFAULT DEFINITONS *
* *
* The following section contains defaults for things that can be overridden *
* in the various *.cf and site.def files. DO NOT EDIT! *
* *
****************************************************************************/
#define ProjectADAX 1 /* do *not* change this line */
/*
* X-specific things
*/
#ifndef BuildAdaParameterizer
#define BuildAdaParameterizer YES /* Yes, build parametizer tool. */
#endif
#ifndef AdaConfigDir
#define AdaConfigDir $(ADALIBDIR)/config
#endif
#ifndef AdaUsrLibDir
#define AdaUsrLibDir $(USRLIBDIR)
#endif
#ifndef AdaBinDir
#define AdaBinDir $(DESTDIR)/usr/bin/X11/ada
#endif
#ifndef AdaLibDir
#define AdaLibDir $(USRLIBDIR)/X11/ada
#endif
ADAUSRLIBDIR = AdaUsrLibDir
ADALIBDIR = AdaLibDir
ADACONFIGDIR = $(ADALIBDIR)/config
ADACONFIGSRC = $(ADATOOLSRC)/config
ADAPARAMSRC = $(ADATOOLSRC)/ada-param
ADATOOLSRC = $(ADATOP)/tools
ADACOMOPTIONS = -l $(ADAWORKING) -E 10 -C 3 -V 1600
ADACOMOPTIONS1 = -l $(ADAWORKING1) -E 10 -C 3 -V 1600
ADACOMOPTIONS2 = -l $(ADAWORKING2) -E 10 -C 3 -V 1600
ADACOMOPTIONS3 = -l $(ADAWORKING3) -E 10 -C 3 -V 1600
ADACROPTIONS = -m 32000
ADALDOPTIONS = -l $(ADAWORKING) -v -X -V 1600
ADAPARAMOPTIONS =
ADACOMNORMAL = $(ADACOMOPTIONS)
ADACOMNORMAL1 = $(ADACOMOPTIONS1)
ADACOMNORMAL2 = $(ADACOMOPTIONS2)
ADACOMNORMAL3 = $(ADACOMOPTIONS3)
ADACRNORMAL = $(ADACROPTIONS)
ADALDNORMAL = $(ADALDOPTIONS)
ADAPARAMNORMAL =
ADACOMDEBUG = $(ADACOMOPTIONS) -d
ADACOMDEBUG1 = $(ADACOMOPTIONS1) -d
ADACOMDEBUG2 = $(ADACOMOPTIONS2) -d
ADACOMDEBUG3 = $(ADACOMOPTIONS3) -d
ADACRDEBUG = $(ADACROPTIONS)
ADALDDEBUG = $(ADALDOPTIONS)
ADAPARAMDEBUG =
ADACOMPROFILE = $(ADACOMOPTIONS) -x
ADACOMPROFILE1 = $(ADACOMOPTIONS1) -x
ADACOMPROFILE2 = $(ADACOMOPTIONS2) -x
ADACOMPROFILE3 = $(ADACOMOPTIONS3) -x
ADACRPROFILE = $(ADACROPTIONS)
ADALDPROFILE = $(ADALDOPTIONS)
ADAPARAMPROFILE =
#ifndef AdaNormalFlags
#define AdaNormalFlags() @@\
ADACOMFLAGS = $(ADACOMNORMAL) @@\
ADACOMFLAGS1 = $(ADACOMNORMAL1) @@\
ADACOMFLAGS2 = $(ADACOMNORMAL2) @@\
ADACOMFLAGS3 = $(ADACOMNORMAL3) @@\
ADACRFLAGS = $(ADACRNORMAL) @@\
ADALDFLAGS = $(ADALDNORMAL) @@\
ADAPARAMFLAGS = $(ADAPARAMNORMAL)
#endif
#ifndef AdaDebugFlags
#define AdaDebugFlags() @@\
ADACOMFLAGS = $(ADACOMDEBUG) @@\
ADACOMFLAGS1 = $(ADACOMDEBUG1) @@\
ADACOMFLAGS2 = $(ADACOMDEBUG2) @@\
ADACOMFLAGS3 = $(ADACOMDEBUG3) @@\
ADACRFLAGS = $(ADACRDEBUG) @@\
ADALDFLAGS = $(ADALDDEBUG) @@\
ADAPARAMFLAGS = $(ADAPARAMDEBUG)
#endif
#ifndef AdaProfileFlags
#define AdaProfileFlags() @@\
ADACOMFLAGS = $(ADACOMPROFILE) @@\
ADACOMFLAGS1 = $(ADACOMPROFILE1) @@\
ADACOMFLAGS2 = $(ADACOMPROFILE2) @@\
ADACOMFLAGS3 = $(ADACOMPROFILE3) @@\
ADACRFLAGS = $(ADACRPROFILE) @@\
ADALDFLAGS = $(ADALDPROFILE) @@\
ADAPARAMFLAGS = $(ADAPARAMPROFILE)
#endif
AdaNormalFlags()
ADACOM = ada
ADACRLIB = acr
ADALD = ald
#ifdef UseInstalled
ADAPARAM = ada-param /* assume BINDIR in path */
#else
ADAPARAM = $(ADAPARAMSRC)/ada-param
#endif
/**/#---ADAWORKING is the name of the library (.alb) file to use for
/**/# compilations. For TeleSoft this is a text file containing a list of
/**/# sublibrary names.
/**/#
/**/# ADAWORKINGLIB contains the names of the files and directories that make
/**/# up the main working sublibrary. For TeleSoft this is a list containing
/**/# the names of the .sub file and the .obj directory created by the acr
/**/# command. These are the .sub/.obj reference by the first "Name:" in
/**/# the $(ADAWORKING) file. We also add the .obk directory as part of our
/**/# ada-depends processing.
/**/#
/**/# ADAWORKINGSTEM contains the base name of the working sublibrary.
/**/# If ADAWORKINGLIB contains "xyz/foo.sub xyz/foo.obj" then this contains
/**/# just "xyz/foo".
/**/#
/**/# ADAEXTERNALLIB contains the names of the files and directories that
/**/# make up the various libraries that are used by this directory but which
/**/# are not compiled or controlled by this Makefile.
/**/#
/**/# ADASRCS contains the list of all source files. This must be set by the
/**/# user in the Imakefile.
/**/#
ADAWORKING = liblst.alb
ADAWORKINGSTEM = ada-lib
ADAWORKINGNAMES = $(ADAWORKINGSTEM).sub \
$(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_rt.sub
ADAWORKINGLIB = $(ADAWORKINGSTEM).sub \
$(ADAWORKINGSTEM).obj \
$(ADAWORKINGSTEM).obk
ADAEXTERNALLIB = $(TELEGEN2)/lib/h_unix.obj $(TELEGEN2)/lib/h_rt.obj
ADALIBDEPS = $(ADAWORKING) $(ADAWORKINGLIB) $(ADAEXTERNALLIB)
ADASRCS = Imakefile-does-not-define-SRCS
ADABINDIR = AdaBinDir