Displaying 1 result from an estimated 1 matches for "getopt_object".
Did you mean:
getopt_objects
2000 Jul 07
0
vorbize and os_type patches + general build issues
...================================
RCS file: /usr/local/cvsroot/vorbis/cmdline/Makefile.in,v
retrieving revision 1.5
diff -r1.5 Makefile.in
28c28
< LIBS=@LIBS@ @pthread_lib@
---
> LIBS=@LIBS@ @pthread_lib@ getopt.a
30c30,31
< OFILES = getopt.o getopt1.o main.o
---
> OFILES = main.o
> GETOPT_OBJECTS = getopt.o getopt1.o
43,44c44,45
< target: $(OFILES) ../lib/libvorbis.a
< $(LD) $(CFLAGS) $(OFILES) $(LDFLAGS) ../lib/libvorbis.a -o vorbis $(LIBS)
---
> target: $(OFILES) getopt.a ../lib/libvorbis.a
> $(LD) $(CFLAGS) $(OFILES) $(LDFLAGS) ../lib/libvorbis.a getopt.a -o vorbis $(LIBS...