Changeset 2926
- Timestamp:
- Jan 6, 2005, 11:49:51 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/makefile
r2923 r2926 1 1 SH=/bin/sh 2 CFLAGS="-fPIC" 2 CFLAGS=-fPIC -Wall -O2 -pipe 3 4 objects=idataclient.o stdsoap2.o soapC.o soapClient.o 3 5 4 6 all: idataclient.so 5 7 6 idataclient.so: idataclient.o7 $(CC) $(CFLAGS) -shared -o idataclient.so idataclient.o8 idataclient.so: $(objects) 9 $(CC) $(CFLAGS) -shared -o idataclient.so $(objects) 8 10 9 idataclient.o: idataclient.c 10 $(CC) $(CFLAGS) -c idataclient.c 11 $(objects): %.o : %.c 12 $(CC) $(CFLAGS) -o $@ -c $< 13 14 wsdl: idata.wsdl 15 wsdl2h -c idata.wsdl 16 soapcpp2 -c idata.h 17 18 clean: 19 $(RM) *.so *.o *.xml core
Note:
See TracChangeset
for help on using the changeset viewer.
