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

⟦f71ee2798⟧ TextFile

    Length: 373 (0x175)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

CFLAGS=-O

all:	s2latex s2latex.1

s2latex: y.tab.c lex.yy.c symtab.o symtab.h
	cc ${CFLAGS} -o s2latex y.tab.c symtab.o -ll

y.tab.c: s2l.y
	yacc s2l.y

lex.yy.c: s2l.l
	lex s2l.l

s2latex.1: s2latex.tbl
	tbl s2latex.tbl >s2latex.1

clean:	
	rm -f y.tab.c lex.yy.c core y.tab.h *.o s2latex.1

mktar:
	tar cvf s2latex.tar Makefile s2l.y s2l.l symtab.c symtab.h s2latex.tbl