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

⟦08677c333⟧ TextFile

    Length: 547 (0x223)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

#ISODE	=	/cs/research/dsa/hubris/incads/sun4.0/isode-new/
ISODE	=	/usr/ucl/lib/isode/
LIB	=	../lib/


all:		libmisode.a imisc


libmisode.a:	$(ISODE)libisode.a
		cp $(ISODE)libisode.a libmisode.a;
		@(echo "cd tsap; make all; ar r ../libmisode.a *.o"; \
			cd tsap; make all; ar r ../libmisode.a *.o )
		ranlib libmisode.a

imisc:		libmisode.a
		@(echo "cd imisc; make all"; \
			cd imisc; make all )


install:	libmisode.a
		-@(echo "cd $(LIB); ln -s ../misode/libmisode.a libmisode.a"; \
			 cd $(LIB); ln -s ../misode/libmisode.a libmisode.a )