SHELL = /bin/sh VPATH = @srcdir@ RUDIMENTS_VERSION = @RUDIMENTS_VERSION@ SONAME_VERSION_INFO=@SONAME_VERSION_INFO@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ includedir = @includedir@ libdir = @libdir@ datadir = @datadir@ docdir = ${datadir}/doc/rudiments # compiler to use CXX = @CXX@ # archiver to use AR = @AR@ # includes and defines BASECPPFLAGS = @WALL@ @CPPFLAGS@ @PTHREADINCLUDES@ @SSLINCLUDES@ @PCREINCLUDES@ # debug and optimization flags (-g, -O2, etc.) # NOTE: -FPIC gets added if we're not using libtool CXXFLAGS = @CXXFLAGS@ @PIPE@ @WNOLONGDOUBLE@ # linker flags LDFLAGS = @LDFLAGS@ # libtool command LIBTOOL = @LIBTOOL@ # install command LTINSTALL = $(LIBTOOL) --mode=install $(top_builddir)/install-sh -c INSTALL = $(top_builddir)/install-sh -c # mkinstalldirs command MKINSTALLDIRS = $(top_builddir)/mkinstalldirs # commands to erase files and directories RM = rm -f RMTREE = rm -rf # command to create a symbolic link SYMLINK = ln -s # windows environment MINGW32 = @MINGW32@ CYGWIN = @CYGWIN@ UWIN = @UWIN@ # ssl library SSLLIBS = @SSLLIBS@ # pcre library PCRELIBS = @PCRELIBS@ # socket library SOCKETLIBS = @SOCKETLIBS@ # pthreads library PTHREADLIB = @PTHREADLIB@ # nanosleep library NANOSLEEPLIB = @NANOSLEEPLIB@ # clock_nanosleep library CLOCKNANOSLEEPLIB = @CLOCKNANOSLEEPLIB@ # shmopen library SHMOPENLIB = @SHMOPENLIB@ # crypt library CRYPTLIB = @CRYPTLIB@ # inet_aton library INETATONLIB = @INETATONLIB@ # dl library DLLIB = @DLLIB@