|
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: T g
Length: 3662 (0xe4e) Types: TextFile Names: »gonzo.make«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/config/gonzo.make«
############################################################################### # Instructions to Make, for compilation of ISODE processes for gonzo (SunOS) ############################################################################### ############################################################################### # # $Header: /f/osi/config/RCS/gonzo.make,v 6.0 89/03/18 23:26:18 mrose Rel $ # # # $Log: gonzo.make,v $ # Revision 6.0 89/03/18 23:26:18 mrose # Release 5.0 # ############################################################################### ############################################################################### # # NOTICE # # Acquisition, use, and distribution of this module and related # materials are subject to the restrictions of a license agreement. # Consult the Preface in the User's Manual for the full terms of # this agreement. # ############################################################################### ############################################################################### # Options ############################################################################### OPTIONS = -I. -I$(TOPDIR)h -DDEBUG HDIR = $(TOPDIR)h/ UTILDIR = $(TOPDIR)util/ BINDIR = /usr/uci/ ETCDIR = /usr/etc/ LOGDIR = /usr/spool/isode/ INCDIRM = /usr/include/isode INCDIR = $(INCDIRM)/ PEPYDIRM= $(INCDIR)pepy PEPYDIR = $(PEPYDIRM)/ LIBDIR = /usr/lib/ LINTDIR = /usr/lib/lint/ SYSTEM = -bsd42 MANOPTS = -local ############################################################################### # Programs and Libraries ############################################################################### MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k SHELL = /bin/sh CC = cc #CFLAGS = -g -O $(OPTIONS) CFLAGS = -g $(OPTIONS) LINT = lint LFLAGS = -bhuz $(OPTIONS) LD = ld LDCC = $(CC) LDFLAGS = -g ARFLAGS = LN = ln # AET dbm AETDBM = aetbuild # native to 4.2BSD UNIX LSOCKET = -losi -ldbm ############################################################################### # WIN/OSI software modules ############################################################################### first: all CACSAP = acsaprs.c OACSAP = acsaprs.o ACSAP-C = RS-C ACSAP-O = RS-O RS-O = RS-[0-9]*.o RS-C = RS-[0-9]*.c RS-O: RS-C @$(MAKE) `/bin/ls $(RS-C) | sed 's/\.c$$/.o/'` -@touch $@ RS-C: rs.py $(TOPDIR)pepy/xpepy -@rm -f $(RS-C) $(RS-O) $(TOPDIR)pepy/xpepy -a PY_advise -A -b RS -m $(PYFLAGS) rs.py -@touch $@ acsaprs.o: $(HDIR)psap.h $(HDIR)manifest.h $(HDIR)general.h \ $(HDIR)config.h $(HDIR)isoaddrs.h $(HDIR)tsap.h \ $(HDIR)tailor.h $(HDIR)logger.h ############################################################################### # Generation Rules for library modules ############################################################################### .c.o:; $(CC) $(CFLAGS) -c $*.c -ld -x -r $@ mv a.out $@ ################################################################## # gonzo ################################################################## GONZO = osh ftam ftam-ftp vt tsb lpp gonzo: all-gonzo all-gonzo: all @for i in $(GONZO) quipu; \ do (echo "$(MAKE) all-$$i"; \ $(MAKE) all-$$i); \ done make all all-osh all-ftam all-ftam-ftp all-vt all-tsb all-quipu inst-gonzo: inst-all @for i in $(GONZO); \ do (echo "$(MAKE) inst-$$i"; \ $(MAKE) inst-$$i); \ done install-gonzo: install @for i in $(GONZO); \ do (echo "$(MAKE) install-$$i"; \ $(MAKE) install-$$i); \ done lint-gonzo: lint @for i in $(GONZO) quipu; \ do (echo "$(MAKE) lint-$$i"; \ $(MAKE) lint-$$i); \ done