head     1.1;
branch   1.1.1;
access   ;
symbols  first_import:1.1.1.1 first:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2004.08.19.14.27.14;  author jcastillo;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2004.08.19.14.27.14;  author jcastillo;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@TARGET_ARCH = linux

CC     = g++
OPT    = -O3
DEBUG  = -g
OTHER  = -Wall -Wno-deprecated
EXTRA_CFLAGS = $(OPT) $(OTHER)
# EXTRA_CFLAGS = $(DEBUG) $(OTHER)

MODULE = rng
SRCS = rng.cpp stimulus.cpp main.cpp 
OBJS = $(SRCS:.cpp=.o)

include Makefile.defs
@


1.1.1.1
log
@First import
@
text
@@
