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: C T

⟦0a89ae908⟧ TextFile

    Length: 1385 (0x569)
    Types: TextFile
    Names: »CONFIG.make«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« 
        └─⟦d846658bd⟧ 
            └─⟦this⟧ »osimis/misode/config/CONFIG.make« 

TextFile

###############################################################################
# Options
###############################################################################

OPTIONS =       -I$(TOPDIR)h -DDEBUG

DSAP    =       dsap
QUIPU   =       quipu

HDIR    =       $(TOPDIR)h/
UTILDIR =       $(TOPDIR)util/
BINDIR  =       /usr/ucl/
ETCDIR  =       /usr/ucl/etc/isode/
INCDIRM =       /usr/ucl/include/isode
INCDIR  =       $(INCDIRM)/
PEPYDIRM=       $(INCDIR)pepy
PEPYDIR =       $(PEPYDIRM)/
LIBDIR  =       /usr/ucl/lib/isode/
LINTDIR =       /usr/ucl/lib/lint/isode/

SYSTEM  =       -bsd42
MANOPTS =       -bsd42


###############################################################################
# Programs and Libraries
###############################################################################

MAKE    =       ./make DESTDIR=$(DESTDIR) $(MFLAGS) -k
SHELL   =       /bin/sh

CC      =       cc
CFLAGS  =       -O1    $(OPTIONS)
LINT    =       lint
LFLAGS  =       -bhuz $(OPTIONS)
LD      =       ld
LDCC    =       $(CC)
LDFLAGS =
ARFLAGS =
LN      =       ln

# native to 4.2BSD UNIX
LSOCKET =


###############################################################################
# Generation Rules for library modules
###############################################################################

.c.o:;          $(CC) $(CFLAGS) -c $*.c
		-ld -x -r $@
		mv a.out $@