Changeset 2369 in Sophya for trunk/ArchTOIPipe/TestPipes


Ignore:
Timestamp:
Apr 24, 2003, 3:22:26 PM (22 years ago)
Author:
aubourg
Message:

PIOlib I/O

Location:
trunk/ArchTOIPipe/TestPipes
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/Makefile.in

    r2328 r2369  
    5353CPPFLAGS    :=  $(CPPFLAGS) @cfitsincdir@ @pioincdir@ -I. -I.. -DANSI -I$(srcdir)/../Kernel -I$(srcdir)/../Processors -I$(srcdir)/../ProcWSophya -I$(srcdir)/..
    5454
    55 ifeq ($USE_PIOLIB,1)
    56   PIOLIBS := @piolibdir@ -lpiolib
     55ifeq ($(USE_PIOLIB),1)
     56  PIOLIBS := -L@piolibdir@ -lpiolib
    5757else
    5858  PIOLIBS :=
     
    6262ifeq ($(USE_SOPHYA),1)
    6363#  LDLIBS=-L.. -latsop -latkern -latproc @cfitslibdir@ -lcfitsio $(PIOLIBS) $(LIBS)
    64   LDLIBS=-L.. -latsop -latkern -latproc $(LIBS)
     64  LDLIBS=-L.. -latsop -latkern -latproc $(PIOLIBS) $(LIBS)
    6565  LIBDEPS=../libatsop.a ../libatkern.a ../libatproc.a
    6666else
Note: See TracChangeset for help on using the changeset viewer.