head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	96.02.14.04.04.23;	author rowlands;	state Exp;
branches;
next	;


desc
@MPEG-2 Audio encoder - lower sampling rates extension
@


1.1
log
@Initial revision
@
text
@# Generated automatically from Makefile.in by configure.

CC = gcc

c_sources = \
	common.c \
	encode.c \
	formatBitstream.c \
	huffman.c \
	ieeefloat.c \
	l3bitstream.c \
	l3psy.c \
	loop.c \
	mdct.c \
	musicin.c \
	portableio.c \
	psy.c \
	reservoir.c \
	subs.c \
	tonal.c

OBJ = $(c_sources:.c=.o)

NINT_SWITCH = 

CC_SWITCHES = -g -O -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG

PGM = encode

LIBS =  -lm -lieee


%.o: %.c 
	$(CC) $(CC_SWITCHES) -c $< -o $@@

%.d: %.c
	$(SHELL) -ec '$(CC) -M $(CC_SWITCHES) $< | sed '\''s/$*.o/& $@@/g'\'' > $@@'


$(PGM):	$(OBJ) Makefile
	$(CC) -o $(PGM) $(OBJ) $(LIBS)

clean:
	-rm $(OBJ)

tags: TAGS

TAGS: ${c_sources}
	etags -T ${c_sources}

-include $(c_sources:.c=.d)
@
