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
Index: M T

⟦706db7899⟧ TextFile

    Length: 693 (0x2b5)
    Types: TextFile
    Names: »Makefile.TRW«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/quicspool/libprofile/Makefile.TRW« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/quicspool/libprofile/Makefile.TRW« 

TextFile

# $Header: Makefile.TRW,v 1.1 88/01/15 12:16:54 simpson Rel $
# $Log:	Makefile.TRW,v $
#Revision 1.1  88/01/15  12:16:54  simpson
#initial release
#
#Revision 0.1  87/12/11  17:20:07  simpson
#beta test
#
INCLUDE=/usr/include/local
LIB=/usr/local/lib

all: libprofile.a

# This system include file is needed right away
configure: 
	install -c -m 644 profile.h $(INCLUDE)

libprofile.a: boolean.o free.o has.o read.o space.o write.o
	ar cr libprofile.a boolean.o free.o has.o read.o space.o write.o
	ranlib libprofile.a

install:
	install -c -m 644 profile.h $(INCLUDE)
	install -m 644 libprofile.a $(LIB)

clean:
	-rm *.o libprofile.a

boolean.o free.o has.o read.o space.o write.o: profile.h