|
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: 2631 (0xa47) 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/Format/rfc822norm/Makefile«
# Makefile for rfc822 normalizing filter # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/Format/rfc822norm/RCS/Makefile,v 5.0 90/09/20 16:02:40 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:02:40 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ SRCS = rfc822norm.c OBJS = rfc822norm.o # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT HEADERS = ../../h LIBPP = ../../Lib/libpp.a CFLAGS = $(CCOPTIONS) $(LCF) -I$(HEADERS) -DAP_DEBUG LDFLAGS = $(LDOPTIONS) $(LLF) LLFLAGS = $(LINTFLAGS) -I$(HEADERS) LINTLIBS = ../../Lib/llib-lpp.ln $(LINTISODE) ############################################################ # # Building Rules # ############################################################ PROGS = xrfc822norm default: $(PROGS) xrfc822norm: $(OBJS) $(LIBPP) $(CC) $(LDFLAGS) $(OBJS) -o $@ $(LIBPP) $(LIBSYS) install: inst-dir inst-rfc822norm inst-rfc822norm: $(FORMDIR)/rfc822norm $(FORMDIR)/rfc822norm: xrfc822norm -$(BACKUP) $@ zxrfc822norm rm -f $@ $(INSTALL) xrfc822norm $@ -$(CHMOD) $(PGMPROT) $@ -$(CHOWN) $(PPUSER) $@ -@ls -ls $@ -@echo "rfc822norm filter installed normally"; echo "" inst-dir: $(CHANDIR) clean: tidy rm -f $(OBJS) tidy: rm -f $(PROGS) core a.out *.old *.BAK zxrfc822norm lint: l-rfc822norm l-rfc822norm: $(SRCS) $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) depend: $(DEPEND) -I$(HEADERS) $(SRCS) define: $(DEFINE) Makefile ############################################################ # # End of Building Rules # ############################################################ # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT # Dependencies follow rfc822norm.o: rfc822norm.c rfc822norm.o: ../../h/util.h rfc822norm.o: ../../h/config.h rfc822norm.o: ../../h/ll_log.h rfc822norm.o: ../../h/ap.h rfc822norm.o: ../../h/alias.h rfc822norm.o: ../../h/chan.h rfc822norm.o: ../../h/table.h rfc822norm.o: ../../h/list_bpt.h rfc822norm.o: ../../h/retcode.h rfc822norm.o: rfc822norm.c rfc822norm.o: ../../h/util.h rfc822norm.o: ../../h/config.h rfc822norm.o: ../../h/ll_log.h rfc822norm.o: ../../h/ap.h rfc822norm.o: ../../h/alias.h rfc822norm.o: ../../h/chan.h rfc822norm.o: ../../h/table.h rfc822norm.o: ../../h/list_bpt.h rfc822norm.o: ../../h/retcode.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY # see make depend above