|
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 - downloadIndex: ┃ M T ┃
Length: 746 (0x2ea) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« └─⟦2109abc41⟧ └─ ⟦this⟧ »./X.V10R4/xwud/Makefile«
# Copyright 1985, Massachusetts Institute of Technology # xwud - makefile for the Athena X window system window # window raster image undumper. # # Written by: Tony Della Fera, DEC # DESTDIR = INCLUDES = -I../include CONFDIR = /usr/new XLIB = ../Xlib/libX.a XH = ../Xlib/Xlib.h CFLAGS = -O $(INCLUDES) CLIBS = .SUFFIXES: .o .h .c .a OBJS = xwud.o all: xwud xwud: $(OBJS) $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS) xwud.o: ../include/X/XWDFile.h $(XH) link: $(CC) $(CFLAGS) -o xwud $(OBJS) $(XLIB) $(CLIBS) install: all install -s xwud $(DESTDIR)$(CONFDIR) chmod 755 $(DESTDIR)$(CONFDIR)/xwud clean: rm -f *~* *.bak core \#* rm -f xwud.c.[0-9]* Makefile.[0-9]* xwud.1.[0-9]* rm -f xwud.o xwud igrind: igrind xwud.c