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

⟦8dd7708c2⟧ TextFile

    Length: 982 (0x3d6)
    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/man/Makefile« 

TextFile

# Manual page installation
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/man/RCS/Makefile,v 5.0 90/09/20 16:52:13 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:52:13  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SUBDIRS	= man1 man3 man5 man8


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

default: 
	@for i in $(SUBDIRS); \
	do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE) );\
	done

install clean tidy:
	@for i in $(SUBDIRS); \
	do (echo "cd $$i; $(MAKE) $@"; cd $$i; $(MAKE) $@);\
	done
lint:;

depend:;

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