Changeset 1793 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Nov 27, 2001, 1:13:41 PM (24 years ago)
Author:
aubourg
Message:

IRIX stuff

Location:
trunk/ArchTOIPipe
Files:
6 edited

Legend:

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

    r1788 r1793  
    3737 endif
    3838 ifeq ($(CXX), CC)
    39     CXXFLAGS = -O
     39    CXXFLAGS = -O -prelink -ptused
    4040    CFLAGS   = -O
    4141#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.h

    r1765 r1793  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: fitstoirdr.h,v 1.9 2001-11-14 14:12:31 aubourg Exp $
     7// $Id: fitstoirdr.h,v 1.10 2001-11-27 12:13:41 aubourg Exp $
    88
    99
     
    1111#define FITSTOIRDR_H
    1212
     13#include "config.h"
    1314#include "toiprocessor.h"
    1415#include <string>
    15 #include <vector.h>
     16#include <vector>
    1617#include <map>
    1718#include "fitsio.h"
  • trunk/ArchTOIPipe/Makefile.in

    r1788 r1793  
    5454 endif
    5555 ifeq ($(CXX), CC)
    56     CXXFLAGS = -O
     56    CXXFLAGS = -O -prelink -ptused
    5757    CFLAGS   = -O
    5858#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/ProcWSophya/Makefile.in

    r1788 r1793  
    2929ifeq ($(MACHEROS),IRIX64)
    3030 ifeq ($(CXX), CC)
    31     CXXFLAGS = -O
     31    CXXFLAGS = -O -prelink -ptused
    3232    CFLAGS   = -O
    3333#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1788 r1793  
    3232ifeq ($(MACHEROS),IRIX64)
    3333 ifeq ($(CXX), CC)
    34     CXXFLAGS = -O
     34    CXXFLAGS = -O -prelink -ptused
    3535    CFLAGS   = -O
    3636#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/TestPipes/Makefile.in

    r1788 r1793  
    6464 endif
    6565 ifeq ($(CXX), CC)
    66     CXXFLAGS = -O
     66    CXXFLAGS = -O -prelink -ptused
    6767    CFLAGS   = -O
    6868#   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
Note: See TracChangeset for help on using the changeset viewer.