Line | |
---|
1 | CFLAGS=-I../../../zoo-kernel/ -I./ `xslt-config --cflags` `xml2-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
---|
2 | # if JS_ENABLED flag is set to true in your ZOO-Kernel Makefile then you'll have |
---|
3 | # uncomment the following line |
---|
4 | # JS_LDFLAGS=../../../zoo-kernel/ulinet.o ../../../zoo-kernel/service_internal_js.o |
---|
5 | |
---|
6 | cgi-env/wps_status.zo: service.c |
---|
7 | g++ ${CFLAGS} -shared -fpic -o cgi-env/wps_status.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} `xml2-config --libs` `xslt-config --libs` |
---|
8 | |
---|
9 | clean: |
---|
10 | rm -f cgi-env/wps_status.zo |
---|
Note: See
TracBrowser
for help on using the repository browser.