|
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: 881 (0x371) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/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 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) $(SHELL) -c "if ( test -f $(RANLIB) ) then $(RANLIB) $(lib);fi" $(objs): ../mfd.h clean: rm -f *.o $(lib) veryclean: clean rm -f \#*\# *~ *.bak *.ckp core