Algorithm 版 (精华区)

发信人: lofe ()感激生活(), 信区: Algorithm
标  题: ar002--MakeFile
发信站: 哈工大紫丁香 (Sun Sep  3 08:28:12 2000), 转信

# Makefile adapted by Nico E de Vries

##############################################
#  'ar' -- compression archiver              #
#  makefile for Borland C++ C compact model  #
##############################################

MDL  = c  ##### compact model #####
OBJS = ar.obj io.obj encode.obj decode.obj maketree.obj maketbl.obj huf.obj

ar.exe: $(OBJS)
        tlink /c /d /x c:\borlandc\lib\c0$(MDL) c:\borlandc\lib\wildargs.obj \
        ar io encode decode maketree maketbl huf, ar, , c:\borlandc\lib\c$(MDL)

# The origional makefile didn't include wildargs.obj. I included it
# so AR can process wildcards on the commandline. (NEV)

.c.obj:
        bcc -c -m$(MDL) -N -w -w-stv -Ic:\borlandc\include $<

$(OBJS): ar.h

--
We Are the World!
                        infosite@263.net
※ 修改:.haojs 于 Sep  3 08:25:48 修改本文.[FROM: bbs.hit.edu.cn]
--
※ 转寄:.武汉白云黄鹤站 bbs.whnet.edu.cn.[FROM: bbs.hit.edu.cn]

--
☆ 来源:.哈工大紫丁香 bbs.hit.edu.cn.[FROM: haojs.bbs@bbs.whnet.]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:5.058毫秒