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

⟦acdc6770b⟧ TextFile

    Length: 972 (0x3cc)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Tools/tables/Makefile« 

TextFile

# tables programs master makefile
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Tools/tables/RCS/Makefile,v 5.0 90/09/20 16:31:38 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:31:38  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SUBDIRS = abbrev pp-rfc987 rfc987-pp tjoin

MAKE    = ./make

############################################################
#
# Building Rules
#
############################################################

target:
	for i in ${SUBDIRS} ; \
	do (cd $$i; $(MAKE)); done

tidy install define depend clean lint:
	for i in ${SUBDIRS} ; \
	do (cd $$i; $(MAKE) $@); done

############################################################
#
# End of Building Rules
#
############################################################