Changeset 229 in Sophya for trunk/SophyaLib/BaseTools/Makefile
- Timestamp:
- Apr 13, 1999, 5:37:10 PM (26 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.