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

⟦1bae2a37e⟧ TextFile

    Length: 943 (0x3af)
    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-library/foreign/Tg2Unix68k/Imakefile« 

TextFile

/**/#
/**/# This is for the ADA X-Library/assembler directory.
/**/#

#define NoAdaSrcs			/* No ADASRCS in this directory */

            SRCS = \
		mtFunction.s \
		mtGetA4.s \
		mtGetArg.c \
                mtInInvok.s \
                mtInOutInvok.s \
		mtLogic8.s \
		mtLogic16.s \
		mtLogic32.s \
		mtMemCopy.s \
		mtStrFunc.s

           OBJS = \
		mtFunction.o \
                mtGetA4.o \
		mtGetArg.o \
                mtInInvok.o \
                mtInOutInvok.o \
		mtLogic8.o \
		mtLogic16.o \
		mtLogic32.o \
		mtMemCopy.o \
		mtStrFunc.o

NormalLibraryTarget(xlib,$(OBJS))

/**/# We "install" the library in our parent x-library directory.  He will
/**/# install it "for real" when his install is done.

all:: $(ADATOP)/x-library/libxlib.a

$(ADATOP)/x-library/libxlib.a: libxlib.a
	$(INSTALL) -c $(INSTLIBFLAGS) libxlib.a $(ADATOP)/x-library
	$(RANLIB) $(RANLIBINSTFLAGS) $(ADATOP)/x-library/libxlib.a

/**/# End of Imakefile