Last change
on this file since 2764 was 2763, checked in by cmv, 20 years ago |
suite modifs makefile/configure cmv 24/05/05
|
File size:
509 bytes
|
Rev | Line | |
---|
[2763] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
[1799] | 2 |
|
---|
[2763] | 3 | all: tstxastro tstmollweide
|
---|
[1799] | 4 |
|
---|
| 5 | clean:
|
---|
[2763] | 6 | rm -f *.o tstxastro tstmollweide mollw.data mollw2.data
|
---|
[1799] | 7 |
|
---|
[2763] | 8 | #---------------------
|
---|
| 9 | tstxastro: tstxastro.o
|
---|
| 10 | $(CXXLINK) $^ -o $@ $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
|
---|
| 11 |
|
---|
[1799] | 12 | tstxastro.o: tstxastro.cc
|
---|
[2763] | 13 | $(CXXCOMPILE) -o $@ $<
|
---|
| 14 |
|
---|
| 15 | #---------------------
|
---|
| 16 | tstmollweide: tstmollweide.o
|
---|
| 17 | $(CXXLINK) -o $@ $^ $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
|
---|
| 18 |
|
---|
| 19 | tstmollweide.o: tstmollweide.cc
|
---|
| 20 | $(CXXCOMPILE) -o $@ $<
|
---|
Note:
See
TracBrowser
for help on using the repository browser.