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


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


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


1.1
log
@Initial revision
@
text
@############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequency Extension
##
## $Id$
##
## Imakefile for decoder
##
## $Log: common.c $
## Martin Sieler, Roland Bitto - 1995-08--03
##
############################################################################

RD = .

SRC_DIR = $(RD)
OBJ_DIR = $(TMP)/$(USER)/public_c/mpeg2/$(PLATFORM)
EXE_DIR = .

############################################################################

DEC_O = musicout decode common huffman

/* CondFlagProg(decode,CFLAGS += -g -DUNIX) */
/* CondFlagProg(decfast,CFLAGS += -O4 -DUNIX) */

############################################################################

/* CTargetDir(decode,DEC_O,decode) */
/* CTargetDir(decfast,DEC_O,decfast) */

############################################################################
/* DefineTarget(decode_d,decode_d) */
/* DefineTarget(decode,decode)     */
/* DefineTarget(all,decode decode_d) */

 CondFlagProg(decode_d,CFLAGS += -g -DUNIX) 
 CTargetDir(decode_d,DEC_O,decode_d)

/* CondFlagProg(decode,CFLAGS += -O2 -DUNIX) */
/* CTargetDir(decode,DEC_O,decode) */
@
