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


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

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


desc
@initial version.
@


1.2
log
@deleted ISIP_BINARY.
@
text
@# file: GNUmakefile
#
# this make file is for the Signal class
# 

# define the source files
#
ISIP_FILES = *.cc

# define the files these source files depend on (usually include files)
#
ISIP_DEPS = ./signal.h ./signal_constants.h

ISIP_IFLAGS = -I $(ISIP_SNR)/include/

# define the output library
#
ISIP_OLIB = $(ISIP_SNR)/lib/lib_signal.a

# define the compilation flags
# 
ISIP_CFLAGS = -O

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

#
# end of file

@


1.1
log
@Initial revision
@
text
@d18 1
a18 1
ISIP_OLIB = $(ISIP_SNR)/lib/$(ISIP_BINARY)/lib_signal.a
@
