Last change
on this file since 16 was
15,
checked in by cecile, 13 years ago
|
Vis main file for expermeriments
|
File size:
373 bytes
|
Line | |
---|
1 | LIBGLUDIR=../glu-2.3/ |
---|
2 | LIBVISDIR=../vis-2.3/ |
---|
3 | INCVISDIR=${LIBVISDIR}/include/ |
---|
4 | INCGLUDIR=${LIBGLUDIR}/include/ |
---|
5 | |
---|
6 | a.out : main.c utilities.o |
---|
7 | gcc main.c -lm -L$(LIBGLUDIR) -lglu -L$(LIBVISDIR) -lvis2 -I$(INCVISDIR) -I$(INCGLUDIR) |
---|
8 | |
---|
9 | utilities.o : utilities.c |
---|
10 | gcc -c utilities.c -lm -L$(LIBGLUDIR) -lglu -L$(LIBVISDIR) -lvis2 -I$(INCVISDIR) -I$(INCGLUDIR) |
---|
11 | clean: |
---|
12 | rm *.o a.out |
---|
Note: See
TracBrowser
for help on using the repository browser.