You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/vb2rip/files/vb2rip-1.4-makefile.patch

22 lines
421 B

--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,4 @@
-CC=gcc
-CFLAGS=-O9 -fomit-frame-pointer -Wall
-LD=gcc
-LFLAGS=-s
-
OBJECTS=main.o decode.o wav.o lsb.o rip.o fmt.o fmt_raw.o fmt_vb2.o fmt_8.o fmt_msa.o fmt_xa2.o
-all: vb2rip
-
vb2rip: $(OBJECTS)
- $(LD) $(LFLAGS) $(OBJECTS) -o $@
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $<
-
-clean:
- del *.o
+ $(CC) $(LDFLAGS) $(OBJECTS) $(LOADLIBES) $(LDLIBS) -o vb2rip