From fd455c47fd53062337df4dc2821ff97db18ced37 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 15 May 2003 08:28:59 +0000 Subject: add comments git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@851 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index 60dc2871..090f7217 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.30 2003/05/15 08:22:44 in2 Exp $ +# $Id: Makefile,v 1.31 2003/05/15 08:28:59 in2 Exp $ .include "../pttbbs.mk" UTIL_OBJS= \ util_cache.o util_record.o util_passwd.o +# 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結 CPROG_WITH_UTIL= \ bbsmail BM_money post poststat \ jungo account birth deluserfile \ @@ -13,12 +14,14 @@ CPROG_WITH_UTIL= \ indexuser yearsold toplazyBM toplazyBBM \ reaper buildAnnounce inndBM shmctl +# 下面這些程式, 會直接被 compile CPROG_WITHOUT_UTIL= \ shmsweep uhash_loader showboard antispam \ countalldice webgrep bbsrf initbbs \ userlist tunepasswd buildir merge_passwd \ merge_board xchatd outmail +# 下面這些程式會被 install PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ BM_money.sh backpasswd.sh mailog.sh opendice.sh \ openticket.sh stock.sh topsong.sh weather.sh \ -- cgit v1.2.3