]> mj.ucw.cz Git - vcut.git/blobdiff - Makefile
1
[vcut.git] / Makefile
index bd4ba4efbdad4d7fb025279aa6f815084dc62e54..9cfa8ecf8c0d7a68abce7614ee12452e9843b6b3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,15 @@
-CC=gcc-4.0
-LD=gcc-4.0
-CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
+CC=gcc-3.4
+LD=gcc-3.4
+#CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
+CFLAGS=-O0 -g -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
 
 all: vorbiscut
 
 oggtest: LDFLAGS+=-logg
 vorbistest: LDFLAGS+=-lvorbisfile -logg -lvorbis
-vorbiscut: LDFLAGS+=-L/opt/lib -lvorbisfile -logg -lvorbis -lasound -lsndfile
+#vorbiscut: LDFLAGS+=-L/opt/lib -static -lvorbisfile -dynamic -logg -lvorbis -lasound -lsndfile
+vorbiscut: vorbiscut.o
+vorbiscut: LDFLAGS+=-L/opt/lib -logg -lasound -lsndfile -lvorbisfile -lvorbis
 vorbiscut.o: CFLAGS+=-I/opt/include
 
 clean: