Last change
on this file since 2247 was 2101, checked in by ansari, 23 years ago |
Ajout classe ResourceUsage - Reza 16/7/2002
|
File size:
968 bytes
|
Rev | Line | |
---|
[1601] | 1 | include ../Mgr/Makefile.h
|
---|
| 2 |
|
---|
| 3 | all: $(LIB)libSysTools.a
|
---|
| 4 | clean:
|
---|
[2101] | 5 | rm -f $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)zthread.o $(OBJ)timing.o
|
---|
[1601] | 6 | rm -f $(LIB)libSysTools.a
|
---|
[2101] | 7 | $(LIB)libSysTools.a : $(OBJ)ctimer.o $(OBJ)cxxcmplnk.o $(OBJ)pdlmgr.o $(OBJ)periodic.o $(OBJ)psighand.o $(OBJ)resusage.o $(OBJ)timing.o $(OBJ)zthread.o
|
---|
[1837] | 8 | $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
|
---|
[1601] | 9 | ifeq ($(CXX),cxx)
|
---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
| 11 | endif
|
---|
| 12 |
|
---|
| 13 | $(OBJ)ctimer.o: ctimer.cc $(INC)machdefs.h ctimer.h
|
---|
| 14 | $(OBJ)cxxcmplnk.o: cxxcmplnk.cc cxxcmplnk.h \
|
---|
| 15 | $(INC)machdefs.h
|
---|
[1837] | 16 | $(OBJ)pdlmgr.o: pdlmgr.cc pdlmgr.h
|
---|
[1601] | 17 | $(OBJ)periodic.o: periodic.cc $(INC)machdefs.h \
|
---|
| 18 | periodic.h
|
---|
| 19 | $(OBJ)psighand.o: psighand.cc psighand.h \
|
---|
| 20 | $(INC)machdefs.h \
|
---|
| 21 | $(INC)pexceptions.h
|
---|
[2101] | 22 | $(OBJ)resusage.o: resusage.cc resusage.h \
|
---|
| 23 | $(INC)machdefs.h
|
---|
[1613] | 24 | $(OBJ)zthread.o: zthread.cc zthread.h \
|
---|
| 25 | $(INC)machdefs.h \
|
---|
| 26 | $(INC)pexceptions.h
|
---|
[1601] | 27 | $(OBJ)timing.o: timing.c timing.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.