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 | fd455c47fd53062337df4dc2821ff97db18ced37 (patch) | |
tree | 4b861c9e1b1f8de12e27a0ed66e710ab618a0da4 | |
parent | 9efeebb36877b9afe475fa6df9ba1816ebbda926 (diff) | |
download | pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar.gz pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar.bz2 pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar.lz pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar.xz pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.tar.zst pttbbs-fd455c47fd53062337df4dc2821ff97db18ced37.zip |
add comments
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@851 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |