|
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 a
Length: 2205 (0x89d) Types: TextFile Names: »aux.make«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/config/aux.make«
############################################################################### # Instructions to Make, for compilation of ISODE processes for A/UX 1.1 ############################################################################### ############################################################################### # # $Header: /f/osi/config/RCS/aux.make,v 7.0 89/11/23 21:25:39 mrose Rel $ # # # $Log: aux.make,v $ # Revision 7.0 89/11/23 21:25:39 mrose # Release 6.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 HDIR = $(TOPDIR)h/ UTILDIR = $(TOPDIR)util/ BINDIR = /usr/local/bin/ SBINDIR = //usr/local/etc/ ETCDIR = //usr/local/etc/ LOGDIR = /tmp/ INCDIRM = /usr/include/isode INCDIR = $(INCDIRM)/ PEPYDIRM= $(INCDIR)pepy PEPYDIR = $(PEPYDIRM)/ LIBDIR = /usr/local/lib/ LINTDIR = /usr/lib/lint/ SYSTEM = -sys5 MANOPTS = -sys5 ############################################################################### # Programs and Libraries ############################################################################### MAKE = ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k SHELL = /bin/sh CC = cc -B /usr/lib/big/ CFLAGS = -O $(OPTIONS) LINT = lint LFLAGS = -bhuz $(OPTIONS) LD = ld LDCC = $(CC) LDFLAGS = -s ARFLAGS = LN = ln # QUIPU DSAP = dsap QUIPU = quipu # native to 4.2BSD UNIX LSOCKET = ############################################################################### # Generation Rules for library modules ############################################################################### ..c.o:; $(CC) $(CFLAGS) -c $*.c