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

⟦16bea15ae⟧ TextFile

    Length: 2211 (0x8a3)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

#
# Copyright (c) 1988 University College London
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that the above copyright notice and this paragraph are
# duplicated in all such forms and that any documentation,
# advertising materials, and other materials related to such
# distribution and use acknowledge that the software was developed
# by the Department of Computer Science, University College London.
# The name of the University may not be used to
# endorse or promote products derived from this software without
# specific prior written permission.
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#

# Makefile for msap library (CMIS/P)
#
# By George Pavlou, April 1990

LIBS	=	$(ISODE)/libdsap.a $(ISODE)/libisode.a
LLIBS	=	$(ISODE)/lint/llib-ldsap.ln $(ISODE)/lint/llib-lisode.ln
CFILES	=	minitialise.c mrelease.c mindicate.c moperation.c \
		msap.c massoc.c mabort.c mfree.c oidcopy.c moid.c extern.c
OBJS	=	minitialise.o mrelease.o mindicate.o moperation.o \
		msap.o massoc.o mabort.o mfree.o oidcopy.o moid.o extern.c

all:		libmsap.a llib-lmsap.ln


install:	libmsap.a llib-lmsap.ln
		-@(echo "cd $(LIB); ln -s ../msap/libmsap.a libmsap.a"; \
			 cd $(LIB); ln -s ../msap/libmsap.a libmsap.a )
		-cp llib-lmsap.ln $(LIB)/llib-lmsap.ln

lint:		l-libmsap.ln


libmsap.a:	minitialise.o mrelease.o mindicate.o moperation.o \
		msap.o massoc.o mabort.o mfree.o oidcopy.o moid.o extern.o
		ar r libmsap.a minitialise.o mrelease.o mindicate.o \
		moperation.o msap.o massoc.o mabort.o mfree.o oidcopy.o \
		moid.o extern.o
		ranlib libmsap.a

llib-lmsap.ln:	msap.c massoc.c mabort.c $(CFILES)
		lint -Cmsap -I$(H) -I$(INC) msap.c massoc.c mabort.c \
		minitialise.c mrelease.c mindicate.c moperation.c \
		mfree.c oidcopy.c moid.c extern.c

$(OBJS):	$(H)/msap.h $(H)/mpep.h $(H)/moid.h

l-libmsap:	msap.c massoc.c mabort.c
		lint $(LFLAGS) msap.c massoc.c mabort.c minitialise.c \
		mrelease.c mindicate.c moperation.c mfree.c oidcopy.c \
		moid.c extern.c $(LLIBS)

clean:;		rm -f *.ph core pdus