Changeset 2328 in Sophya for trunk/ArchTOIPipe/Kernel
- Timestamp:
- Feb 24, 2003, 10:18:01 AM (23 years ago)
- Location:
- trunk/ArchTOIPipe/Kernel
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r2282 r2328 13 13 14 14 USE_SOPHYA=@use_sophya@ 15 USE_PIOLIB=@use_piolib@ 16 15 17 16 18 MACHEROS := $(shell echo `uname`) … … 28 30 29 31 30 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ -I. -I$(srcdir)/.. -I.. -DANSI32 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ @pioincdir@ -I. -I$(srcdir)/.. -I.. -DANSI 31 33 32 34 LDLIBS=@cfitslibdir@ -lcfitsio $(LIBS) … … 54 56 endif 55 57 58 ifeq ($(USE_PIOLIB),1) 59 PIOFILES := piotoirdr.cc 60 else 61 PIOFILES := 62 endif 63 56 64 SRCFILES = toi.cc toimanager.cc toiprocessor.cc \ 57 65 fitstoirdr.cc fitstoiwtr.cc asciitoiwtr.cc \ 58 66 toisegment.cc toiseqbuff.cc cgt.cc \ 59 fitsringwtr.cc 67 fitsringwtr.cc $(PIOFILES) 60 68 61 69 FILES=$(patsubst %.c,%.o,$(SRCFILES:.cc=.o))
Note:
See TracChangeset
for help on using the changeset viewer.