source: Sophya/trunk/SophyaLib/SysTools/smakefile@ 2764

Last change on this file since 2764 was 2763, checked in by cmv, 20 years ago

suite modifs makefile/configure cmv 24/05/05

File size: 2.7 KB
RevLine 
[2743]1include $(SOPHYABASE)/include/sophyamake.inc
2
3all: $(SOPHYALIBP)libSysTools.a
4
5clean:
6 rm -f $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)zthread.o $(SOPHYAOBJP)timing.o
7 rm -f $(SOPHYALIBP)libSysTools.a
8
9$(SOPHYALIBP)libSysTools.a : $(SOPHYAOBJP)cexpre.o $(SOPHYAOBJP)commander.o $(SOPHYAOBJP)ctimer.o $(SOPHYAOBJP)cxxcmplnk.o $(SOPHYAOBJP)pdlmgr.o $(SOPHYAOBJP)periodic.o $(SOPHYAOBJP)psighand.o $(SOPHYAOBJP)resusage.o $(SOPHYAOBJP)rpneval.o $(SOPHYAOBJP)timing.o $(SOPHYAOBJP)zthread.o
10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
[2743]12
[2751]13$(SOPHYAOBJP)cexpre.o: cexpre.cc \
14 $(SOPHYAINCP)sopnamsp.h cexpre.h \
15 $(SOPHYAINCP)machdefs.h \
[2743]16 $(SOPHYAINCP)pexceptions.h \
17 $(SOPHYAINCP)srandgen.h
[2751]18 $(CXXCOMPILELIB) -o $@ $<
[2743]19
20$(SOPHYAOBJP)commander.o: commander.cc \
[2751]21 $(SOPHYAINCP)sopnamsp.h \
22 commander.h \
[2743]23 $(SOPHYAINCP)machdefs.h pdlmgr.h \
24 $(SOPHYAINCP)dvlist.h \
25 $(SOPHYAINCP)objfio.h \
26 $(SOPHYAINCP)anydataobj.h \
27 $(SOPHYAINCP)ppersist.h \
28 $(SOPHYAINCP)pexceptions.h \
29 $(SOPHYAINCP)gnumd5.h \
30 $(SOPHYAINCP)ppfbinstream.h \
31 $(SOPHYAINCP)rawstream.h \
32 $(SOPHYAINCP)ppfnametag.h \
33 $(SOPHYAINCP)mutyv.h ctimer.h \
34 $(SOPHYAINCP)strutil.h \
[2751]35 $(SOPHYAINCP)strutilxx.h \
36 cexpre.h rpneval.h \
37 $(SOPHYAINCP)srandgen.h \
[2743]38 zthread.h
[2751]39 $(CXXCOMPILELIB) -o $@ $<
[2743]40
[2751]41$(SOPHYAOBJP)ctimer.o: ctimer.cc \
42 $(SOPHYAINCP)sopnamsp.h \
[2743]43 $(SOPHYAINCP)machdefs.h ctimer.h
[2751]44 $(CXXCOMPILELIB) -o $@ $<
[2743]45
46$(SOPHYAOBJP)cxxcmplnk.o: cxxcmplnk.cc \
[2751]47 $(SOPHYAINCP)sopnamsp.h \
48 cxxcmplnk.h \
[2743]49 $(SOPHYAINCP)machdefs.h
[2751]50 $(CXXCOMPILELIB) -o $@ $<
[2743]51
[2751]52$(SOPHYAOBJP)pdlmgr.o: pdlmgr.cc \
53 $(SOPHYAINCP)machdefs.h \
[2743]54 $(SOPHYAINCP)sopnamsp.h pdlmgr.h
[2751]55 $(CXXCOMPILELIB) -o $@ $<
[2743]56
57$(SOPHYAOBJP)periodic.o: periodic.cc \
58 $(SOPHYAINCP)sopnamsp.h \
[2751]59 $(SOPHYAINCP)machdefs.h \
60 periodic.h
61 $(CXXCOMPILELIB) -o $@ $<
[2743]62
63$(SOPHYAOBJP)psighand.o: psighand.cc \
[2751]64 $(SOPHYAINCP)sopnamsp.h \
65 psighand.h \
[2743]66 $(SOPHYAINCP)machdefs.h \
67 $(SOPHYAINCP)pexceptions.h
[2751]68 $(CXXCOMPILELIB) -o $@ $<
[2743]69
70$(SOPHYAOBJP)resusage.o: resusage.cc \
[2751]71 $(SOPHYAINCP)sopnamsp.h \
72 resusage.h \
[2743]73 $(SOPHYAINCP)machdefs.h
[2751]74 $(CXXCOMPILELIB) -o $@ $<
[2743]75
76$(SOPHYAOBJP)rpneval.o: rpneval.cc \
[2751]77 $(SOPHYAINCP)sopnamsp.h \
78 rpneval.h \
[2743]79 $(SOPHYAINCP)machdefs.h \
80 $(SOPHYAINCP)pexceptions.h \
81 $(SOPHYAINCP)strutilxx.h \
82 $(SOPHYAINCP)srandgen.h
[2751]83 $(CXXCOMPILELIB) -o $@ $<
[2743]84
85$(SOPHYAOBJP)zthread.o: zthread.cc \
[2751]86 $(SOPHYAINCP)sopnamsp.h \
87 zthread.h \
[2743]88 $(SOPHYAINCP)machdefs.h \
89 $(SOPHYAINCP)pexceptions.h
[2751]90 $(CXXCOMPILELIB) -o $@ $<
[2743]91
92$(SOPHYAOBJP)timing.o: timing.c timing.h
93 $(CCOMPILE) -o $@ $<
94
Note: See TracBrowser for help on using the repository browser.