[Spread-users] Secure spread on Win32

Nilay Padh nilay_bom at hotmail.com
Mon Jun 14 18:53:33 EDT 2004


Hi All,

Has any1 installed Secure spread on win32 env. ? If yes, then what are the modifications that I have to make on configure script(s) & makefiles to make it run.
I have Spread installed at: /usr/local/lib; /usr/local/bin; /usr/local/include of cygwin on WinXP. 

The Makefile looks like:

MAKE=make

CLI_API_LIB = CLQ_API-1.0
CLI_API_DIR = clq_api-1.0

STDUTIL_LIB = STDUTIL
STDUTIL_DIR = stdutil

FLUSH_LIB = FLUSH
FLUSH_DIR = flush

SSP_LIB = SSP
SSP_DIR = ssp


# order MATTERS, flush and ssp are using stdutil
# and also ssp is using all of the others
DRS = $(CLI_API_LIB) $(STDUTIL_LIB) $(FLUSH_LIB) $(SSP_LIB)

all: $(DRS)

$(CLI_API_LIB):
 (cd $(CLI_API_DIR); make);

$(STDUTIL_LIB):
 (cd $(STDUTIL_DIR); make);

$(FLUSH_LIB):
 (cd $(FLUSH_DIR); make);

$(SSP_LIB):
 (cd $(SSP_DIR); make); 

clean:
 (cd $(CLI_API_DIR); make clean);
 (cd $(STDUTIL_DIR); make clean);
 (cd $(FLUSH_DIR); make clean);
 (cd $(SSP_DIR); make clean);

distclean:
 (cd $(CLI_API_DIR); make distclean);
 (cd $(STDUTIL_DIR); make distclean; rm -f Makefile);
 (cd $(FLUSH_DIR); make distclean; rm -f Makefile);
 (cd $(SSP_DIR); make distclean; rm -f Makefile);
 rm -f config.*


Regards,
-Nilay



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.spread.org/pipermail/spread-users/attachments/20040614/da0b16a6/attachment.html 


More information about the Spread-users mailing list