Changeset 2328 in Sophya for trunk/ArchTOIPipe/TestPipes/Makefile.in
- Timestamp:
- Feb 24, 2003, 10:18:01 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r2227 r2328 14 14 15 15 USE_SOPHYA=@use_sophya@ 16 USE_PIOLIB=@use_piolib@ 17 16 18 17 19 MACHEROS := $(shell echo `uname`) … … 49 51 50 52 51 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ -I. -I.. -DANSI -I$(srcdir)/../Kernel -I$(srcdir)/../Processors -I$(srcdir)/../ProcWSophya -I$(srcdir)/.. 53 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ @pioincdir@ -I. -I.. -DANSI -I$(srcdir)/../Kernel -I$(srcdir)/../Processors -I$(srcdir)/../ProcWSophya -I$(srcdir)/.. 54 55 ifeq ($USE_PIOLIB,1) 56 PIOLIBS := @piolibdir@ -lpiolib 57 else 58 PIOLIBS := 59 endif 60 52 61 53 62 ifeq ($(USE_SOPHYA),1) 54 # LDLIBS=-L.. -latsop -latkern -latproc @cfitslibdir@ -lcfitsio $( LIBS)63 # LDLIBS=-L.. -latsop -latkern -latproc @cfitslibdir@ -lcfitsio $(PIOLIBS) $(LIBS) 55 64 LDLIBS=-L.. -latsop -latkern -latproc $(LIBS) 56 65 LIBDEPS=../libatsop.a ../libatkern.a ../libatproc.a 57 66 else 58 LDLIBS=-L.. -latkern -latproc @cfitslibdir@ -lcfitsio $( LIBS)67 LDLIBS=-L.. -latkern -latproc @cfitslibdir@ -lcfitsio $(PIOLIBS) $(LIBS) 59 68 LIBDEPS=../libatkern.a ../libatproc.a 60 69 endif … … 62 71 ifeq ($(MACHEROS),IRIX64) 63 72 ifeq ($(CXX), g++) 64 LDLIBS=@cfitslibdir@ -lcfitsio-L /usr/lib32/73 LDLIBS=@cfitslibdir@ -lcfitsio $(PIOLIBS) -L /usr/lib32/ 65 74 endif 66 75 ifeq ($(CXX), CC)
Note:
See TracChangeset
for help on using the changeset viewer.