|
Last change
on this file since 1808 was 1672, checked in by cmv, 24 years ago |
|
modeles de champ magnetiques terrestres cmv 06/10/01
|
|
File size:
433 bytes
|
| Rev | Line | |
|---|
| [1456] | 1 | include ../Mgr/Makefile.h
|
|---|
| 2 |
|
|---|
| 3 | all: $(LIB)libXAstroPack.a
|
|---|
| 4 | clean:
|
|---|
| [1672] | 5 | rm -f $(OBJ)xastropack.o $(OBJ)magfield.o
|
|---|
| [1456] | 6 | rm -f $(LIB)libXAstroPack.a
|
|---|
| [1672] | 7 | $(LIB)libXAstroPack.a : $(OBJ)magfield.o $(OBJ)xastropack.o
|
|---|
| [1456] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $?
|
|---|
| 9 | ifeq ($(CXX),cxx)
|
|---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | $(OBJ)xastropack.o: xastropack.cc xastropack.h \
|
|---|
| [1672] | 14 | $(INC)machdefs.h \
|
|---|
| 15 | $(EXTINCPATH)XAstro/P_.h \
|
|---|
| 16 | $(EXTINCPATH)XAstro/astro.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.