diff options
Diffstat (limited to 'rubbos/app/httpd-2.0.64/modules/arch/win32/Makefile')
-rw-r--r-- | rubbos/app/httpd-2.0.64/modules/arch/win32/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/modules/arch/win32/Makefile b/rubbos/app/httpd-2.0.64/modules/arch/win32/Makefile new file mode 100644 index 00000000..7886ef35 --- /dev/null +++ b/rubbos/app/httpd-2.0.64/modules/arch/win32/Makefile @@ -0,0 +1,8 @@ +top_srcdir = /bottlenecks/rubbos/app/httpd-2.0.64 +top_builddir = /bottlenecks/rubbos/app/httpd-2.0.64 +srcdir = /bottlenecks/rubbos/app/httpd-2.0.64/modules/arch/win32 +builddir = /bottlenecks/rubbos/app/httpd-2.0.64/modules/arch/win32 +VPATH = /bottlenecks/rubbos/app/httpd-2.0.64/modules/arch/win32 +# a modules Makefile has no explicit targets -- they will be defined by +# whatever modules are enabled. just grab special.mk to deal with this. +include $(top_srcdir)/build/special.mk |