|
Last change
on this file since 650 was
650,
checked in by djay, 11 years ago
|
|
Link against the zoo_service shared library from C service makefile.
|
|
File size:
308 bytes
|
| Line | |
|---|
| 1 | CFLAGS=-I../../zoo-kernel/ -I./ `xml2-config --cflags` `python-config --cflags` `gdal-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG |
|---|
| 2 | CC=gcc |
|---|
| 3 | |
|---|
| 4 | cgi-env/test_service.zo: test_service.c |
|---|
| 5 | g++ ${CFLAGS} -shared -fpic -o cgi-env/test_service.zo ./test_service.c -lzoo_service |
|---|
| 6 | |
|---|
| 7 | clean: |
|---|
| 8 | rm -f cgi-env/test_service.zo |
|---|
Note: See
TracBrowser
for help on using the repository browser.