# Generated automatically from Makefile.in by configure.
# Makefile  - amp  audio mpeg player v0.7
# tomislav uzelac  1996,1997


#DEBUG = -DDEBUG

# ---- BeOS/BeBox ----

CC = mwcc
DEFINES = -DOS_BeOS -DARCH_PPC
CFLAGS = -dialect cplus -O7 -prefix BeHeaders ${DEFINES} ${DEBUG}
LDFLAGS =

#
# uncomment both of these if you want profiling support
#
#PG = -pg
#LDFLAGS+= -pg

#
# you should probably leave these untouched ####################################
#

OBJ = dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o \
      args.o audioIO.o position.o layer2.o rtbuf.o  util.o Converter.o 

LIBS = 

all: amp

.PHONY: clean cleandist dep 
clean:
	rm -f *.o amp core

cleandist: clean
	rm -f *~ config.status config.cache config.log config.h Makefile .depend

distclean: cleandist

amp: $(OBJ) 
	$(CC) -o amp $(OBJ) $(LDFLAGS) $(LIBS) 

.c.o:
	$(CC) -c $(CFLAGS) $(GGDB) $(PG) $< 

.c.s:
	$(CC) -S $(CFLAGS) $(GGDB) $(PG) $< 

dep:
	gcc -MM ${DEFINES} ${DEBUG} *.c > .depend

#-include .depend
