# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 # ** DO NOT EDIT ** # TARGTYPE "transient" 0x0000 # Another service of Ace Wrecking and Software # # xmb Generated NMAKE File for NT and VC++ !IF "$(CFG)" == "" CFG=FastCGI - Win32 Debug !MESSAGE No configuration specified. Defaulting to FastCGI - Win32 Debug. !ENDIF !IF "$(CFG)" != "FastCGI - Win32 Release" && "$(CFG)" != "FastCGI - Win32 Debug" !MESSAGE Invalid configuration "$(CFG)" specified. !MESSAGE You can specify a configuration when running NMAKE on this makefile !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "FastCGI.mak" CFG="FastCGI - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "FastCGI - Win32 Release" (based on "transient") !MESSAGE "FastCGI - Win32 Debug" (based on "transient") !MESSAGE !ERROR An invalid configuration is specified. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF # # # Makefile for @SUBSYSTEM@ version @VERSION@(@PLATFORM@) # Auto-generated, do not edit this Makefile # # # Default top-level directories in which to install architecture- # specific files (exec_prefix) and machine-independent files such # as scripts (prefix). The values specified here may be overridden # at configure-time with the --exec-prefix and --prefix options # to the "configure" script. #----------------------------------------------------------------------------- # Normally do not edit this section. It is setup by configure # # the shell MUST BE /bin/sh # SHELL = @SHELL@ PLATFORM_CLASS = @PLATFORM_CLASS@ O = @O@ L = @L@ X = @X@ # exec_prefix = @exec_prefix@ prefix = @prefix@ common_prefix = @common_prefix@ CVS_TAG = @CVS_TAG@ SRC_DIR = @srcdir@ BIN_DIR = $(exec_prefix)\bin LIB_DIR = $(exec_prefix)\lib ETC_DIR = $(exec_prefix)\etc BINCLUDE_DIR = $(exec_prefix)\include INCLUDE_DIR = $(common_prefix)\include CBIN_DIR = $(common_prefix)\bin CLIB_DIR = $(common_prefix)\lib CETC_DIR = $(common_prefix)\etc CONTRIB_DIR = $(common_prefix)\contrib MAN_DIR = $(common_prefix)\man MAN1_DIR = $(MAN_DIR)\man1 MAN2_DIR = $(MAN_DIR)\man2 MAN3_DIR = $(MAN_DIR)\man3 MAN5_DIR = $(MAN_DIR)\man5 MAN8_DIR = $(MAN_DIR)\man8 INFO_DIR = $(common_prefix)\info INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ CC = @CC@ @CCDEFS@ CFLAGS = @CFLAGS@ @INCLUDE_PATH@ -I. @DEFS@ RANLIB = @RANLIB@ AR = @AR@ GENMSGC = @GENMSGC@ GENMSGH = @GENMSGH@ # #--------------------------------------------------------------------------- # # # All OMI makefiles will have the following make targets: # # all - first rule, builds everything # export - installs everything # test - runs unit tests. This can be a null rule. # clean - cleans up after a make # realclean - cleans up after a configure and make # !IF "$(CFG)" == "FastCGI - Win32 Release" ALL : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' ALL)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' ALL)" CLEAN : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='$(CFG)' CLEAN)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='$(CFG)' CLEAN)" EXPORT : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' EXPORT)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' EXPORT)" TEST : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Release' TEST)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Release' TEST)" !ELSEIF "$(CFG)" == "FastCGI - Win32 Debug" ALL : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' ALL)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' ALL)" CLEAN : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='$(CFG)' CLEAN)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='$(CFG)' CLEAN)" EXPORT : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' EXPORT)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' EXPORT)" TEST : @ sh -c "(cd libfcgi; nmake -f libfcgi.mak CFG='libfcgi - Win32 Debug' TEST)" @ sh -c "(cd cgi-fcgi; nmake -f cgi-fcgi.mak CFG='cgi-fcgi - Win32 Debug' TEST)" !ENDIF