Last change
on this file since 4023 was 3879, checked in by cmv, 15 years ago |
generation Makefile et smakefile en prevision du tag, cmv 10/09/2010
|
File size:
856 bytes
|
Rev | Line | |
---|
[2743] | 1 | include ../BuildMgr/sophyamake.inc
|
---|
[2763] | 2 |
|
---|
[2743] | 3 | all: $(SOPHYALIBP)libXAstroPack.a
|
---|
[2763] | 4 |
|
---|
| 5 | clean:
|
---|
| 6 | rm -f $(SOPHYAOBJP)mollweide.o $(SOPHYAOBJP)tstmollweide.o $(SOPHYAOBJP)tstxastro.o $(SOPHYAOBJP)xastropack.o $(SOPHYAOBJP)magfield.o
|
---|
[2743] | 7 | rm -f $(SOPHYALIBP)libXAstroPack.a
|
---|
[1456] | 8 |
|
---|
[2763] | 9 | $(SOPHYALIBP)libXAstroPack.a : $(SOPHYAOBJP)magfield.o $(SOPHYAOBJP)mollweide.o $(SOPHYAOBJP)xastropack.o
|
---|
| 10 | $(AR) $(ARFLAGS) $@ $?
|
---|
| 11 | touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
|
---|
| 12 |
|
---|
[3879] | 13 | $(SOPHYAOBJP)mollweide.o: mollweide.cc \
|
---|
| 14 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3405] | 15 | mollweide.h
|
---|
[2765] | 16 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mollweide.cc
|
---|
[2763] | 17 |
|
---|
| 18 | $(SOPHYAOBJP)xastropack.o: xastropack.cc \
|
---|
[3879] | 19 | $(SOPHYAINCP)sopnamsp.h \
|
---|
| 20 | xastropack.h \
|
---|
[2763] | 21 | $(SOPHYAINCP)machdefs.h \
|
---|
| 22 | $(SOPHYAINCP)XAstro/astro.h
|
---|
[2765] | 23 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xastropack.cc
|
---|
[2763] | 24 |
|
---|
[2743] | 25 | $(SOPHYAOBJP)magfield.o: magfield.c magfield.h
|
---|
[2765] | 26 | $(CCOMPILE) -o $@ magfield.c
|
---|
[2763] | 27 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.