Last change
on this file since 503 was 229, checked in by ansari, 27 years ago |
MAJ machine.h pour IRIX et Makefile Reza 13/04/99
|
File size:
1.1 KB
|
Line | |
---|
1 | include ../Mgr/Makefile.h
|
---|
2 |
|
---|
3 | all: $(LIB)libSysTools.a
|
---|
4 | clean:
|
---|
5 | rm -f $(OBJ)ctimer.o $(OBJ)exceptions.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o
|
---|
6 | rm $(LIB)libSysTools.a
|
---|
7 | $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)exceptions.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)ppersist.o $(OBJ)psighand.o $(OBJ)timing.o
|
---|
8 | $(AR) $(ARFLAGS) $@ $?
|
---|
9 | ifeq ($(CXX),cxx)
|
---|
10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lSysTools -lNTools -o $(OBJ)xx.x -Hf
|
---|
11 | endif
|
---|
12 |
|
---|
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
|
---|
22 | $(OBJ)exceptions.o: exceptions.cc defs.h exceptions.h peidainit.h perrors.h
|
---|
23 | $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h defs.h
|
---|
24 | $(OBJ)periodic.o: periodic.cc defs.h periodic.h
|
---|
25 | $(OBJ)ppersist.o: ppersist.cc defs.h peidainit.h ppersist.h machine.h \
|
---|
26 | perrors.h exceptions.h $(INC)pclassids.h \
|
---|
27 | $(INC)dates.h \
|
---|
28 | $(INC)exceptions.h
|
---|
29 | $(OBJ)psighand.o: psighand.cc psighand.h defs.h perrors.h exceptions.h \
|
---|
30 | peidainit.h
|
---|
31 | $(OBJ)timing.o: timing.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.