Changeset 2328 in Sophya for trunk/ArchTOIPipe/Makefile.in


Ignore:
Timestamp:
Feb 24, 2003, 10:18:01 AM (23 years ago)
Author:
aubourg
Message:

pour piolib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Makefile.in

    r2240 r2328  
    1414
    1515USE_SOPHYA=@use_sophya@
     16USE_PIOLIB=@use_piolib@
    1617
    1718MACHEROS := $(shell echo `uname`)
     
    4748CPPFLAGS    :=  $(CPPFLAGS) @cfitsincdir@ -I. -DANSI
    4849
    49 LDLIBS=@cfitslibdir@ -lcfitsio $(LIBS)
     50ifeq ($USE_PIOLIB,1)
     51  PIOLIBS := @piolibdir@ -lpiolib
     52else
     53  PIOLIBS :=
     54endif
     55
     56LDLIBS=@cfitslibdir@ -lcfitsio $(PIOLIBS) $(LIBS)
    5057
    5158ifeq ($(MACHEROS),IRIX64)
Note: See TracChangeset for help on using the changeset viewer.