Mailing List Archive

cvs commit: apache-1.3/src/modules/example Makefile.tmpl
rse 98/05/09 11:34:06

Modified: src/modules/proxy Makefile.tmpl
src/modules/experimental Makefile.tmpl
src/modules/example Makefile.tmpl
Log:
A few more dependencies with $(OSDIR)...

Revision Changes Path
1.15 +12 -18 apache-1.3/src/modules/proxy/Makefile.tmpl

Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/proxy/Makefile.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile.tmpl 1998/05/09 18:28:37 1.14
+++ Makefile.tmpl 1998/05/09 18:34:04 1.15
@@ -61,45 +61,39 @@

# DO NOT REMOVE
mod_proxy.o: mod_proxy.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_log.h \
$(INCDIR)/http_vhost.h
proxy_cache.o: proxy_cache.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_log.h \
$(INCDIR)/http_main.h $(INCDIR)/util_date.h \
$(INCDIR)/multithread.h $(INCDIR)/md5.h
proxy_connect.o: proxy_connect.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_log.h \
$(INCDIR)/http_main.h
proxy_ftp.o: proxy_ftp.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_main.h
proxy_http.o: proxy_http.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_log.h \
$(INCDIR)/http_main.h $(INCDIR)/http_core.h \
$(INCDIR)/util_date.h
proxy_util.o: proxy_util.c mod_proxy.h $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_protocol.h \
$(INCDIR)/explain.h $(INCDIR)/http_main.h $(INCDIR)/md5.h \
$(INCDIR)/multithread.h $(INCDIR)/http_log.h



1.9 +2 -3 apache-1.3/src/modules/experimental/Makefile.tmpl

Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/experimental/Makefile.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.tmpl 1998/05/09 18:28:34 1.8
+++ Makefile.tmpl 1998/05/09 18:34:05 1.9
@@ -17,9 +17,8 @@

# DO NOT REMOVE
mod_mmap_static.o: mod_mmap_static.c $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h \
- $(INCDIR)/hsregex.h $(INCDIR)/alloc.h $(INCDIR)/buff.h \
- $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
$(INCDIR)/http_config.h $(INCDIR)/http_log.h \
$(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
$(INCDIR)/http_core.h



1.6 +1 -1 apache-1.3/src/modules/example/Makefile.tmpl

Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/example/Makefile.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.tmpl 1998/05/09 18:28:33 1.5
+++ Makefile.tmpl 1998/05/09 18:34:05 1.6
@@ -18,7 +18,7 @@

# DO NOT REMOVE
mod_example.o: mod_example.c $(INCDIR)/httpd.h \
- $(INCDIR)/conf.h ../../os/unix/os.h $(INCDIR)/alloc.h \
+ $(INCDIR)/conf.h $(OSDIR)/os.h $(INCDIR)/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 \