|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1833 (0x729) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/Tools/tables/rfc987-pp/Makefile«
# PP specific routines # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Tools/tables/rfc987-pp/RCS/Makefile,v 5.0 90/09/20 16:32:15 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:32:15 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: inst-rfc2or inst-or2rfc inst-rfc2or: $(TBLDIR)/awk.rfc2or $(TBLDIR)/awk.rfc2or: awk.rfc2or -$(BACKUP) $@ zawk.rfc2or rm -f $@ $(INSTALL) awk.rfc2or $@ -$(CHOWN) $(PPUSER) $@ -@ls -ls $@ @echo "awk.rfc2or script installed normally"; echo "" inst-or2rfc: $(TBLDIR)/awk.or2rfc $(TBLDIR)/awk.or2rfc: awk.or2rfc -$(BACKUP) $@ zawk.or2rfc rm -f $@ $(INSTALL) awk.or2rfc $@ -$(CHOWN) $(PPUSER) $@ -@ls -ls $@ @echo "awk.or2rfc script installed normally"; echo "" clean: tidy rm -f $(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