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

⟦251ec9266⟧ TextFile

    Length: 3582 (0xdfe)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/quipu/dish/Makefile« 

TextFile

###############################################################################
#   Instructions to Make, for compilation of ISODE QUIPU Directory Server
###############################################################################

###############################################################################
#
# $Header: /f/osi/quipu/dish/RCS/Makefile,v 6.0 89/03/18 23:40:31 mrose Rel $
#
#
# $Log:	Makefile,v $
# Revision 6.0  89/03/18  23:40:31  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.
#
###############################################################################


LIBES   =       $(TOPDIR)libquipu.a $(TOPDIR)libdsap.a $(TOPDIR)libisode.a
LLIBS   =       $(TOPDIR)llib-lquipu $(TOPDIR)llib-ldsap $(TOPDIR)llib-lisode

CFILES  =       add.c bind.c compare.c delete.c dish.c dishhelp.c \
		edit.c filteritem.c get_ava.c get_filter.c list.c \
		modify.c modifyrdn.c move.c read.c search.c showattr.c \
		showentry.c showname.c user.c
OFILES  =       add.o bind.o compare.o delete.o dish.o dishhelp.o \
		edit.o filteritem.o get_ava.o get_filter.o list.o \
		modify.o modifyrdn.o move.o read.o search.o showattr.o \
		showentry.o showname.o user.o


##############################################################
# Here it is...
##############################################################

all:            dish 
inst-all:       inst-dish inst-editentry
install:        inst-all clean
lint:           l-dish


###################################################################
# dish
###################################################################

inst-dish:      $(BINDIR)dish

$(BINDIR)dish:	xdish
		-cp $@ zxdish
		-rm -f $@
		cp xdish $@
		-@ls -gls $@
		-@echo ""

dish:		xdish

xdish:		$(LIBES) $(OFILES)
		$(LDCC) $(LDFLAGS) -o $@ $(OFILES) $(LIBES) $(LSOCKET)

dish.o:		dish.c $(TOPDIR)config/CONFIG.make
		$(CC) $(CFLAGS) -c -DETCDIR=\"$(ETCDIR)\" dish.c

edit.o:		edit.c $(TOPDIR)config/CONFIG.make
		$(CC) $(CFLAGS) -c -DBINDIR=\"$(BINDIR)\" edit.c

bind.o:		bind.c $(TOPDIR)config/CONFIG.make
		$(CC) $(CFLAGS) -c -DETCDIR=\"$(ETCDIR)\" bind.c

l-dish:         $(CFILES) true
		$(LINT) $(LFLAGS) $(LLIBS) $(CFILES)


################################################################
# edit entry
################################################################

inst-editentry:	$(BINDIR)editentry

$(BINDIR)editentry: editentry
		-cp $@ zeditentry
		-rm -f $@
		cp editentry $@
		-@ls -gls $@
		-@echo ""


################################################################
# manual pages
################################################################

MANUALS =       dish.1c

manuals:;       @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS)
		-@echo ""


##############################################################
# clean
##############################################################

clean:;         rm -f *.ph *.o *.a a.out _* x* z* *.orig \
			core $(CLEANSTRINGS)

grind:;         iprint Makefile
		tgrind -lc $(CFILES)
		@echo $(MANUALS) | \
			tr " " "\012" | \
			sed -e "s%.*%itroff -man &%" | \
			sh -ve

true:;

# DO NOT DELETE THIS LINE
# Dependencies follow
bind.o:		$(HDIR)quipu/config.h
dish.o:		$(HDIR)quipu/config.h