Revert isFCGI() to its original form - ignoring the sock arg.
[catagits/fcgi2.git] / FastCGI.mak.in
CommitLineData
0198fd3c 1# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
2# ** DO NOT EDIT **
3
4# TARGTYPE "transient" 0x0000
5
6# Another service of Ace Wrecking and Software
7#
8# xmb Generated NMAKE File for NT and VC++
9
10!IF "$(CFG)" == ""
11CFG=FastCGI - Win32 Debug
12!MESSAGE No configuration specified. Defaulting to FastCGI - Win32 Debug.
13!ENDIF
14
15!IF "$(CFG)" != "FastCGI - Win32 Release" && "$(CFG)" != "FastCGI - Win32 Debug"
16!MESSAGE Invalid configuration "$(CFG)" specified.
17!MESSAGE You can specify a configuration when running NMAKE on this makefile
18!MESSAGE by defining the macro CFG on the command line. For example:
19!MESSAGE
20!MESSAGE NMAKE /f "FastCGI.mak" CFG="FastCGI - Win32 Debug"
21!MESSAGE
22!MESSAGE Possible choices for configuration are:
23!MESSAGE
24!MESSAGE "FastCGI - Win32 Release" (based on "transient")
25!MESSAGE "FastCGI - Win32 Debug" (based on "transient")
26!MESSAGE
27!ERROR An invalid configuration is specified.
28!ENDIF
29!IF "$(OS)" == "Windows_NT"
30NULL=
31!ELSE
32NULL=nul
33!ENDIF
34#
35#
36# Makefile for @SUBSYSTEM@ version @VERSION@(@PLATFORM@)
37# Auto-generated, do not edit this Makefile
38#
39
40#
41# Default top-level directories in which to install architecture-
42# specific files (exec_prefix) and machine-independent files such
43# as scripts (prefix). The values specified here may be overridden
44# at configure-time with the --exec-prefix and --prefix options
45# to the "configure" script.
46
47#-----------------------------------------------------------------------------
48# Normally do not edit this section. It is setup by configure
49#
50# the shell MUST BE /bin/sh
51#
52SHELL = @SHELL@
53PLATFORM_CLASS = @PLATFORM_CLASS@
54O = @O@
55L = @L@
56X = @X@
57#
58exec_prefix = @exec_prefix@
59prefix = @prefix@
60common_prefix = @common_prefix@
61CVS_TAG = @CVS_TAG@
62SRC_DIR = @srcdir@
63BIN_DIR = $(exec_prefix)\bin
64LIB_DIR = $(exec_prefix)\lib
65ETC_DIR = $(exec_prefix)\etc
66BINCLUDE_DIR = $(exec_prefix)\include
67INCLUDE_DIR = $(common_prefix)\include
68CBIN_DIR = $(common_prefix)\bin
69CLIB_DIR = $(common_prefix)\lib
70CETC_DIR = $(common_prefix)\etc
71CONTRIB_DIR = $(common_prefix)\contrib
72MAN_DIR = $(common_prefix)\man
73MAN1_DIR = $(MAN_DIR)\man1
74MAN2_DIR = $(MAN_DIR)\man2
75MAN3_DIR = $(MAN_DIR)\man3
76MAN5_DIR = $(MAN_DIR)\man5
77MAN8_DIR = $(MAN_DIR)\man8
78INFO_DIR = $(common_prefix)\info
79INSTALL = @INSTALL@
80INSTALL_PROGRAM = @INSTALL@
81INSTALL_DATA = @INSTALL_DATA@
82CC = @CC@ @CCDEFS@
83CFLAGS = @CFLAGS@ @INCLUDE_PATH@ -I. @DEFS@
84RANLIB = @RANLIB@
85AR = @AR@
86GENMSGC = @GENMSGC@
87GENMSGH = @GENMSGH@
88#
89#---------------------------------------------------------------------------
90#
91#
92# All OMI makefiles will have the following make targets:
93#
94# all - first rule, builds everything
95# export - installs everything
96# test - runs unit tests. This can be a null rule.
97# clean - cleans up after a make
98# realclean - cleans up after a configure and make
99#
100
101
102
103!IF "$(CFG)" == "FastCGI - Win32 Release"
104
105ALL :
106 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' ALL)"
107 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' ALL)"
108
109
110CLEAN :
111 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='$(CFG)' CLEAN)"
112 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='$(CFG)' CLEAN)"
113
114
115EXPORT :
116 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' EXPORT)"
117 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' EXPORT)"
118
119
120TEST :
121 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' TEST)"
122 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' TEST)"
123
124
125!ELSEIF "$(CFG)" == "FastCGI - Win32 Debug"
126
127ALL :
128 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' ALL)"
129 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' ALL)"
130
131
132CLEAN :
133 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='$(CFG)' CLEAN)"
134 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='$(CFG)' CLEAN)"
135
136
137EXPORT :
138 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' EXPORT)"
139 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' EXPORT)"
140
141
142TEST :
143 @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' TEST)"
144 @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' TEST)"
145
146
147!ENDIF
148