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

⟦e16b35cdf⟧ TextFile

    Length: 1353 (0x549)
    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/pp-rfc987/Makefile« 

TextFile

# PP specific routines
#
############################################################
#
# @(#) $Header: /cs/research/pp/hubris/pp-beta/Tools/tables/pp-rfc987/RCS/Makefile,v 5.0 90/09/20 16:32:06 pp Exp Locker: pp $
#
# $Log:	Makefile,v $
# Revision 5.0  90/09/20  16:32:06  pp
# rcsforce : 5.0 public release
# 
#
############################################################
#
# Definitions
#
############################################################



SRCS =
OBJS =
# DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT

HEADERS         = ../../../h
CFLAGS          = $(CCOPTIONS) -I$(HEADERS)
LDFLAGS         = $(LDOPTIONS)



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


PROGS =

default:        all

progs:          ${PROGS}

all:            ${PROGS}

rfc2or:         awk.rfc2or
or2rfc:         awk.or2rfc

install:	;

clean:          tidy
		rm -f *.temp $(OBJS) $(PROGS)

tidy:
		rm -f *.old *.BAK *.OUT

depend: ;
define: ;


############################################################
#
# End of building rules
#
############################################################

# DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
# Dependencies follow

# DEPENDENCIES MUST END AT END OF FILE
# IF YOU PUT STUFF HERE IT WILL GO AWAY
# see make depend above