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


1.2
date	2000.10.23.22.59.58;	author picone;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.23.22.58.58;	author picone;	state Exp;
branches;
next	;


desc
@initial version.
@


1.2
log
@removed ISIP_BINARY.
@
text
@# file: $ECE_8113/util/snr_calculator/v1.0/GNUmakefile
#

# define the source files
#
ISIP_FILES = *.cc

# define the files these source files depend on (usually include files)
#
ISIP_DEPS = snr_calculator.h \
	    snr_calculator_constants.h 

# define the local include file path
#
ISIP_IFLAGS = -I $(ISIP_SNR)/include

# define the compilation flags: debug
# 
ISIP_CFLAGS = -O

# define additional include libraries
#
ISIP_LFLAGS_BEFORE = -L $(ISIP_SNR)/lib -l_signal -lm

# define the name of the executable file (*.exe)
#
ISIP_EXE = snr_calculator.exe

# define the installation directory
#
ISIP_BIN = $(ISIP_SNR)/bin

# include the isip standard make template
#
include $(ISIP_SNR)/util/make/compile_and_link.make

#
# end of file
@


1.1
log
@Initial revision
@
text
@d23 1
a23 1
ISIP_LFLAGS_BEFORE = -L $(ISIP_SNR)/lib/$(ISIP_BINARY) -l_signal
d31 1
a31 1
ISIP_BIN = $(ISIP_SNR)/bin/$(ISIP_BINARY)
@
