diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-18 22:43:58 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-18 22:43:58 +0800 |
commit | 86672771393d552ac6d9c742fa1d80c34cc1cf74 (patch) | |
tree | 559e636d1dca81d54c8d5a7a929bba73a9f62646 /web/Makefile.tmpl | |
parent | d87c20433e1a16e5ec3d31b00c1dd491e995b1ea (diff) | |
download | pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar.gz pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar.bz2 pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar.lz pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar.xz pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.tar.zst pttbbs-86672771393d552ac6d9c742fa1d80c34cc1cf74.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@539 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/Makefile.tmpl')
-rw-r--r-- | web/Makefile.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/Makefile.tmpl b/web/Makefile.tmpl new file mode 100644 index 00000000..83ed1e84 --- /dev/null +++ b/web/Makefile.tmpl @@ -0,0 +1,16 @@ + +#Dependencies + +$(OBJS) $(OBJS_PIC): Makefile + +BBSLIBS= util_cache.o util_record.o util_passwd.o + +# DO NOT REMOVE +mod_ptt.o: mod_ptt.c $(INCDIR)/httpd.h $(INCDIR)/ap_config.h \ + $(INCDIR)/ap_mmn.h $(INCDIR)/ap_config_auto.h \ + $(OSDIR)/os.h $(OSDIR)/os-inline.c $(INCDIR)/ap_ctype.h \ + $(INCDIR)/ap_alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \ + $(INCDIR)/util_uri.h $(INCDIR)/http_config.h \ + $(INCDIR)/http_core.h $(INCDIR)/http_log.h \ + $(INCDIR)/http_main.h $(INCDIR)/http_protocol.h \ + $(INCDIR)/util_script.h |