Changeset 2934 for trunk/Nebulous/nebclient/makefile
- Timestamp:
- Jan 7, 2005, 2:57:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/makefile
r2926 r2934 1 1 SH=/bin/sh 2 2 CFLAGS=-fPIC -Wall -O2 -pipe 3 LIBS=-lpcre 3 4 4 objects=idataclient.o stdsoap2.o soapC.o soapClient.o 5 objects=idataclient.o stdsoap2.o soapC.o soapClient.o xmalloc.o 5 6 6 all: idataclient.so7 all: libidataclient.so 7 8 8 idataclient.so: $(objects)9 $(CC) $(CFLAGS) -shared -o idataclient.so $(objects)9 libidataclient.so: $(objects) 10 $(CC) $(CFLAGS) -shared -o libidataclient.so $(objects) 10 11 11 12 $(objects): %.o : %.c
Note:
See TracChangeset
for help on using the changeset viewer.
