Subversion Repositories pentevo

Rev

Rev 425 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 425 Rev 467
Line 2... Line 2...
2
CC=gcc
2
CC=gcc
3
 
3
 
4
MODELLIB=./sndpix.so
4
MODELLIB=./sndpix.so
5
APPL=./viewer
5
APPL=./viewer
6
 
6
 
7
PLI_INCLUDE=/home/lvd/modelsim/6.6a/modeltech/include
7
PLI_INCLUDE=/home/lvd/modelsim/10.0b/modeltech/include
8
 
8
 
9
SRCLIB=./sndpix.c
9
SRCLIB=./sndpix.c
10
SRCAPP=./viewer.c
10
SRCAPP=./viewer.c
11
 
11
 
12
all : $(APPL) $(MODELLIB) Makefile
12
all : $(APPL) $(MODELLIB) Makefile