echo"\n******************************************\nPlease type the following line before running:\n export DYLD_LIBRARY_PATH=$$DYLD_LIBRARY_PATH:$P\n******************************************\n";\
printf"\n******************************************\nPlease type the following line before running:\n export DYLD_LIBRARY_PATH=$$DYLD_LIBRARY_PATH:$P\n******************************************\n";\
fi;\
fi
@if["$U"="Linux"];then\
R=`echo$$LD_LIBRARY_PATH | grep$P`;\
if["$$R"=""];then\
echo"\n******************************************\nPlease type the following line before running:\n export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$P\n******************************************\n";\
printf"\n******************************************\nPlease type the following line before running:\n export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$P\n******************************************\n";\
$(eval M :=$(shellecho"$(DISTFILESPATHS)" | sed's/.*mosquitto/mosquitto/' | sed's/\ .*//'))
@cd$(DCDBBUILDPATH)/mosquitto_build && cmake -DWITH_TLS=OFF -DCMAKE_INSTALL_PREFIX:PATH=$(DCDBDEPLOYPATH)$(DCDBBUILDPATH)/$(M)&& make -j$(MAKETHREADS)&& make install
@cd$(DCDBDEPSPATH)/mosquitto_build && cmake -DWITH_TLS=OFF -DCMAKE_INSTALL_PREFIX:PATH=$(DCDBDEPLOYPATH)/$(DCDBDEPSPATH)/$(M)&& make -j$(MAKETHREADS)&& make install
@echo""
@echo"Building Rudeconfig library..."
$(eval R :=$(shellecho"$(DISTFILESPATHS)" | sed's/.*rudeconfig/rudeconfig/' | sed's/\ .*//'))
@cd$(DCDBBUILDPATH)/$(R)&& ./configure --prefix=$(DCDBDEPLOYPATH)&& make -j$(MAKETHREADS)&&chmod +x install-sh && make install
@cd$(DCDBDEPSPATH)/$(R)&& ./configure --prefix=$(DCDBDEPLOYPATH)&& make -j$(MAKETHREADS)&&chmod +x install-sh && make install
@echo""
@echo"Building Boost..."
$(eval B :=$(shellecho"$(DISTFILESPATHS)" | sed's/.*boost/boost/' | sed's/\ .*//'))