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


#DEBUG = -DDEBUG

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

CC = mwcc -dialect cplus
DEFINES = -DOS_BeOS -DARCH_BeBox
CFLAGS =  ${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 buffer.o audioIO.o position.o layer2.o rtbuf.o util.o

LIBS =

all: amp

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

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

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
