Changeset 229 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Apr 13, 1999, 5:37:10 PM (26 years ago)
Author:
ansari
Message:

MAJ machine.h pour IRIX et Makefile Reza 13/04/99

Location:
trunk/SophyaLib/BaseTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/Makefile

    r219 r229  
    88        $(AR) $(ARFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
    10         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -o $(OBJ)xx.x -Hf
     10        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -lNTools -o $(OBJ)xx.x -Hf
    1111endif
    1212 
    13 $(OBJ)ctimer.o: ctimer.cc defs.h ctimer.h /home/ansari/DPC/Include/peida.h \
    14  /home/ansari/DPC/Include/defs.h /home/ansari/DPC/Include/utils.h \
    15  /home/ansari/DPC/Include/machine.h /home/ansari/DPC/Include/perrors.h \
    16  /home/ansari/DPC/Include/exceptions.h \
    17  /home/ansari/DPC/Include/peidainit.h /home/ansari/DPC/Include/fmath.h
     13$(OBJ)ctimer.o: ctimer.cc defs.h ctimer.h \
     14 $(INC)peida.h \
     15 $(INC)defs.h \
     16 $(INC)utils.h \
     17 $(INC)machine.h \
     18 $(INC)perrors.h \
     19 $(INC)exceptions.h \
     20 $(INC)peidainit.h \
     21 $(INC)fmath.h
    1822$(OBJ)exceptions.o: exceptions.cc defs.h exceptions.h peidainit.h perrors.h
    1923$(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h defs.h
    2024$(OBJ)periodic.o: periodic.cc defs.h periodic.h
    2125$(OBJ)ppersist.o: ppersist.cc defs.h peidainit.h ppersist.h machine.h \
    22  perrors.h exceptions.h /home/ansari/DPC/Include/pclassids.h \
    23  /home/ansari/DPC/Include/dates.h \
    24  /home/ansari/DPC/Include/exceptions.h
     26 perrors.h exceptions.h $(INC)pclassids.h \
     27 $(INC)dates.h \
     28 $(INC)exceptions.h
    2529$(OBJ)psighand.o: psighand.cc psighand.h defs.h perrors.h exceptions.h \
    2630 peidainit.h
  • trunk/SophyaLib/BaseTools/machine.h

    r219 r229  
    8585#define  SWAPDEFAUT   0
    8686
     87#elif  defined( IRIX64 )
     88
     89  typedef signed char int_1;
     90  typedef unsigned char uint_1;
     91  typedef int int_4;
     92  typedef unsigned int uint_4;
     93  typedef short int_2;
     94  typedef unsigned short uint_2;
     95  typedef float r_4;
     96  typedef double r_8;
     97  typedef long long int_8;
     98  typedef unsigned long long uint_8;
     99
     100#define  SWAP 0
     101#define  SWAPDEFAUT   0
     102
    87103#elif defined(Linux)  || defined(linux)
    88104
Note: See TracChangeset for help on using the changeset viewer.