|
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: M T
Length: 547 (0x223) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« └─⟦d846658bd⟧ └─⟦this⟧ »osimis/misode/Makefile«
#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 )