|
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: T d
Length: 549 (0x225) Types: TextFile Names: »distfile«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦e7f64e0c0⟧ »EurOpenD3/mail/vmh.tar.Z« └─⟦dcb95597f⟧ └─⟦this⟧ »aux/distfile«
SRCS = ( Makefile *.c RCS/* *.h la1/*.h ff2/*.h makeversion{.c,}) OFILES = ( *.o ) DESTDIR = ( /c/support/deboor ) LIBS = ( ~/usr/src/local/hm/{la1/libla{_p,}.a,ff2/libff{_p,}.a} ~/usr/src/new/mh/{config/config.o,sbr/libmh{_p,}.a,zotnet/libzot{_p,}.a} ) BIN = ( vmh hm ) HOSTS = (seymour) src: ${SRCS} -> ${HOSTS} install -w -h ${DESTDIR}/usr/src/local/hm ; lib: ${LIBS} -> ${HOSTS} install -w -h ${DESTDIR} ; dot_os: ${OFILES} -> ${HOSTS} install ${DESTDIR}/usr/src/local/hm ; ${BIN} -> ${HOSTS} install ${DESTDIR}/usr/src/local/hm/hm ;