Last change
on this file since 3972 was 3538, checked in by ansari, 17 years ago |
This commit was generated by cvs2svn to compensate for changes in r3537,
which included commits to RCS files with non-trunk default branches.
|
File size:
384 bytes
|
Line | |
---|
1 | # Definition flag compilation et librariries SOPHYA
|
---|
2 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
3 |
|
---|
4 | all : tbrpaq
|
---|
5 |
|
---|
6 | clean :
|
---|
7 | rm tbrpaq tbrpaq.o brpaqu.o
|
---|
8 |
|
---|
9 | tbrpaq : tbrpaq.o brpaqu.o
|
---|
10 | $(CXXLINK) -o tbrpaq tbrpaq.o brpaqu.o $(SOPHYAALLSLBLIST)
|
---|
11 |
|
---|
12 | tbrpaq.o : tbrpaq.cc brpaqu.h
|
---|
13 | $(CXXCOMPILE) -c -o tbrpaq.o tbrpaq.cc
|
---|
14 |
|
---|
15 | brpaqu.o : brpaqu.cc brpaqu.h
|
---|
16 | $(CXXCOMPILE) -c -o brpaqu.o brpaqu.cc
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.