##
##  Makefile.apxs -- Build procedure for mod_fcgid Apache module
##
##  Do not use this target; build from the mod_fcgid dir root
##
 
# top_builddir and top_srcdir are misnomers, because build/*.mk
# scripts expect it them be the parent of the build directory,
# and fail to trust the installbuilddir.
exp_installbuilddir=/usr/local/apache-2.2.14/build
top_srcdir=/usr/local/apache-2.2.14
top_builddir=/usr/local/apache-2.2.14

fcgid_builddir=/root/szym/instalacja/mod_fcgid-2.3.5
fcgid_srcdir=/root/szym/instalacja/mod_fcgid-2.3.5
builddir=/root/szym/instalacja/mod_fcgid-2.3.5/modules/fcgid
srcdir=/root/szym/instalacja/mod_fcgid-2.3.5/modules/fcgid

CLEAN_TARGETS = *.loT
include /usr/local/apache-2.2.14/build/special.mk

all: local-shared-build all-recursive

#   additional defines, includes and libraries
DEFS=-DFCGID_APXS_BUILD
INCLUDES=-I$(builddir) -I$(srcdir) -I$(fcgid_srcdir)/include
#LIBS=-Lmy/lib/dir -lmylib

