|
Last change
on this file since 689 was 672, checked in by ansari, 26 years ago |
|
Fichier Makefile pour FitsIOServer - Reza 6/12/99
|
|
File size:
1012 bytes
|
| Line | |
|---|
| 1 | include ../Mgr/Makefile.h
|
|---|
| 2 |
|
|---|
| 3 | all: $(LIB)libFitsIOServer.a
|
|---|
| 4 | clean:
|
|---|
| 5 | rm -f $(OBJ)fitsioserver.o
|
|---|
| 6 | rm -f $(LIB)libFitsIOServer.a
|
|---|
| 7 | $(LIB)libFitsIOServer.a : $(OBJ)fitsioserver.o
|
|---|
| 8 | $(ARCXX) $(ARCXXFLAGS) $@ $?
|
|---|
| 9 | ifeq ($(CXX),cxx)
|
|---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lFitsIOServer -lSkyT -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf
|
|---|
| 11 | endif
|
|---|
| 12 |
|
|---|
| 13 | $(OBJ)fitsioserver.o: fitsioserver.cc \
|
|---|
| 14 | $(INC)machdefs.h \
|
|---|
| 15 | $(INC)pclassids.h fitsioserver.h \
|
|---|
| 16 | $(INC)tvector.h \
|
|---|
| 17 | $(INC)tmatrix.h \
|
|---|
| 18 | $(INC)ppersist.h \
|
|---|
| 19 | $(INC)pexceptions.h \
|
|---|
| 20 | $(INC)md5.h \
|
|---|
| 21 | $(INC)anydataobj.h \
|
|---|
| 22 | $(INC)ndatablock.h \
|
|---|
| 23 | $(INC)sphericalmap.h \
|
|---|
| 24 | $(INC)nbmath.h \
|
|---|
| 25 | $(INC)pixelmap.h \
|
|---|
| 26 | $(INC)dvlist.h \
|
|---|
| 27 | $(INC)objfio.h \
|
|---|
| 28 | $(INC)spherepos.h \
|
|---|
| 29 | $(INC)unitvector.h \
|
|---|
| 30 | $(INC)vector3d.h \
|
|---|
| 31 | $(INC)longlat.h \
|
|---|
| 32 | $(INC)utilgeom.h \
|
|---|
| 33 | $(INC)spheregorski.h \
|
|---|
| 34 | $(INC)localmap.h \
|
|---|
| 35 | $(INC)ntuple.h \
|
|---|
| 36 | $(INC)ntupintf.h \
|
|---|
| 37 | $(INC)outilsinit.h \
|
|---|
| 38 | $(INC)peidainit.h \
|
|---|
| 39 | $(INC)cimage.h \
|
|---|
| 40 | $(INC)rzimage.h \
|
|---|
| 41 | $(INC)rzvect.h \
|
|---|
| 42 | $(INC)perrors.h \
|
|---|
| 43 | $(INC)datatypes.h \
|
|---|
| 44 | $(INC)strutil.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.