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

⟦2497ea0cb⟧ TextFile

    Length: 468 (0x1d4)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/LaTeX/LaTeXindex/Makefile« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/LaTeX/LaTeXindex/Makefile« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/LaTeX/LaTeXindex/Makefile« 

TextFile

# $Header: Makefile,v 1.2 88/01/25 17:13:49 root Exp $
DEST=/usr/local/bin
LFLAGS=
YFLAGS=
LDFLAGS=-s
CFLAGS=-O
LOADLIBES=-ltrw -lprofile -lglob -ll

all: index

index: indexlex.c index.o
	$(CC) $(LDFLAGS) -o index index.o $(LOADLIBES)

indexlex.c: indexlex.l

index.o: indexlex.c

install: all
	install index $(DEST)
	install -c -m 644 index.1 /usr/man/manl/index.l
	install -c -m 644 index.5 /usr/man/manl/index5.l

clean:
	-rm *.o lex.yy.c y.tab.c indexlex.c index