|
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 m
Length: 628 (0x274) Types: TextFile Names: »makefile.mak«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦349c9a24c⟧ »EurOpenD3/network/ka9q/pktd.tar.Z« └─⟦613ecc654⟧ └─⟦this⟧ »./tools/makefile.mak«
# @(#)makefile.mak.u 1.4\r #\r # Makefile for the Packet Driver Interface\r #\r \r TARGET = pktd.sys\r \r SRC = pktd.asm \\r enditall.asm\r \r # Use the OBJ macro to define a special load order with\r # an external object. Note that NFS MUST be built before\r # the drivers are built. This is normaly done by the top\r # level makefile.\r \r OBJ = pktd.obj \\r ${NFS_BUILD_DIR}\demux.obj \\r ${NFS_BUILD_DIR}\snmprcv.obj \\r enditall.obj\r \r EXTOBJS =\r \r LIBS =\r \r #\r # The makefile boilerplate for an exe file is included here\r # The macro EXE_BP is defined in builtins.mak\r #\r \r %if %exists(${EXE_BP})\r .include ${EXE_BP}\r %endif\r \r