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

⟦fc57bac32⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/crt-viewers/sunview/dvisun/Makefile« 

TextFile

RM = /bin/rm
BINDIR = /usr/local/bin
CFLAGS = -fsingle -DUCI -DTPIC -DFONTAREA=\"/usr/local/lib/tex/fonts/pk120\" -O 
LFLAGS = -lsuntool -lsunwindow -lpixrect -lm 

dvisun:	dvisun.o draw_sun.o sun_ellipse.o
	cc -s -o dvisun ${CFLAGS} dvisun.o draw_sun.o sun_ellipse.o \
		-lsuntool -lsunwindow -lpixrect -lm

install:
	install  dvisun $(BINDIR)

clean:	
	$(RM) -f *.o *~ \#*\# *.bak