|
|
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: M T
Length: 2678 (0xa76)
Types: TextFile
Names: »Makefile«
└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS
└─⟦91c658230⟧ »DATA«
└─⟦5d656759a⟧
└─⟦8fb0c967c⟧
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
└─⟦fc9b38f02⟧ »DATA«
└─⟦8e9e227a9⟧
└─⟦8fb0c967c⟧
└─⟦this⟧ »X11/Makefile«
#==============================================================================
# Makefile - Used to compile a subdirectory of the main RXI directory.
#
# Regeneration and Installation of RXI from sources :
#
# Unix> make <what>
#
# <what> is one of:
#
# all - Creates all rxi binaries (from sources if
# necessary, do this after a "make clean").
# clean - "Cleans" the directory so that you can rebuild
# rxi from sources.
#
#==============================================================================
#---Generated programs/fonts/etc. are installed into these directories.
# You may want to change some or all of these directory specifications
# in the parent directory.
#
# BINDIR - where rxi shell command will reside; eg. /usr/bin
# X11BINDIR - where rxi executables will reside;
# eg. /usr/lpp/X11/bin
# FONTDIR - where fonts reside; eg. /usr/lib/X11/fonts
# MANDIR - the man page directory for the rxi man page
# XAPPLOADDIR - where application defaults files reside
#==============================================================================
#==============================================================================
# You should not need to edit anything below this point.
#==============================================================================
CC = cc
LD = ld
RM = rm -f
SHELL = /bin/sh
#---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) $(SIZING) $(intDEFINES) $(intINCLUDES)
intDEFINES = -DUTMP -DRIOS $(DEFINES)
intINCLUDES = $(INCLUDES)
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 make.log \
X11/*.o *.tmp
OBJS = AsciiSink.o AsciiText.o Atoms.o CvtStdSel.o DefErrMsg.o Dialog.o \
DiskSrc.o GrayPixmap.o Label.o Lower.o Scroll.o Simple.o \
StringSrc.o StrToJust.o StrToOrnt.o StrToWidg.o Text.o TextTr.o
#==============================================================================
# Compilation/Generation
#==============================================================================
all: libX.o
libX.o: $(OBJS)
$(RM) $@
$(LD) -r -o libX.o $(OBJS)
#==============================================================================
clean:
$(RM_CMD) \#* *.a