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: ┃ M T

⟦8694cb5fc⟧ TextFile

    Length: 3414 (0xd56)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦144d629ab⟧ 
                └─ ⟦this⟧ »./Xaw/Makefile« 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦5cb9d2efd⟧ 
                └─ ⟦this⟧ »./Xaw/Makefile« 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦7d9cab9a9⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦7d9cab9a9⟧ 
                └─ ⟦this⟧ »./Xaw/Makefile« 
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦85ff0a957⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦85ff0a957⟧ 
                └─ ⟦this⟧ »./Xaw/Makefile« 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦8e9e227a9⟧ 
            └─⟦e9895db93⟧ 
                └─ ⟦this⟧ »./Xaw/Makefile« 

TextFile

##############################################################################
#---Makefile - This makefile is used to create the Xaw sub-library of the RXI
#   program.  It is not a "normal" makefile.  It will only run correctly
#   when invoked by the main makefile located in ../Makefile.
#
#   You should not need to edit anything in this file.
##############################################################################

             CC = cc
             CP = cp
             LD = ld
             RM = rm -f
             MV = mv
             LN = ln -s
         RANLIB = ranlib
             AR = ar clq
           MAKE = make

#---These macros are defined on the make command line or not at all.

        CCFLAGS =
        DEFINES =
       INCLUDES =
        LDFLAGS =
        LIBDIRS =

#---These macros are redefined on the make command line if some special effect
#   is desirec.

       OPTIMIZE = -O

#---These macros are (presumably) never overridded by the command line.

    intCCFLAGS  = $(OPTIMIZE) $(intDEFINES) $(intINCLUDES)
    intDEFINES  = -DUTMP $(DEFINES)
    intINCLUDES = -I. $(INCLUDES) -I$(OPENWIN)/include
    intLDFLAGS  = $(LDFLAGS) $(intLIBDIRS) -assert nosymbolic
    intLIBDIRS  = $(LIBDIRS)

.c.o:
	$(RM) $@
	$(CC) $(intCCFLAGS) -c $*.c

         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
			.emacs_* make.log MakeOut

###########################################################################

HEADERS = \
	Cardinals.h \
	../RMCommand.h \
	../RMCommandP.h \
	../RMForm.h \
	../RMFormP.h \
	Label.h \
	LabelP.h \
	Scroll.h \
	ScrollP.h \
	Simple.h \
	SimpleP.h \
	XawMisc.h


OBJS = \
	GrayPixmap.o \
	Label.o \
	Scroll.o \
	Simple.o \
	Vendor.o

all:: libXaw.a

libXaw.a: $(OBJS) $(HEADERS)
	$(RM) $@
	$(AR) $@ $(OBJS)
	$(RANLIB) $@

clean::
	$(RM_CMD) \#*

###########################################################################
# dependencies generated by makedepend

# DO NOT DELETE

GrayPixmap.o:  ../X11/IntrinsicP.h
GrayPixmap.o: ../X11/Intrinsic.h 
GrayPixmap.o: ../X11/Core.h ../X11/Composite.h
GrayPixmap.o: ../X11/Constraint.h ../X11/CoreP.h
GrayPixmap.o: ../X11/CompositeP.h ../X11/ConstrainP.h
Label.o: ../X11/IntrinsicP.h ../X11/Intrinsic.h 
Label.o:  ../X11/Core.h ../X11/Composite.h
Label.o: ../X11/Constraint.h ../X11/CoreP.h
Label.o: ../X11/CompositeP.h ../X11/ConstrainP.h
Label.o: ../X11/StringDefs.h  
Label.o: LabelP.h Label.h Simple.h
Label.o: ../X11/Xmu.h ../X11/Intrinsic.h
Label.o: SimpleP.h ../X11/CoreP.h
Scroll.o: ../X11/IntrinsicP.h ../X11/Intrinsic.h 
Scroll.o:  ../X11/Core.h ../X11/Composite.h
Scroll.o: ../X11/Constraint.h ../X11/CoreP.h
Scroll.o: ../X11/CompositeP.h ../X11/ConstrainP.h
Scroll.o: ../X11/StringDefs.h ScrollP.h Scroll.h
Scroll.o: ../X11/Xmu.h ../X11/Intrinsic.h ../X11/CoreP.h
Simple.o: ../X11/IntrinsicP.h ../X11/Intrinsic.h 
Simple.o:  ../X11/Core.h ../X11/Composite.h
Simple.o: ../X11/Constraint.h ../X11/CoreP.h
Simple.o: ../X11/CompositeP.h ../X11/ConstrainP.h
Simple.o: ../X11/StringDefs.h
Simple.o: SimpleP.h Simple.h ../X11/CoreP.h
Simple.o: ../X11/Vendor.h
Vendor.o:  ../X11/IntrinsicP.h
Vendor.o: ../X11/Intrinsic.h  
Vendor.o:   ../X11/Core.h
Vendor.o: ../X11/Composite.h ../X11/Constraint.h
Vendor.o: ../X11/CoreP.h ../X11/CompositeP.h
Vendor.o: ../X11/ConstrainP.h ../X11/StringDefs.h
Vendor.o: ../X11/Shell.h ../X11/ShellP.h ../X11/VendorP.h
Vendor.o: ../X11/Vendor.h ../X11/VendorP.h