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 - download
Index: ┃ T s

⟦b07822fcd⟧ TextFile

    Length: 695 (0x2b7)
    Types: TextFile
    Names: »s.Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/mon/s.Makefile« 

TextFile

▶01◀h50000
▶01◀s 00002/00002/00015
▶01◀d D 1.2 85/01/04 22:56:25 root 2 1
▶01◀c Adding user count
▶01◀e
▶01◀s 00017/00000/00000
▶01◀d D 1.1 85/01/04 22:49:12 root 1 0
▶01◀c date and time created 85/01/04 22:49:12 by root
▶01◀e
▶01◀u
▶01◀U
▶01◀t
▶01◀T
▶01◀I 1

# mon makefile
#
#  Beware dependencies on mon.h are not properly stated.
#
▶01◀D 2
OBJS = mon.o io.o vm.o netif.o display.o readnames.o
▶01◀E 2
▶01◀I 2
OBJS = mon.o io.o vm.o netif.o display.o readnames.o user_count.o
▶01◀E 2

all: mon

mon: $(OBJS) mon.h
	cc -o mon $(OBJS) -lcurses -ltermlib

clean:
	rm -f core *.o mon a.out

print:
▶01◀D 2
	qpr mon.h mon.c io.c vm.c netif.c readnames.c display.c
▶01◀E 2
▶01◀I 2
	qpr mon.h mon.c io.c vm.c netif.c readnames.c display.c user_count.c
▶01◀E 2
▶01◀E 1