|
Last change
on this file since 623 was 610, checked in by ansari, 26 years ago |
Corrections diverses - programme tgsky.cc (generation aleatoire de ciel)
et skymixer.cc completee - Reza 21/11/99
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | # MODULECXXREPNAME := Tests
|
|---|
| 2 | # MODULEDECCXXFLAGS := -msg_quiet
|
|---|
| 3 | include $(DPCBASEREP)/Include/MakefileUser.h
|
|---|
| 4 | # FITSIOLIB2 = -L/exp/planck/FitsIO/cfitsio/OSF1-cxx/
|
|---|
| 5 |
|
|---|
| 6 | ifdef NOSHLIB
|
|---|
| 7 | LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a $(LIB)libtools.a
|
|---|
| 8 | LIBS = -L$(LIB) -lSysTools -lNTools -lSamba -lm
|
|---|
| 9 | ifeq ($(CXX),cxx)
|
|---|
| 10 | # librairie des instances de templates cxx
|
|---|
| 11 | LIBS := $(LIBS) -lertcxx
|
|---|
| 12 | endif
|
|---|
| 13 | else
|
|---|
| 14 | LIBF = $(SLB)/libtools.so
|
|---|
| 15 | LIBS = -L$(SLB) -ltools -lm
|
|---|
| 16 | ifeq ($(MACHEROS),Linux)
|
|---|
| 17 | LIBS := $(LIBS) -ldl
|
|---|
| 18 | endif
|
|---|
| 19 | endif
|
|---|
| 20 |
|
|---|
| 21 | # $(OBJ)%.o:%.cc
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 | myobjs = $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)nupower.o $(OBJ)blackbody.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o $(OBJ)gaussfilt.o $(OBJ)convtools.o
|
|---|
| 25 |
|
|---|
| 26 | myexe = $(EXE)easyTest $(EXE)skymixer $(EXE)tgsky $(EXE)tgrsr
|
|---|
| 27 |
|
|---|
| 28 | all : $(myexe)
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | # .PRECIOUS: $(EXE)% $(OBJ)%.o
|
|---|
| 32 | $(EXE)easyTest : $(OBJ)easyTest.o $(myobjs)
|
|---|
| 33 | $(LINK.cc) $^ $(LIBS) -o $@
|
|---|
| 34 |
|
|---|
| 35 | $(EXE)skymixer : $(OBJ)skymixer.o $(myobjs)
|
|---|
| 36 | $(LINK.cc) $^ $(LIBS) -o $@
|
|---|
| 37 |
|
|---|
| 38 | $(EXE)tgsky : $(OBJ)tgsky.o
|
|---|
| 39 | $(LINK.cc) $^ $(LIBS) -o $@
|
|---|
| 40 |
|
|---|
| 41 | $(EXE)tgrsr : $(OBJ)tgrsr.o $(myobjs)
|
|---|
| 42 | $(LINK.cc) $^ $(LIBS) -o $@
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.