Changeset 229 in Sophya
- Timestamp:
- Apr 13, 1999, 5:37:10 PM (26 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r219 r229 8 8 $(AR) $(ARFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools - o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -lNTools -o $(OBJ)xx.x -Hf 11 11 endif 12 12 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 18 22 $(OBJ)exceptions.o: exceptions.cc defs.h exceptions.h peidainit.h perrors.h 19 23 $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h defs.h 20 24 $(OBJ)periodic.o: periodic.cc defs.h periodic.h 21 25 $(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.h26 perrors.h exceptions.h $(INC)pclassids.h \ 27 $(INC)dates.h \ 28 $(INC)exceptions.h 25 29 $(OBJ)psighand.o: psighand.cc psighand.h defs.h perrors.h exceptions.h \ 26 30 peidainit.h -
trunk/SophyaLib/BaseTools/machine.h
r219 r229 85 85 #define SWAPDEFAUT 0 86 86 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 87 103 #elif defined(Linux) || defined(linux) 88 104
Note:
See TracChangeset
for help on using the changeset viewer.