DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦4991e4d98⟧ TextFile

    Length: 1106 (0x452)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/mctex/imagen/Makefile« 

TextFile

#
# Copyright (c) 1987, 1989 University of Maryland
# Department of Computer Science.  All rights reserved.
# Permission to copy for any purpose is hereby granted
# so long as this copyright notice remains intact.
#
# $Header: /usr/src/local/tex/local/mctex/imagen/RCS/Makefile,v 3.2 89/10/18 07:09:57 chris Exp $
#
# Makefile for dvi-to-Imagen-imPRESS conversion program

DESTDIR=
SHELL=	/bin/sh
CFLAGS=	-O -I../h
LINTFL=	-hbux -I../h -L ../lib/llib-lib
MAKE=	make
LIBS=	../lib/lib.a

# these are intended to be overridden by the definitions in ../Makefile
# but just in case, they are here too
BINDIR=	${DESTDIR}/usr/local/bin
MANDIR=	${DESTDIR}/usr/local/man
INSTALL=install

SRCS=	imagen1.c

all: imagen1

install:
	${INSTALL} -s -o bin -g bin imagen1 ${BINDIR}/imagen1
	${INSTALL} -c -o bin -g bin iptex.sh ${BINDIR}/iptex
	${INSTALL} -c -o bin -g bin -m 444 iptex.1 ${MANDIR}/man1/iptex.1

clean:
	rm -f core *.o imagen1

cleandir: clean
	rm -f .depend

depend: ${SRCS}
	mkdep ${CFLAGS} ${SRCS}

lint: ${SRCS}
	lint ${LINTFL} imagen1.c

imagen1: imagen1.o ${LIBS}
	${CC} ${CFLAGS} -o $@ $@.o ${LIBS}