|
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: 874 (0x36a) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« └─⟦5800b1b62⟧ └─⟦this⟧ »src-5.84b/mf/MFwindow/Makefile« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/mf/MFwindow/Makefile«
# This file makes an archive file consisting of the window support for # all the devices. To make Metafont support another device, just add a # file here, and the obvious declarations in ../extra.c (the device # support is the last section in that file). # # By making the result into an archive file, the final binary has only # the devices which are actually desired, thus saving some small amount # of time and space. # SITEDIR=.. CC=gcc OPT=-g CFLAGS=$(OPT) -I../$(SITEDIR) SHELL=/bin/sh RANLIB=/usr/bin/ranlib lib=window.a objs=hp2627.o sun.o tek.o uniterm.o x10.o x11.o .SUFFIXES: .SUFFIXES: .o .c .c.o: $(CC) $(CFLAGS) -c $*.c default: all all: $(lib) window.a: $(objs) rm -f $(lib) ar rc $(lib) $(objs) if test -f $(RANLIB); then $(RANLIB) $(lib); fi $(objs): ../mfd.h clean: rm -f *.o $(lib) veryclean: clean rm -f \#*\# *~ *.bak *.ckp core