| Last change
 on this file since 3891 was             2763, checked in by cmv, 20 years ago | 
        
          | 
suite modifs makefile/configure   cmv 24/05/05
 | 
        
          | File size:
            875 bytes | 
      
      
| Rev | Line |  | 
|---|
| [2763] | 1 | MODULECXXREPNAME :=  CmvTests | 
|---|
|  | 2 | MODULEDECCXXFLAGS := -msg_quiet | 
|---|
|  | 3 | include $(SOPHYABASEREP)/Include/MakefileUser.h | 
|---|
|  | 4 |  | 
|---|
|  | 5 | LIBNEED := -L$(SLB) -lsophya -L$(LIB) -lFitsIOServer -L$(EXTLIBPATH) -lcfitsio | 
|---|
|  | 6 |  | 
|---|
|  | 7 | all: tstxastro mollweide | 
|---|
|  | 8 |  | 
|---|
|  | 9 | clean: | 
|---|
|  | 10 | rm -f tstxastro mollweide | 
|---|
|  | 11 | rm -f core *.o | 
|---|
|  | 12 | rm -f mollw.data mollw2.data paw.metafile last.kumacold | 
|---|
|  | 13 |  | 
|---|
|  | 14 | ############################################################################## | 
|---|
|  | 15 | tstxastro: tstxastro.o xastropack.o | 
|---|
|  | 16 | $(LINK.cc) $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS) | 
|---|
|  | 17 | tstxastro.o: tstxastro.cc | 
|---|
|  | 18 | xastropack.o: xastropack.cc | 
|---|
|  | 19 | ############################################################################## | 
|---|
|  | 20 | mollweide: mollweide.o | 
|---|
|  | 21 | $(LINK.cc) -DTEST_MOLLWEIDE $^ -o $@ $(LOADLIBES) $(LIBS) $(LDLIBS) | 
|---|
|  | 22 | mollweide.o: mollweide.cc mollweide.h | 
|---|
|  | 23 | $(COMPILE.cc) -DTEST_MOLLWEIDE -o $@ $< | 
|---|
|  | 24 | ############################################################################## | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.