--- dependencies/alogg/Makefile.orig	Mon Mar  2 18:06:48 2009
+++ dependencies/alogg/Makefile	Sat Jun  4 21:12:59 2011
@@ -1,20 +1,16 @@
 # Makefile for AllegroOGG using Ogg Vorbis (Xiph.org Foundation)
 
-CC=gcc
 LFLAGS=
 LIBIMP=
 
-TARGETFLAGS=-Wall -O2 -fomit-frame-pointer -finline-functions -ffast-math
 OBJDIR=obj/linux/static
 LIBDEST=lib/linux/libalogg.a
 
 # setting object files, paths and compiler flags
-vpath %.c decoder decoder/libvorbis/lib decoder/libogg/src
 vpath %.c src
 vpath %.o $(OBJDIR)
 
-CFLAGS=$(TARGETFLAGS) -Idecoder -Iinclude -Idecoder/libvorbis/include -Idecoder/libogg/include
-OBJECTS=analysis.o bitrate.o bitwise.o block.o codebook.o envelope.o floor0.o floor1.o framing.o info.o lpc.o lsp.o mapping0.o mdct.o psy.o registry.o res0.o sharedbook.o smallft.o synthesis.o vorbisfile.o window.o alogg.o
+OBJECTS=alogg.o
 OBJECTS2=$(addprefix $(OBJDIR)/,$(OBJECTS))
 
 
