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

⟦17f00351c⟧ TextFile

    Length: 1242 (0x4da)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile

/**/#
/**/# This is for the ADA TOOLS ada-param directory.
/**/#

#if 1
AdaNormalFlags()		/* We want normal operation. */
#endif
#if 0
AdaDebugFlags()			/* We want to debug. */
#endif
#if 0
AdaProfileFlags()		/* We want to profile. */
#endif

  ADAWORKINGNAMES = ada-lib.sub $(ADATOP)/tools/vstring/vstring.sub \
		    $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_rt.sub

   ADAEXTERNALLIB = $(ADATOP)/tools/vstring/vstring.sub \
		    $(ADATOP)/tools/vstring/vstring.obj \
		    $(TELEGEN2)/lib/h_rt.sub   $(TELEGEN2)/lib/h_rt.obj \
		    $(TELEGEN2)/lib/h_unix.sub $(TELEGEN2)/lib/h_unix.obj

              SRCS = \
			get_arg.c

              OBJS = \
			get_arg.o

           ADASRCS = \
			AdaParUnix.prs \
			AdaParUnix.prb \
			AdaParam.pks \
			AdaParam.pkb \
			DefPredef.prb \
			ErrReport.pks \
			ErrReport.pkb \
			Lexemes.pks \
			Lexemes.pkb \
			SymTable.pkb \
			SymTable.pks

AdaComplexProgramTarget(ada-param,ada_param_unix,$(OBJS),$(OBJS),)
NormalLibraryObjectRule()

$(ADATOP)/tools/vstring/vstring.sub:
	cd $(ADATOP)/tools/vstring ; make all

debug:
	adbg -s ada-param.script -x ada-param ada_param

test:
	cp Test_input test.ada
	./ada-param -p 'R1000=>TRUE' test.ada
	diff Test_output test.ada

/**/# End of Imakefile