|
|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1713 (0x6b1)
Types: TextFile
Names: »Makefile.ini«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
└─⟦399fbce15⟧ »./mit-1/mit-1.00«
└─⟦ee38ad226⟧
└─⟦this⟧ »mit/Makefile.ini«
SHELL = /bin/sh
RM = rm -f
MV = mv
MAKE = make
TOP = .
CURRENT_DIR = .
CONFIGSRC = $(TOP)/config
IMAKESRC = $(CONFIGSRC)
IRULESRC = $(CONFIGSRC)
IMAKE = $(IMAKESRC)/imake
IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
FLAGS = $(MFLAGS) -f Makefile.ini BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
all:
@echo "Please use make World, and set BOOTSTRAPCFLAGS if necessary."
@echo "Do not name your log file make.log or it will be deleted."
@echo "Check the configuration parameters in the config directory,
@echo "and read the release notes carefully before proceeding."
@echo "If the top-level Makefile gets corrupted, copy Makefile.ini
@echo "to Makefile and try again."
World:
@echo ""
@echo "Building Release 5 of the X Window System"
@echo ""
@echo "##############################################################"
@echo "# Did you remember to check the configuration parameters in #"
@echo "# the directory ./config and set BOOTSTRAPCFLAGS if needed? #"
@echo "##############################################################"
@echo ""
@date
@echo ""
cd $(IMAKESRC); $(MAKE) $(FLAGS) clean; $(MAKE) $(FLAGS)
-$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
$(MAKE) $(MFLAGS) Makefiles
$(MAKE) $(MFLAGS) clean
$(MAKE) $(MFLAGS) includes
$(MAKE) $(MFLAGS) depend
$(MAKE) $(MFLAGS) $(WORLDOPTS)
@echo ""
@date
@echo ""
@echo "Full build of Release 5 of the X Window System complete."
@echo ""
Makefile:
cd $(IMAKESRC); $(MAKE) $(FLAGS)
-$(RM) Makefile.bak; $(MV) Makefile Makefile.bak
$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)