IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2005, 2:57:59 PM (22 years ago)
Author:
jhoblitt
Message:

add idataServer* idataParseURI idataFree functions
idataCreate is now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/makefile

    r2926 r2934  
    11SH=/bin/sh
    22CFLAGS=-fPIC -Wall -O2 -pipe
     3LIBS=-lpcre
    34
    4 objects=idataclient.o stdsoap2.o soapC.o soapClient.o
     5objects=idataclient.o stdsoap2.o soapC.o soapClient.o xmalloc.o
    56
    6 all: idataclient.so
     7all: libidataclient.so
    78
    8 idataclient.so: $(objects)
    9         $(CC) $(CFLAGS) -shared -o idataclient.so $(objects)
     9libidataclient.so: $(objects)
     10        $(CC) $(CFLAGS) -shared -o libidataclient.so $(objects)
    1011
    1112$(objects): %.o : %.c
Note: See TracChangeset for help on using the changeset viewer.