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

⟦ff9038319⟧ TextFile

    Length: 512 (0x200)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦579681f02⟧ »EurOpenD3/utils/shar.tar.Z« 
        └─⟦221e0edf4⟧ 
            └─⟦this⟧ »shar/Makefile« 

TextFile

# Makefile for 'shar'

CFLAGS=-O

OBJS=shar.o traverse.o getopt.o
SRCS=shar.c traverse.c getopt.c
DOCS=shar.1 traverse.3 getopt.3

PR=/usr/ucb/print
LINT=lint -h

shar: $(OBJS) Makefile
	cc $(CFLAGS) -o shar $(OBJS)

traverse:
	cc -o traverse -DSTANDALONE traverse.c

archive: Makefile $(SRCS) $(DOCS)
	shar -a Makefile $(SRCS) $(DOCS) > archive

print:
	$(PR) Makefile shar.c

lint:
	$(LINT) $(SRCS)

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

TZ:	Makefile $(SRCS) $(DOCS)
	sed '1,2d' < MANIFEST | pdtar -zcvf shar.TZ -T -