diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-15 16:28:59 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-15 16:28:59 +0800 |
commit | fefd820c94eb4c2843d02c64a2ea5f847b633697 (patch) | |
tree | 79df20932204c196018bbabd26073eb960d8b175 | |
parent | 33eaca262a5a2ea400139d46ea6f366a0a902d7f (diff) | |
download | pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar.gz pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar.bz2 pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar.lz pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar.xz pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.tar.zst pttbbs-fefd820c94eb4c2843d02c64a2ea5f847b633697.zip |
add comments
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@851 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/util/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile index 60dc2871..090f7217 100644 --- a/pttbbs/util/Makefile +++ b/pttbbs/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 \ |