OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/Makefile versions 1.11 and 1.12
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/Makefile 1.11 -> 1.12

--- Makefile     2001/07/08 15:20:34     1.11
+++ Makefile     2001/07/08 15:36:29     1.12
@@ -23,16 +23,13 @@
 .cpp.o:
         $(CXX) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CXXFLAGS) -c $<
 
-all:    libxds.a xds.3 test
+all:    libxds.a xds.3
 
 libxds.a:       $(OBJS)
         @rm -f $@
         $(AR) cr $@ $(OBJS)
         $(RANLIB) $@
 
-test:           test.o libxds.a
-        $(CC) $(LDFLAGS) -o $@ test.o -L. -lxds
-
 xds.3:          xds.pod
         pod2man --section=3 --center="XDS Library Programmer API " xds.pod >xds.3
 
@@ -49,11 +46,12 @@
 decode.o: internal.h xds.h
 destroy.o: internal.h xds.h
 encode.o: internal.h xds.h
+find-engine.o: internal.h xds.h
 getbuffer.o: internal.h xds.h
 init.o: internal.h xds.h
 register.o: internal.h xds.h
+set-capacity.o: internal.h xds.h
 setbuffer.o: internal.h xds.h
-test.o: xds.h
 unregister.o: internal.h xds.h
 vdecode.o: internal.h xds.h
 vencode.o: internal.h xds.h

CVSTrac 2.0.1