Changeset 444 in Sophya


Ignore:
Timestamp:
Sep 27, 1999, 10:50:25 PM (26 years ago)
Author:
ansari
Message:

release pre-chili

Location:
trunk/Poubelle/archTOI.old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/INSTALL

    r443 r444  
    442. You need the cfitsio library. Set the CFITSIODIR environment variable
    55   to the location of the library (the directory should contain fitsio.h
    6    and libcfitsio.a
     6   and a subdirectory $(HOSTTYPE) (GNU make standard macro) should
     7   contain libcfitsio.a)
    783. run the 'mkd' script
    894. run make
  • trunk/Poubelle/archTOI.old/Makefile

    r437 r444  
    88
    99LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio
     10
     11ifdef NOSHLIB
     12  ifeq ($(CXX), g++)
     13    LDFLAGS = -static
     14  endif
     15  ifeq ($(CXX), cxx)
     16    LDFLAGS = -non_shared
     17  endif
     18endif
    1019
    1120default: archtoi
Note: See TracChangeset for help on using the changeset viewer.