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

⟦c5f12135e⟧ TextFile

    Length: 362 (0x16a)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xmille/control/Makefile« 

TextFile

.PRECIOUS: control.a
HDRS =	control.h co_class.h
CFLAGS = -g -I/usr/local/pkg/X11/include

OFILES =	button.o scrollbar.o init.o affirm.o dispatch.o prompted.o

SRCCOMMON =	button.c scrollbar.c init.c affirm.c dispatch.c prompted.c

control.a : $(OFILES)
	ar cr $@ $?
	ranlib $@

control.o : $(OFILES)
	$(LD) -r -o $@ $(OFILES)

clean:
	rm -f $(OFILES) control.a