Changeset 2369 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Apr 24, 2003, 3:22:26 PM (22 years ago)
- Location:
- trunk/ArchTOIPipe/TestPipes
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r2328 r2369 53 53 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ @pioincdir@ -I. -I.. -DANSI -I$(srcdir)/../Kernel -I$(srcdir)/../Processors -I$(srcdir)/../ProcWSophya -I$(srcdir)/.. 54 54 55 ifeq ($ USE_PIOLIB,1)56 PIOLIBS := @piolibdir@ -lpiolib55 ifeq ($(USE_PIOLIB),1) 56 PIOLIBS := -L@piolibdir@ -lpiolib 57 57 else 58 58 PIOLIBS := … … 62 62 ifeq ($(USE_SOPHYA),1) 63 63 # LDLIBS=-L.. -latsop -latkern -latproc @cfitslibdir@ -lcfitsio $(PIOLIBS) $(LIBS) 64 LDLIBS=-L.. -latsop -latkern -latproc $( LIBS)64 LDLIBS=-L.. -latsop -latkern -latproc $(PIOLIBS) $(LIBS) 65 65 LIBDEPS=../libatsop.a ../libatkern.a ../libatproc.a 66 66 else
Note:
See TracChangeset
for help on using the changeset viewer.