Project

General

Profile

RE: Wt::Dbo::Session::execute() and try-catch » Makefile

makefile for freebsd (I have freebsd 8.2 p2 x86) - denis talakevich, 03/13/2012 05:14 AM

 
cflags = -O3 -pipe -I/usr/local/include -Wno-deprecated
linkflags = -L/usr/local/lib -lwt -lwtdbo -lwthttp -lwtext -lwtdbo -lwtdbopostgres
cxx= g++
all:
${cxx} main_koen.cpp -o test.bin ${cflags} ${linkflags}
clean:
rm -fv ./*~ ./*.o ./test.bin
run:
./test.bin --docroot . --http-address 127.0.0.1 --http-port 80

#makefile for FreeBSD OS
(1-1/3)