Changeset 3076 in Sophya
- Timestamp:
- Sep 14, 2006, 11:44:31 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/IFFTW/Makefile
r3072 r3076 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)sspvflags.h \ 17 18 $(SOPHYAINCP)fftservintf.h \ 18 $(SOPHYAINCP)machdefs.h \19 19 $(SOPHYAINCP)pexceptions.h \ 20 20 $(SOPHYAINCP)tmatrix.h \ … … 36 36 $(SOPHYAINCP)tvector.h \ 37 37 $(SOPHYAINCP)tvector_tsnl.h \ 38 fftw2server.cc fftw3server.cc 38 fftw3server.cc \ 39 $(SOPHYAINCP)FFTW/fftw3.h 39 40 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 40 41 -
trunk/SophyaExt/IFFTW/smakefile
r3072 r3076 12 12 13 13 $(SOPHYAOBJP)fftwserver.o: fftwserver.cc \ 14 $(SOPHYAINCP)sopnamsp.h fftwserver.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 fftwserver.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)sspvflags.h \ 17 18 $(SOPHYAINCP)fftservintf.h \ 18 $(SOPHYAINCP)machdefs.h \19 19 $(SOPHYAINCP)pexceptions.h \ 20 20 $(SOPHYAINCP)tmatrix.h \ … … 36 36 $(SOPHYAINCP)tvector.h \ 37 37 $(SOPHYAINCP)tvector_tsnl.h \ 38 fftw2server.cc fftw3server.cc 38 fftw3server.cc \ 39 $(SOPHYAINCP)FFTW/fftw3.h 39 40 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ fftwserver.cc 40 41 -
trunk/SophyaExt/LinAlg/Makefile
r3007 r3076 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \18 18 $(SOPHYAINCP)basarr.h \ 19 19 $(SOPHYAINCP)anydataobj.h \ … … 32 32 $(SOPHYAINCP)tvector.h \ 33 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \35 34 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 35 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sspvflags.h \ 38 $(SOPHYAINCP)tmatrix.h 36 $(SOPHYAINCP)sspvflags.h 39 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 40 38 -
trunk/SophyaExt/LinAlg/smakefile
r3007 r3076 12 12 13 13 $(SOPHYAOBJP)intflapack.o: intflapack.cc \ 14 $(SOPHYAINCP)sopnamsp.h intflapack.h \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 intflapack.h \ 15 16 $(SOPHYAINCP)machdefs.h \ 16 17 $(SOPHYAINCP)tarray.h \ 17 $(SOPHYAINCP)machdefs.h \18 18 $(SOPHYAINCP)basarr.h \ 19 19 $(SOPHYAINCP)anydataobj.h \ … … 32 32 $(SOPHYAINCP)tvector.h \ 33 33 $(SOPHYAINCP)tmatrix.h \ 34 $(SOPHYAINCP)tarray.h \35 34 $(SOPHYAINCP)tmatrix_tsnl.h \ 36 35 $(SOPHYAINCP)tvector_tsnl.h \ 37 $(SOPHYAINCP)sspvflags.h \ 38 $(SOPHYAINCP)tmatrix.h 36 $(SOPHYAINCP)sspvflags.h 39 37 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc 40 38 -
trunk/SophyaPI/PI/Makefile
r3007 r3076 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)lut.o: lut.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 14 15 $(SOPHYAINCP)machdefs.h lut.h 15 16 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lut.cc 16 17 17 18 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 18 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 parradapter.h \ 19 21 $(SOPHYAINCP)machdefs.h lut.h 20 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 23 22 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 23 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 24 pisysdep.h $(SOPHYAINCP)machdefs.h \ 25 $(SOPHYAINCP)sopnamsp.h \ 26 pi3ddrw.h pisysdep.h \ 27 $(SOPHYAINCP)machdefs.h \ 25 28 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 26 29 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 30 33 31 34 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 32 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 33 pisysdep.h $(SOPHYAINCP)machdefs.h \ 35 $(SOPHYAINCP)sopnamsp.h \ 36 pi3dwdg.h pisysdep.h \ 37 $(SOPHYAINCP)machdefs.h \ 34 38 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 39 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ … … 43 47 44 48 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 45 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 46 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)sopnamsp.h \ 50 piapplgen.h pimsghandler.h \ 51 $(SOPHYAINCP)machdefs.h \ 47 52 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 48 53 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 53 58 54 59 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 55 $(SOPHYAINCP)sopnamsp.h piapplx.h\56 piappl gen.h pimsghandler.h \57 $(SOPHYAINCP)machdefs.h pisysdep.h\58 pi containerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \59 pi menubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \60 pistdwdg gen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \61 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \62 pi graphuc.h pievthandler.h psfile.h pigraphps.h60 $(SOPHYAINCP)sopnamsp.h \ 61 piapplx.h piapplgen.h pimsghandler.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 64 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 65 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 66 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 67 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 63 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 64 69 65 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 70 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 66 72 $(SOPHYAINCP)machdefs.h piaxes.h \ 67 73 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ … … 73 79 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 74 80 pigraphuc.h pisysdep.h \ 75 $(SOPHYAINCP)machdefs.h pigraphgen.h\76 pi wdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \77 picmap gen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \78 pi axestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \79 pi menux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \80 picontainer gen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \81 pi cons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \82 p igraphps.h piscdrawwdg.h pidrawer.h pieldrw.h81 $(SOPHYAINCP)machdefs.h \ 82 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 83 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 84 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 85 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 86 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 87 pimenubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \ 88 psfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 83 89 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxestools.cc 84 90 85 91 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 86 92 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h pibargraph.h\88 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \89 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \90 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \93 $(SOPHYAINCP)machdefs.h \ 94 pibargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 95 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 96 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 91 97 pievthandler.h psfile.h pigratt.h piaxes.h 92 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 93 99 94 100 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 96 pisysdep.h $(SOPHYAINCP)machdefs.h \ 97 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 98 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 99 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 $(SOPHYAINCP)sopnamsp.h \ 102 pibwdggen.h pisysdep.h \ 103 $(SOPHYAINCP)machdefs.h piwdgx.h \ 104 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 105 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 106 pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \ 107 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 108 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 102 109 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ … … 105 112 106 113 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 107 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 108 pibwdgx.h pisysdep.h \ 109 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 110 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 111 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 112 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 114 $(SOPHYAINCP)sopnamsp.h \ 115 pixtbaseP.h pibwdgx.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 118 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 119 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 120 pixtbase.h 113 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 114 122 115 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 116 picmap.h pisysdep.h \ 117 $(SOPHYAINCP)machdefs.h picmapx.h \ 118 picmapgen.h 123 $(SOPHYAOBJP)picmap.o: picmap.cc \ 124 $(SOPHYAINCP)sopnamsp.h picmap.h \ 125 pisysdep.h \ 126 $(SOPHYAINCP)machdefs.h \ 127 picmapx.h picmapgen.h 119 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 120 129 121 130 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 122 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 123 pisysdep.h $(SOPHYAINCP)machdefs.h \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 picmapgen.h pisysdep.h \ 133 $(SOPHYAINCP)machdefs.h \ 124 134 picmapx.h picmap.h 125 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 126 136 127 137 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 128 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 129 pisysdep.h $(SOPHYAINCP)machdefs.h \ 138 $(SOPHYAINCP)sopnamsp.h \ 139 picmapview.h pisysdep.h \ 140 $(SOPHYAINCP)machdefs.h \ 130 141 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 131 142 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 136 147 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 137 148 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 138 piwdggen.h $(SOPHYAINCP)machdefs.h \ 149 piwdggen.h \ 150 $(SOPHYAINCP)machdefs.h \ 139 151 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 140 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 141 153 142 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 143 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAOBJP)picons.o: picons.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 pisysdep.h \ 157 $(SOPHYAINCP)machdefs.h \ 144 158 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 145 159 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 150 164 151 165 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 152 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 piwdgx.h piwdggen.h pimsghandler.h picolist.h 166 $(SOPHYAINCP)sopnamsp.h \ 167 picontainergen.h pisysdep.h \ 168 $(SOPHYAINCP)machdefs.h piwdgx.h \ 169 piwdggen.h pimsghandler.h picolist.h 155 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 156 171 157 172 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 158 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 159 pisysdep.h $(SOPHYAINCP)machdefs.h \ 173 $(SOPHYAINCP)sopnamsp.h \ 174 picontainerx.h pisysdep.h \ 175 $(SOPHYAINCP)machdefs.h \ 160 176 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 161 177 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc … … 163 179 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 164 180 $(SOPHYAINCP)sopnamsp.h \ 165 $(SOPHYAINCP)machdefs.h pidrawer.h \ 166 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 167 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 168 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 169 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 170 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 171 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 172 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 181 $(SOPHYAINCP)machdefs.h \ 182 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 183 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 184 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 185 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 186 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 187 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 188 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 189 ucckprot.h 173 190 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 174 191 175 192 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 176 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 177 pisysdep.h $(SOPHYAINCP)machdefs.h \ 193 $(SOPHYAINCP)sopnamsp.h \ 194 pidrawwin.h pisysdep.h \ 195 $(SOPHYAINCP)machdefs.h \ 178 196 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 179 197 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 185 203 186 204 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 187 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 188 pisysdep.h $(SOPHYAINCP)machdefs.h \ 205 $(SOPHYAINCP)sopnamsp.h \ 206 pidrwtools.h pisysdep.h \ 207 $(SOPHYAINCP)machdefs.h \ 189 208 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 190 209 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 199 218 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 200 219 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h pieldrw.h\202 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \203 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \204 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \220 $(SOPHYAINCP)machdefs.h \ 221 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 222 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 223 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 205 224 pievthandler.h psfile.h pigratt.h piaxes.h 206 225 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc 207 226 208 227 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 209 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 210 pisysdep.h $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)sopnamsp.h \ 229 pievthandler.h pisysdep.h \ 230 $(SOPHYAINCP)machdefs.h \ 211 231 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 212 232 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ … … 215 235 216 236 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 217 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 218 pisysdep.h $(SOPHYAINCP)machdefs.h \ 219 piwdgx.h piwdggen.h pimsghandler.h picolist.h 237 $(SOPHYAINCP)sopnamsp.h \ 238 pifilechogen.h pisysdep.h \ 239 $(SOPHYAINCP)machdefs.h piwdgx.h \ 240 piwdggen.h pimsghandler.h picolist.h 220 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 221 242 222 243 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 223 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 224 $(SOPHYAINCP)machdefs.h piapplx.h \ 225 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 226 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 227 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 228 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 229 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 230 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 244 $(SOPHYAINCP)sopnamsp.h \ 245 pisysdep.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 248 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 249 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 250 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 251 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 252 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 231 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 232 254 233 255 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 234 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 235 pisysdep.h $(SOPHYAINCP)machdefs.h \ 236 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 237 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 256 $(SOPHYAINCP)sopnamsp.h \ 257 pigraphgen.h pisysdep.h \ 258 $(SOPHYAINCP)machdefs.h piwdgx.h \ 259 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 260 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 238 261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 239 262 240 263 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 241 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 242 $(SOPHYAINCP)machdefs.h pifontx.h \ 243 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 264 $(SOPHYAINCP)sopnamsp.h \ 265 pisysdep.h \ 266 $(SOPHYAINCP)machdefs.h \ 267 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 244 268 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 245 269 246 270 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 247 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 248 pisysdep.h $(SOPHYAINCP)machdefs.h \ 271 $(SOPHYAINCP)sopnamsp.h \ 272 pigraph3d.h pisysdep.h \ 273 $(SOPHYAINCP)machdefs.h \ 249 274 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 250 275 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ … … 253 278 254 279 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 255 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 258 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 280 $(SOPHYAINCP)sopnamsp.h \ 281 pigraphgen.h pisysdep.h \ 282 $(SOPHYAINCP)machdefs.h piwdgx.h \ 283 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 284 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 259 285 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 260 286 261 287 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 262 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 263 pisysdep.h $(SOPHYAINCP)machdefs.h \ 288 $(SOPHYAINCP)sopnamsp.h \ 289 pigraphps.h pisysdep.h \ 290 $(SOPHYAINCP)machdefs.h \ 264 291 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 265 292 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 269 296 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 270 297 $(SOPHYAINCP)sopnamsp.h \ 271 $(SOPHYAINCP)machdefs.h pigraphuc.h\272 pi sysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \273 pic map.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \274 pi lineatt.h ucckprot.h298 $(SOPHYAINCP)machdefs.h \ 299 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 300 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 301 pigrcoord.h pilineatt.h ucckprot.h 275 302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 276 303 277 304 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 278 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 279 pisysdep.h $(SOPHYAINCP)machdefs.h \ 305 $(SOPHYAINCP)sopnamsp.h \ 306 pigraphx.h pisysdep.h \ 307 $(SOPHYAINCP)machdefs.h \ 280 308 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 281 309 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h … … 283 311 284 312 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 285 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 286 pisysdep.h $(SOPHYAINCP)machdefs.h \ 313 $(SOPHYAINCP)sopnamsp.h \ 314 pigratt.h pisysdep.h \ 315 $(SOPHYAINCP)machdefs.h \ 287 316 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 288 317 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 289 $(SOPHYAINCP)strutilxx.h \ 318 $(SOPHYAINCP)strutilxx.h 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 320 321 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 pigrcoord.h pisysdep.h \ 290 324 $(SOPHYAINCP)machdefs.h 291 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc292 293 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \294 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \295 pisysdep.h $(SOPHYAINCP)machdefs.h296 325 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 297 326 298 327 $(SOPHYAOBJP)piimage.o: piimage.cc \ 299 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 300 $(SOPHYAINCP)machdefs.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 328 $(SOPHYAINCP)sopnamsp.h \ 329 pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 302 332 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 303 333 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 311 341 312 342 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 313 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 314 pisysdep.h $(SOPHYAINCP)machdefs.h \ 343 $(SOPHYAINCP)sopnamsp.h \ 344 piimgtools.h pisysdep.h \ 345 $(SOPHYAINCP)machdefs.h \ 315 346 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 316 347 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 324 355 325 356 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 326 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 327 pisysdep.h $(SOPHYAINCP)machdefs.h 357 $(SOPHYAINCP)sopnamsp.h \ 358 pilineatt.h pisysdep.h \ 359 $(SOPHYAINCP)machdefs.h 328 360 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 329 361 330 362 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 331 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 332 pisysdep.h $(SOPHYAINCP)machdefs.h \ 333 piwdgx.h piwdggen.h pimsghandler.h picolist.h 363 $(SOPHYAINCP)sopnamsp.h \ 364 pilistgen.h pisysdep.h \ 365 $(SOPHYAINCP)machdefs.h piwdgx.h \ 366 piwdggen.h pimsghandler.h picolist.h 334 367 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 335 368 336 369 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 337 $(SOPHYAINCP)sopnamsp.h pilistx.h\338 pilist gen.h pisysdep.h \370 $(SOPHYAINCP)sopnamsp.h \ 371 pilistx.h pilistgen.h pisysdep.h \ 339 372 $(SOPHYAINCP)machdefs.h piwdgx.h \ 340 373 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h … … 342 375 343 376 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 344 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 345 pisysdep.h $(SOPHYAINCP)machdefs.h \ 377 $(SOPHYAINCP)sopnamsp.h \ 378 pimenubargen.h pisysdep.h \ 379 $(SOPHYAINCP)machdefs.h \ 346 380 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 347 381 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 352 386 353 387 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 354 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 355 pimenubargen.h pisysdep.h \ 356 $(SOPHYAINCP)machdefs.h pimenux.h \ 357 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 358 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 359 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 388 $(SOPHYAINCP)sopnamsp.h \ 389 pimenubarx.h pimenubargen.h pisysdep.h \ 390 $(SOPHYAINCP)machdefs.h \ 391 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 392 piapplx.h piapplgen.h picontainerx.h picontainergen.h picons.h \ 393 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 394 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 395 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 397 398 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 399 $(SOPHYAINCP)sopnamsp.h \ 400 pimenugen.h pisysdep.h \ 401 $(SOPHYAINCP)machdefs.h piwdgx.h \ 402 piwdggen.h pimsghandler.h picolist.h 403 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 404 405 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 406 $(SOPHYAINCP)sopnamsp.h \ 407 pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h \ 409 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 410 pimsghandler.h picolist.h 411 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 412 413 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 414 $(SOPHYAINCP)sopnamsp.h \ 415 pimsghandler.h \ 416 $(SOPHYAINCP)machdefs.h 417 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc 418 419 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 420 $(SOPHYAINCP)sopnamsp.h \ 421 pioptmenugen.h pisysdep.h \ 422 $(SOPHYAINCP)machdefs.h \ 423 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 424 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 425 426 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 427 $(SOPHYAINCP)sopnamsp.h \ 428 pisysdep.h \ 429 $(SOPHYAINCP)machdefs.h \ 430 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 431 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 432 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 433 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 360 434 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 361 435 pigraphuc.h pievthandler.h psfile.h pigraphps.h 362 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc363 364 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \365 $(SOPHYAINCP)sopnamsp.h pimenugen.h \366 pisysdep.h $(SOPHYAINCP)machdefs.h \367 piwdgx.h piwdggen.h pimsghandler.h picolist.h368 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc369 370 $(SOPHYAOBJP)pimenux.o: pimenux.cc \371 $(SOPHYAINCP)sopnamsp.h pisysdep.h \372 $(SOPHYAINCP)machdefs.h pimenubarx.h \373 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \374 picolist.h375 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc376 377 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \378 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \379 $(SOPHYAINCP)machdefs.h380 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc381 382 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \383 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \384 pisysdep.h $(SOPHYAINCP)machdefs.h \385 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h386 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc387 388 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \389 $(SOPHYAINCP)sopnamsp.h pisysdep.h \390 $(SOPHYAINCP)machdefs.h pioptmenux.h \391 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \392 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \393 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \394 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \395 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \396 pievthandler.h psfile.h pigraphps.h397 436 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 398 437 399 438 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 400 439 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 401 piwdggen.h $(SOPHYAINCP)machdefs.h \ 440 piwdggen.h \ 441 $(SOPHYAINCP)machdefs.h \ 402 442 pimsghandler.h picolist.h piperiodx.h \ 403 $(SOPHYAINCP)periodic.h \ 404 $(SOPHYAINCP)machdefs.h 443 $(SOPHYAINCP)periodic.h 405 444 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 406 445 407 446 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 408 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 409 pisysdep.h $(SOPHYAINCP)machdefs.h \ 447 $(SOPHYAINCP)sopnamsp.h \ 448 pipixmapgen.h pisysdep.h \ 449 $(SOPHYAINCP)machdefs.h \ 410 450 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 411 451 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 415 455 416 456 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 417 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 418 pipixmapgen.h pisysdep.h \ 419 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 420 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 421 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 422 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 457 $(SOPHYAINCP)sopnamsp.h \ 458 pipixmapx.h pipixmapgen.h pisysdep.h \ 459 $(SOPHYAINCP)machdefs.h \ 460 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 461 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 462 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 463 pigraphps.h 423 464 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 424 465 425 466 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 426 467 $(SOPHYAINCP)sopnamsp.h \ 427 $(SOPHYAINCP)machdefs.h piscdrawwdg.h\428 pis ysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \429 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \430 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \468 $(SOPHYAINCP)machdefs.h \ 469 piscdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \ 470 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 471 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 431 472 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 432 473 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 437 478 438 479 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 439 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 440 pisysdep.h $(SOPHYAINCP)machdefs.h \ 441 piwdgx.h piwdggen.h pimsghandler.h picolist.h 480 $(SOPHYAINCP)sopnamsp.h \ 481 pistdwdggen.h pisysdep.h \ 482 $(SOPHYAINCP)machdefs.h piwdgx.h \ 483 piwdggen.h pimsghandler.h picolist.h 442 484 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 443 485 444 486 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 445 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 446 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 447 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 487 $(SOPHYAINCP)sopnamsp.h \ 488 pisysdep.h \ 489 $(SOPHYAINCP)machdefs.h \ 490 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 448 491 picontainerx.h picontainergen.h 449 492 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 450 493 451 494 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 452 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 453 pisysdep.h $(SOPHYAINCP)machdefs.h \ 495 $(SOPHYAINCP)sopnamsp.h \ 496 pistzwin.h pisysdep.h \ 497 $(SOPHYAINCP)machdefs.h \ 454 498 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 455 499 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ 456 $(SOPHYAINCP)periodic.h \ 457 $(SOPHYAINCP)machdefs.h psfile.h \ 500 $(SOPHYAINCP)periodic.h psfile.h \ 458 501 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 459 502 pigrcoord.h pilineatt.h … … 461 504 462 505 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 463 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 464 parradapter.h $(SOPHYAINCP)machdefs.h \ 465 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 506 $(SOPHYAINCP)sopnamsp.h \ 507 pisurfdr.h parradapter.h \ 508 $(SOPHYAINCP)machdefs.h lut.h \ 509 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 466 510 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 467 511 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ … … 470 514 471 515 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 472 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 473 pisysdep.h $(SOPHYAINCP)machdefs.h \ 516 $(SOPHYAINCP)sopnamsp.h \ 517 pitherm.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h \ 474 519 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 475 520 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 480 525 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 481 526 $(SOPHYAINCP)sopnamsp.h \ 482 $(SOPHYAINCP)machdefs.h pitxtdrw.h\483 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \484 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \485 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \527 $(SOPHYAINCP)machdefs.h \ 528 pitxtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 529 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 530 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 486 531 pievthandler.h psfile.h pigratt.h piaxes.h 487 532 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 488 533 489 534 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 490 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 491 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 492 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 493 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 494 pifontgen.h pigrcoord.h pilineatt.h psfile.h 535 $(SOPHYAINCP)sopnamsp.h \ 536 piwdggen.h \ 537 $(SOPHYAINCP)machdefs.h \ 538 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 539 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 540 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 495 541 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 496 542 497 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h\498 piwdgx.h piwdggen.h \499 $(SOPHYAINCP)machdefs.h pimsghandler.h \500 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \501 pi graphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \502 pi fontgen.h pigrcoord.h pilineatt.h \503 $(SOPHYAINCP)pexceptions.h \504 $(SOPHYAINCP) machdefs.h543 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 544 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 545 piwdggen.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 548 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 549 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 550 $(SOPHYAINCP)pexceptions.h 505 551 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 506 552 507 553 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 508 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 509 pisysdep.h $(SOPHYAINCP)machdefs.h \ 554 $(SOPHYAINCP)sopnamsp.h \ 555 piwindowgen.h pisysdep.h \ 556 $(SOPHYAINCP)machdefs.h \ 510 557 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 511 558 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ … … 514 561 515 562 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 516 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 517 piwindowgen.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h picontainerx.h \ 519 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 563 $(SOPHYAINCP)sopnamsp.h \ 564 piwindowx.h piwindowgen.h pisysdep.h \ 565 $(SOPHYAINCP)machdefs.h \ 566 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 567 picolist.h 520 568 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 521 569 522 570 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 523 571 $(SOPHYAINCP)sopnamsp.h \ 524 $(SOPHYAINCP)machdefs.h pixtbaseP.h\525 pi bwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \526 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \527 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \572 $(SOPHYAINCP)machdefs.h \ 573 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 574 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 575 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 528 576 pievthandler.h psfile.h pigraphps.h pixtbase.h 529 577 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc … … 531 579 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 532 580 $(SOPHYAINCP)sopnamsp.h \ 533 $(SOPHYAINCP)machdefs.h piyfxdrw.h\534 pi sysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \535 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \536 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \537 pi graphuc.h pievthandler.h psfile.h pigratt.h piaxes.h581 $(SOPHYAINCP)machdefs.h \ 582 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 583 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 584 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 585 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 538 586 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 539 587 540 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 541 psfile.h $(SOPHYAINCP)machdefs.h \ 588 $(SOPHYAOBJP)psfile.o: psfile.cc \ 589 $(SOPHYAINCP)sopnamsp.h psfile.h \ 590 $(SOPHYAINCP)machdefs.h \ 542 591 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 543 592 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ -
trunk/SophyaPI/PI/smakefile
r3007 r3076 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libPI.objlist 12 12 13 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAOBJP)lut.o: lut.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 14 15 $(SOPHYAINCP)machdefs.h lut.h 15 16 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lut.cc 16 17 17 18 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 18 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 19 $(SOPHYAINCP)sopnamsp.h \ 20 parradapter.h \ 19 21 $(SOPHYAINCP)machdefs.h lut.h 20 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ parradapter.cc 21 23 22 24 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 23 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 24 pisysdep.h $(SOPHYAINCP)machdefs.h \ 25 $(SOPHYAINCP)sopnamsp.h \ 26 pi3ddrw.h pisysdep.h \ 27 $(SOPHYAINCP)machdefs.h \ 25 28 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 26 29 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 30 33 31 34 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 32 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 33 pisysdep.h $(SOPHYAINCP)machdefs.h \ 35 $(SOPHYAINCP)sopnamsp.h \ 36 pi3dwdg.h pisysdep.h \ 37 $(SOPHYAINCP)machdefs.h \ 34 38 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 35 39 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ … … 43 47 44 48 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 45 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 46 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 49 $(SOPHYAINCP)sopnamsp.h \ 50 piapplgen.h pimsghandler.h \ 51 $(SOPHYAINCP)machdefs.h \ 47 52 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 48 53 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 53 58 54 59 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 55 $(SOPHYAINCP)sopnamsp.h piapplx.h\56 piappl gen.h pimsghandler.h \57 $(SOPHYAINCP)machdefs.h pisysdep.h\58 pi containerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \59 pi menubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \60 pistdwdg gen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \61 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \62 pi graphuc.h pievthandler.h psfile.h pigraphps.h60 $(SOPHYAINCP)sopnamsp.h \ 61 piapplx.h piapplgen.h pimsghandler.h \ 62 $(SOPHYAINCP)machdefs.h \ 63 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 64 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 65 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 66 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 67 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 63 68 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piapplx.cc 64 69 65 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 70 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 71 $(SOPHYAINCP)sopnamsp.h \ 66 72 $(SOPHYAINCP)machdefs.h piaxes.h \ 67 73 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ … … 73 79 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 74 80 pigraphuc.h pisysdep.h \ 75 $(SOPHYAINCP)machdefs.h pigraphgen.h\76 pi wdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \77 picmap gen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \78 pi axestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \79 pi menux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \80 picontainer gen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \81 pi cons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \82 p igraphps.h piscdrawwdg.h pidrawer.h pieldrw.h81 $(SOPHYAINCP)machdefs.h \ 82 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 83 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 84 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 85 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 86 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 87 pimenubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \ 88 psfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 83 89 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piaxestools.cc 84 90 85 91 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 86 92 $(SOPHYAINCP)sopnamsp.h \ 87 $(SOPHYAINCP)machdefs.h pibargraph.h\88 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \89 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \90 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \93 $(SOPHYAINCP)machdefs.h \ 94 pibargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 95 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 96 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 91 97 pievthandler.h psfile.h pigratt.h piaxes.h 92 98 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibargraph.cc 93 99 94 100 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 95 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 96 pisysdep.h $(SOPHYAINCP)machdefs.h \ 97 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 98 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 99 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 100 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 $(SOPHYAINCP)sopnamsp.h \ 102 pibwdggen.h pisysdep.h \ 103 $(SOPHYAINCP)machdefs.h piwdgx.h \ 104 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 105 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 106 pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \ 107 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 101 108 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 102 109 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ … … 105 112 106 113 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 107 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 108 pibwdgx.h pisysdep.h \ 109 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 110 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 111 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 112 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 114 $(SOPHYAINCP)sopnamsp.h \ 115 pixtbaseP.h pibwdgx.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h \ 117 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 118 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 119 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 120 pixtbase.h 113 121 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pibwdgx.cc 114 122 115 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 116 picmap.h pisysdep.h \ 117 $(SOPHYAINCP)machdefs.h picmapx.h \ 118 picmapgen.h 123 $(SOPHYAOBJP)picmap.o: picmap.cc \ 124 $(SOPHYAINCP)sopnamsp.h picmap.h \ 125 pisysdep.h \ 126 $(SOPHYAINCP)machdefs.h \ 127 picmapx.h picmapgen.h 119 128 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmap.cc 120 129 121 130 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 122 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 123 pisysdep.h $(SOPHYAINCP)machdefs.h \ 131 $(SOPHYAINCP)sopnamsp.h \ 132 picmapgen.h pisysdep.h \ 133 $(SOPHYAINCP)machdefs.h \ 124 134 picmapx.h picmap.h 125 135 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapgen.cc 126 136 127 137 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 128 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 129 pisysdep.h $(SOPHYAINCP)machdefs.h \ 138 $(SOPHYAINCP)sopnamsp.h \ 139 picmapview.h pisysdep.h \ 140 $(SOPHYAINCP)machdefs.h \ 130 141 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 131 142 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 136 147 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 137 148 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 138 piwdggen.h $(SOPHYAINCP)machdefs.h \ 149 piwdggen.h \ 150 $(SOPHYAINCP)machdefs.h \ 139 151 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 140 152 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picmapx.cc 141 153 142 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 143 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAOBJP)picons.o: picons.cc \ 155 $(SOPHYAINCP)sopnamsp.h \ 156 pisysdep.h \ 157 $(SOPHYAINCP)machdefs.h \ 144 158 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 145 159 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 150 164 151 165 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 152 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 153 pisysdep.h $(SOPHYAINCP)machdefs.h \ 154 piwdgx.h piwdggen.h pimsghandler.h picolist.h 166 $(SOPHYAINCP)sopnamsp.h \ 167 picontainergen.h pisysdep.h \ 168 $(SOPHYAINCP)machdefs.h piwdgx.h \ 169 piwdggen.h pimsghandler.h picolist.h 155 170 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainergen.cc 156 171 157 172 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 158 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 159 pisysdep.h $(SOPHYAINCP)machdefs.h \ 173 $(SOPHYAINCP)sopnamsp.h \ 174 picontainerx.h pisysdep.h \ 175 $(SOPHYAINCP)machdefs.h \ 160 176 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 161 177 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picontainerx.cc … … 163 179 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 164 180 $(SOPHYAINCP)sopnamsp.h \ 165 $(SOPHYAINCP)machdefs.h pidrawer.h \ 166 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 167 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 168 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 169 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 170 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 171 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 172 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 181 $(SOPHYAINCP)machdefs.h \ 182 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 183 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 184 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 185 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 186 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 187 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 188 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 189 ucckprot.h 173 190 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pidrawer.cc 174 191 175 192 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 176 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 177 pisysdep.h $(SOPHYAINCP)machdefs.h \ 193 $(SOPHYAINCP)sopnamsp.h \ 194 pidrawwin.h pisysdep.h \ 195 $(SOPHYAINCP)machdefs.h \ 178 196 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 179 197 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 185 203 186 204 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 187 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 188 pisysdep.h $(SOPHYAINCP)machdefs.h \ 205 $(SOPHYAINCP)sopnamsp.h \ 206 pidrwtools.h pisysdep.h \ 207 $(SOPHYAINCP)machdefs.h \ 189 208 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 190 209 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 199 218 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 200 219 $(SOPHYAINCP)sopnamsp.h \ 201 $(SOPHYAINCP)machdefs.h pieldrw.h\202 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \203 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \204 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \220 $(SOPHYAINCP)machdefs.h \ 221 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 222 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 223 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 205 224 pievthandler.h psfile.h pigratt.h piaxes.h 206 225 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pieldrw.cc 207 226 208 227 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 209 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 210 pisysdep.h $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)sopnamsp.h \ 229 pievthandler.h pisysdep.h \ 230 $(SOPHYAINCP)machdefs.h \ 211 231 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 212 232 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ … … 215 235 216 236 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 217 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 218 pisysdep.h $(SOPHYAINCP)machdefs.h \ 219 piwdgx.h piwdggen.h pimsghandler.h picolist.h 237 $(SOPHYAINCP)sopnamsp.h \ 238 pifilechogen.h pisysdep.h \ 239 $(SOPHYAINCP)machdefs.h piwdgx.h \ 240 piwdggen.h pimsghandler.h picolist.h 220 241 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechogen.cc 221 242 222 243 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 223 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 224 $(SOPHYAINCP)machdefs.h piapplx.h \ 225 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 226 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 227 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 228 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 229 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 230 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 244 $(SOPHYAINCP)sopnamsp.h \ 245 pisysdep.h \ 246 $(SOPHYAINCP)machdefs.h \ 247 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 248 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 249 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 250 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 251 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 252 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 231 253 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifilechox.cc 232 254 233 255 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 234 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 235 pisysdep.h $(SOPHYAINCP)machdefs.h \ 236 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 237 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 256 $(SOPHYAINCP)sopnamsp.h \ 257 pigraphgen.h pisysdep.h \ 258 $(SOPHYAINCP)machdefs.h piwdgx.h \ 259 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 260 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 238 261 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontgen.cc 239 262 240 263 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 241 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 242 $(SOPHYAINCP)machdefs.h pifontx.h \ 243 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 264 $(SOPHYAINCP)sopnamsp.h \ 265 pisysdep.h \ 266 $(SOPHYAINCP)machdefs.h \ 267 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 244 268 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pifontx.cc 245 269 246 270 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 247 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 248 pisysdep.h $(SOPHYAINCP)machdefs.h \ 271 $(SOPHYAINCP)sopnamsp.h \ 272 pigraph3d.h pisysdep.h \ 273 $(SOPHYAINCP)machdefs.h \ 249 274 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 250 275 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ … … 253 278 254 279 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 255 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 256 pisysdep.h $(SOPHYAINCP)machdefs.h \ 257 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 258 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 280 $(SOPHYAINCP)sopnamsp.h \ 281 pigraphgen.h pisysdep.h \ 282 $(SOPHYAINCP)machdefs.h piwdgx.h \ 283 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 284 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 259 285 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphgen.cc 260 286 261 287 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 262 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 263 pisysdep.h $(SOPHYAINCP)machdefs.h \ 288 $(SOPHYAINCP)sopnamsp.h \ 289 pigraphps.h pisysdep.h \ 290 $(SOPHYAINCP)machdefs.h \ 264 291 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 265 292 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 269 296 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 270 297 $(SOPHYAINCP)sopnamsp.h \ 271 $(SOPHYAINCP)machdefs.h pigraphuc.h\272 pi sysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \273 pic map.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \274 pi lineatt.h ucckprot.h298 $(SOPHYAINCP)machdefs.h \ 299 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 300 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 301 pigrcoord.h pilineatt.h ucckprot.h 275 302 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigraphuc.cc 276 303 277 304 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 278 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 279 pisysdep.h $(SOPHYAINCP)machdefs.h \ 305 $(SOPHYAINCP)sopnamsp.h \ 306 pigraphx.h pisysdep.h \ 307 $(SOPHYAINCP)machdefs.h \ 280 308 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 281 309 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h … … 283 311 284 312 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 285 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 286 pisysdep.h $(SOPHYAINCP)machdefs.h \ 313 $(SOPHYAINCP)sopnamsp.h \ 314 pigratt.h pisysdep.h \ 315 $(SOPHYAINCP)machdefs.h \ 287 316 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 288 317 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 289 $(SOPHYAINCP)strutilxx.h \ 318 $(SOPHYAINCP)strutilxx.h 319 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc 320 321 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 322 $(SOPHYAINCP)sopnamsp.h \ 323 pigrcoord.h pisysdep.h \ 290 324 $(SOPHYAINCP)machdefs.h 291 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigratt.cc292 293 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \294 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \295 pisysdep.h $(SOPHYAINCP)machdefs.h296 325 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigrcoord.cc 297 326 298 327 $(SOPHYAOBJP)piimage.o: piimage.cc \ 299 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 300 $(SOPHYAINCP)machdefs.h piimage.h \ 301 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 328 $(SOPHYAINCP)sopnamsp.h \ 329 pisysdep.h \ 330 $(SOPHYAINCP)machdefs.h \ 331 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 302 332 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 303 333 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 311 341 312 342 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 313 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 314 pisysdep.h $(SOPHYAINCP)machdefs.h \ 343 $(SOPHYAINCP)sopnamsp.h \ 344 piimgtools.h pisysdep.h \ 345 $(SOPHYAINCP)machdefs.h \ 315 346 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 316 347 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 324 355 325 356 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 326 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 327 pisysdep.h $(SOPHYAINCP)machdefs.h 357 $(SOPHYAINCP)sopnamsp.h \ 358 pilineatt.h pisysdep.h \ 359 $(SOPHYAINCP)machdefs.h 328 360 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilineatt.cc 329 361 330 362 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 331 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 332 pisysdep.h $(SOPHYAINCP)machdefs.h \ 333 piwdgx.h piwdggen.h pimsghandler.h picolist.h 363 $(SOPHYAINCP)sopnamsp.h \ 364 pilistgen.h pisysdep.h \ 365 $(SOPHYAINCP)machdefs.h piwdgx.h \ 366 piwdggen.h pimsghandler.h picolist.h 334 367 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pilistgen.cc 335 368 336 369 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 337 $(SOPHYAINCP)sopnamsp.h pilistx.h\338 pilist gen.h pisysdep.h \370 $(SOPHYAINCP)sopnamsp.h \ 371 pilistx.h pilistgen.h pisysdep.h \ 339 372 $(SOPHYAINCP)machdefs.h piwdgx.h \ 340 373 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h … … 342 375 343 376 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 344 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 345 pisysdep.h $(SOPHYAINCP)machdefs.h \ 377 $(SOPHYAINCP)sopnamsp.h \ 378 pimenubargen.h pisysdep.h \ 379 $(SOPHYAINCP)machdefs.h \ 346 380 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 347 381 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 352 386 353 387 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 354 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 355 pimenubargen.h pisysdep.h \ 356 $(SOPHYAINCP)machdefs.h pimenux.h \ 357 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 358 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 359 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 388 $(SOPHYAINCP)sopnamsp.h \ 389 pimenubarx.h pimenubargen.h pisysdep.h \ 390 $(SOPHYAINCP)machdefs.h \ 391 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 392 piapplx.h piapplgen.h picontainerx.h picontainergen.h picons.h \ 393 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 394 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 395 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 396 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc 397 398 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 399 $(SOPHYAINCP)sopnamsp.h \ 400 pimenugen.h pisysdep.h \ 401 $(SOPHYAINCP)machdefs.h piwdgx.h \ 402 piwdggen.h pimsghandler.h picolist.h 403 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc 404 405 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 406 $(SOPHYAINCP)sopnamsp.h \ 407 pisysdep.h \ 408 $(SOPHYAINCP)machdefs.h \ 409 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 410 pimsghandler.h picolist.h 411 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc 412 413 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 414 $(SOPHYAINCP)sopnamsp.h \ 415 pimsghandler.h \ 416 $(SOPHYAINCP)machdefs.h 417 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc 418 419 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 420 $(SOPHYAINCP)sopnamsp.h \ 421 pioptmenugen.h pisysdep.h \ 422 $(SOPHYAINCP)machdefs.h \ 423 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 424 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc 425 426 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 427 $(SOPHYAINCP)sopnamsp.h \ 428 pisysdep.h \ 429 $(SOPHYAINCP)machdefs.h \ 430 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 431 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 432 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 433 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 360 434 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 361 435 pigraphuc.h pievthandler.h psfile.h pigraphps.h 362 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenubarx.cc363 364 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \365 $(SOPHYAINCP)sopnamsp.h pimenugen.h \366 pisysdep.h $(SOPHYAINCP)machdefs.h \367 piwdgx.h piwdggen.h pimsghandler.h picolist.h368 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenugen.cc369 370 $(SOPHYAOBJP)pimenux.o: pimenux.cc \371 $(SOPHYAINCP)sopnamsp.h pisysdep.h \372 $(SOPHYAINCP)machdefs.h pimenubarx.h \373 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \374 picolist.h375 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimenux.cc376 377 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \378 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \379 $(SOPHYAINCP)machdefs.h380 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pimsghandler.cc381 382 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \383 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \384 pisysdep.h $(SOPHYAINCP)machdefs.h \385 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h386 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenugen.cc387 388 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \389 $(SOPHYAINCP)sopnamsp.h pisysdep.h \390 $(SOPHYAINCP)machdefs.h pioptmenux.h \391 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \392 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \393 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \394 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \395 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \396 pievthandler.h psfile.h pigraphps.h397 436 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pioptmenux.cc 398 437 399 438 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 400 439 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 401 piwdggen.h $(SOPHYAINCP)machdefs.h \ 440 piwdggen.h \ 441 $(SOPHYAINCP)machdefs.h \ 402 442 pimsghandler.h picolist.h piperiodx.h \ 403 $(SOPHYAINCP)periodic.h \ 404 $(SOPHYAINCP)machdefs.h 443 $(SOPHYAINCP)periodic.h 405 444 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piperiodx.cc 406 445 407 446 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 408 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 409 pisysdep.h $(SOPHYAINCP)machdefs.h \ 447 $(SOPHYAINCP)sopnamsp.h \ 448 pipixmapgen.h pisysdep.h \ 449 $(SOPHYAINCP)machdefs.h \ 410 450 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 411 451 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 415 455 416 456 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 417 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 418 pipixmapgen.h pisysdep.h \ 419 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 420 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 421 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 422 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 457 $(SOPHYAINCP)sopnamsp.h \ 458 pipixmapx.h pipixmapgen.h pisysdep.h \ 459 $(SOPHYAINCP)machdefs.h \ 460 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 461 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 462 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 463 pigraphps.h 423 464 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pipixmapx.cc 424 465 425 466 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 426 467 $(SOPHYAINCP)sopnamsp.h \ 427 $(SOPHYAINCP)machdefs.h piscdrawwdg.h\428 pis ysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \429 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \430 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \468 $(SOPHYAINCP)machdefs.h \ 469 piscdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \ 470 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 471 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 431 472 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 432 473 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 437 478 438 479 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 439 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 440 pisysdep.h $(SOPHYAINCP)machdefs.h \ 441 piwdgx.h piwdggen.h pimsghandler.h picolist.h 480 $(SOPHYAINCP)sopnamsp.h \ 481 pistdwdggen.h pisysdep.h \ 482 $(SOPHYAINCP)machdefs.h piwdgx.h \ 483 piwdggen.h pimsghandler.h picolist.h 442 484 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdggen.cc 443 485 444 486 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 445 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 446 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 447 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 487 $(SOPHYAINCP)sopnamsp.h \ 488 pisysdep.h \ 489 $(SOPHYAINCP)machdefs.h \ 490 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 448 491 picontainerx.h picontainergen.h 449 492 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pistdwdgx.cc 450 493 451 494 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 452 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 453 pisysdep.h $(SOPHYAINCP)machdefs.h \ 495 $(SOPHYAINCP)sopnamsp.h \ 496 pistzwin.h pisysdep.h \ 497 $(SOPHYAINCP)machdefs.h \ 454 498 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 455 499 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ 456 $(SOPHYAINCP)periodic.h \ 457 $(SOPHYAINCP)machdefs.h psfile.h \ 500 $(SOPHYAINCP)periodic.h psfile.h \ 458 501 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 459 502 pigrcoord.h pilineatt.h … … 461 504 462 505 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 463 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 464 parradapter.h $(SOPHYAINCP)machdefs.h \ 465 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 506 $(SOPHYAINCP)sopnamsp.h \ 507 pisurfdr.h parradapter.h \ 508 $(SOPHYAINCP)machdefs.h lut.h \ 509 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 466 510 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 467 511 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ … … 470 514 471 515 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 472 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 473 pisysdep.h $(SOPHYAINCP)machdefs.h \ 516 $(SOPHYAINCP)sopnamsp.h \ 517 pitherm.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h \ 474 519 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 475 520 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ … … 480 525 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 481 526 $(SOPHYAINCP)sopnamsp.h \ 482 $(SOPHYAINCP)machdefs.h pitxtdrw.h\483 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \484 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \485 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \527 $(SOPHYAINCP)machdefs.h \ 528 pitxtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 529 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 530 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 486 531 pievthandler.h psfile.h pigratt.h piaxes.h 487 532 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pitxtdrw.cc 488 533 489 534 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 490 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 491 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 492 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 493 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 494 pifontgen.h pigrcoord.h pilineatt.h psfile.h 535 $(SOPHYAINCP)sopnamsp.h \ 536 piwdggen.h \ 537 $(SOPHYAINCP)machdefs.h \ 538 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 539 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 540 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 495 541 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdggen.cc 496 542 497 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h\498 piwdgx.h piwdggen.h \499 $(SOPHYAINCP)machdefs.h pimsghandler.h \500 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \501 pi graphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \502 pi fontgen.h pigrcoord.h pilineatt.h \503 $(SOPHYAINCP)pexceptions.h \504 $(SOPHYAINCP) machdefs.h543 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 544 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 545 piwdggen.h \ 546 $(SOPHYAINCP)machdefs.h \ 547 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 548 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 549 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 550 $(SOPHYAINCP)pexceptions.h 505 551 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwdgx.cc 506 552 507 553 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 508 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 509 pisysdep.h $(SOPHYAINCP)machdefs.h \ 554 $(SOPHYAINCP)sopnamsp.h \ 555 piwindowgen.h pisysdep.h \ 556 $(SOPHYAINCP)machdefs.h \ 510 557 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 511 558 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ … … 514 561 515 562 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 516 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 517 piwindowgen.h pisysdep.h \ 518 $(SOPHYAINCP)machdefs.h picontainerx.h \ 519 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 563 $(SOPHYAINCP)sopnamsp.h \ 564 piwindowx.h piwindowgen.h pisysdep.h \ 565 $(SOPHYAINCP)machdefs.h \ 566 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 567 picolist.h 520 568 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piwindowx.cc 521 569 522 570 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 523 571 $(SOPHYAINCP)sopnamsp.h \ 524 $(SOPHYAINCP)machdefs.h pixtbaseP.h\525 pi bwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \526 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \527 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \572 $(SOPHYAINCP)machdefs.h \ 573 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 574 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 575 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 528 576 pievthandler.h psfile.h pigraphps.h pixtbase.h 529 577 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pixtbase.cc … … 531 579 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 532 580 $(SOPHYAINCP)sopnamsp.h \ 533 $(SOPHYAINCP)machdefs.h piyfxdrw.h\534 pi sysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \535 piwdg gen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \536 pi graphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \537 pi graphuc.h pievthandler.h psfile.h pigratt.h piaxes.h581 $(SOPHYAINCP)machdefs.h \ 582 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 583 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 584 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 585 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 538 586 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ piyfxdrw.cc 539 587 540 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 541 psfile.h $(SOPHYAINCP)machdefs.h \ 588 $(SOPHYAOBJP)psfile.o: psfile.cc \ 589 $(SOPHYAINCP)sopnamsp.h psfile.h \ 590 $(SOPHYAINCP)machdefs.h \ 542 591 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 543 592 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ -
trunk/SophyaPI/PIGcont/Makefile
r3007 r3076 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 16 17 $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \18 18 $(SOPHYAINCP)pistdwdgx.h \ 19 19 $(SOPHYAINCP)pistdwdggen.h \ 20 $(SOPHYAINCP)pisysdep.h \21 20 $(SOPHYAINCP)piwdgx.h \ 22 21 $(SOPHYAINCP)piwdggen.h \ … … 27 26 $(SOPHYAINCP)pimenux.h \ 28 27 $(SOPHYAINCP)pimenugen.h \ 29 $(SOPHYAINCP)pistdwdgx.h \30 28 $(SOPHYAINCP)piwindowx.h \ 31 29 $(SOPHYAINCP)piwindowgen.h \ … … 52 50 $(SOPHYAINCP)psfile.h \ 53 51 $(SOPHYAINCP)pigraphps.h \ 54 $(SOPHYAINCP)picmapview.h pigncont.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 55 54 $(SOPHYAINCP)pistdimgapp.h \ 56 $(SOPHYAINCP)piapplx.h \57 $(SOPHYAINCP)piwindowx.h \58 $(SOPHYAINCP)pioptmenux.h \59 55 $(SOPHYAINCP)pifilechox.h \ 60 56 $(SOPHYAINCP)pifilechogen.h \ … … 70 66 $(SOPHYAINCP)pipixmapx.h \ 71 67 $(SOPHYAINCP)pipixmapgen.h \ 72 $(SOPHYAINCP)picmapview.h \73 68 $(SOPHYAINCP)pi3dwdg.h \ 74 69 $(SOPHYAINCP)pi3ddrw.h \ … … 100 95 $(SOPHYAINCP)piscdrawwdg.h \ 101 96 $(SOPHYAINCP)ntuple.h \ 102 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 103 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 97 $(SOPHYAINCP)ntupintf.h \ 98 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 99 gp_alloc.h 104 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 105 101 … … 109 105 $(SOPHYAINCP)histos.h \ 110 106 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)machdefs.h \112 107 $(SOPHYAINCP)anydataobj.h \ 113 108 $(SOPHYAINCP)ppersist.h \ … … 138 133 $(SOPHYAINCP)pistdwdgx.h \ 139 134 $(SOPHYAINCP)pistdwdggen.h \ 140 $(SOPHYAINCP)pisysdep.h \141 135 $(SOPHYAINCP)piwdgx.h \ 142 136 $(SOPHYAINCP)piwdggen.h \ … … 147 141 $(SOPHYAINCP)pimenux.h \ 148 142 $(SOPHYAINCP)pimenugen.h \ 149 $(SOPHYAINCP)pistdwdgx.h \150 143 $(SOPHYAINCP)piwindowx.h \ 151 144 $(SOPHYAINCP)piwindowgen.h \ … … 172 165 $(SOPHYAINCP)psfile.h \ 173 166 $(SOPHYAINCP)pigraphps.h \ 174 $(SOPHYAINCP)picmapview.h pigncont.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 pigncont.h \ 175 169 $(SOPHYAINCP)pistdimgapp.h \ 176 $(SOPHYAINCP)piapplx.h \177 $(SOPHYAINCP)piwindowx.h \178 $(SOPHYAINCP)pioptmenux.h \179 170 $(SOPHYAINCP)pifilechox.h \ 180 171 $(SOPHYAINCP)pifilechogen.h \ … … 190 181 $(SOPHYAINCP)pipixmapx.h \ 191 182 $(SOPHYAINCP)pipixmapgen.h \ 192 $(SOPHYAINCP)picmapview.h \193 183 $(SOPHYAINCP)pi3dwdg.h \ 194 184 $(SOPHYAINCP)pi3ddrw.h \ … … 207 197 $(SOPHYAINCP)pitherm.h \ 208 198 $(SOPHYAINCP)resusage.h \ 209 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 210 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 199 $(SOPHYAINCP)piscdrawwdg.h \ 200 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 201 gp_alloc.h 211 202 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 212 203 -
trunk/SophyaPI/PIGcont/smakefile
r3007 r3076 13 13 $(SOPHYAOBJP)picntools.o: picntools.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 picntools.h \ 16 17 $(SOPHYAINCP)pisysdep.h \ 17 $(SOPHYAINCP)machdefs.h \18 18 $(SOPHYAINCP)pistdwdgx.h \ 19 19 $(SOPHYAINCP)pistdwdggen.h \ 20 $(SOPHYAINCP)pisysdep.h \21 20 $(SOPHYAINCP)piwdgx.h \ 22 21 $(SOPHYAINCP)piwdggen.h \ … … 27 26 $(SOPHYAINCP)pimenux.h \ 28 27 $(SOPHYAINCP)pimenugen.h \ 29 $(SOPHYAINCP)pistdwdgx.h \30 28 $(SOPHYAINCP)piwindowx.h \ 31 29 $(SOPHYAINCP)piwindowgen.h \ … … 52 50 $(SOPHYAINCP)psfile.h \ 53 51 $(SOPHYAINCP)pigraphps.h \ 54 $(SOPHYAINCP)picmapview.h pigncont.h \ 52 $(SOPHYAINCP)picmapview.h \ 53 pigncont.h \ 55 54 $(SOPHYAINCP)pistdimgapp.h \ 56 $(SOPHYAINCP)piapplx.h \57 $(SOPHYAINCP)piwindowx.h \58 $(SOPHYAINCP)pioptmenux.h \59 55 $(SOPHYAINCP)pifilechox.h \ 60 56 $(SOPHYAINCP)pifilechogen.h \ … … 70 66 $(SOPHYAINCP)pipixmapx.h \ 71 67 $(SOPHYAINCP)pipixmapgen.h \ 72 $(SOPHYAINCP)picmapview.h \73 68 $(SOPHYAINCP)pi3dwdg.h \ 74 69 $(SOPHYAINCP)pi3ddrw.h \ … … 100 95 $(SOPHYAINCP)piscdrawwdg.h \ 101 96 $(SOPHYAINCP)ntuple.h \ 102 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 103 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 97 $(SOPHYAINCP)ntupintf.h \ 98 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 99 gp_alloc.h 104 100 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ picntools.cc 105 101 … … 109 105 $(SOPHYAINCP)histos.h \ 110 106 $(SOPHYAINCP)objfio.h \ 111 $(SOPHYAINCP)machdefs.h \112 107 $(SOPHYAINCP)anydataobj.h \ 113 108 $(SOPHYAINCP)ppersist.h \ … … 138 133 $(SOPHYAINCP)pistdwdgx.h \ 139 134 $(SOPHYAINCP)pistdwdggen.h \ 140 $(SOPHYAINCP)pisysdep.h \141 135 $(SOPHYAINCP)piwdgx.h \ 142 136 $(SOPHYAINCP)piwdggen.h \ … … 147 141 $(SOPHYAINCP)pimenux.h \ 148 142 $(SOPHYAINCP)pimenugen.h \ 149 $(SOPHYAINCP)pistdwdgx.h \150 143 $(SOPHYAINCP)piwindowx.h \ 151 144 $(SOPHYAINCP)piwindowgen.h \ … … 172 165 $(SOPHYAINCP)psfile.h \ 173 166 $(SOPHYAINCP)pigraphps.h \ 174 $(SOPHYAINCP)picmapview.h pigncont.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 pigncont.h \ 175 169 $(SOPHYAINCP)pistdimgapp.h \ 176 $(SOPHYAINCP)piapplx.h \177 $(SOPHYAINCP)piwindowx.h \178 $(SOPHYAINCP)pioptmenux.h \179 170 $(SOPHYAINCP)pifilechox.h \ 180 171 $(SOPHYAINCP)pifilechogen.h \ … … 190 181 $(SOPHYAINCP)pipixmapx.h \ 191 182 $(SOPHYAINCP)pipixmapgen.h \ 192 $(SOPHYAINCP)picmapview.h \193 183 $(SOPHYAINCP)pi3dwdg.h \ 194 184 $(SOPHYAINCP)pi3ddrw.h \ … … 207 197 $(SOPHYAINCP)pitherm.h \ 208 198 $(SOPHYAINCP)resusage.h \ 209 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 210 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 199 $(SOPHYAINCP)piscdrawwdg.h \ 200 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 201 gp_alloc.h 211 202 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ pigncont.cc 212 203 -
trunk/SophyaProg/PMixer/Makefile
r3007 r3076 67 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \70 69 $(SOPHYAINCP)squarefilt.h \ 71 70 $(SOPHYAINCP)gaussfilt.h \ … … 77 76 $(SOPHYAINCP)machdefs.h \ 78 77 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 78 $(SOPHYAINCP)tarray.h \ 79 $(SOPHYAINCP)basarr.h \ 80 $(SOPHYAINCP)anydataobj.h \ 81 $(SOPHYAINCP)mutyv.h \ 82 $(SOPHYAINCP)timestamp.h \ 83 $(SOPHYAINCP)objfio.h \ 84 $(SOPHYAINCP)ppersist.h \ 85 $(SOPHYAINCP)pexceptions.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)dvlist.h \ 91 $(SOPHYAINCP)ndatablock.h \ 92 $(SOPHYAINCP)utilarr.h \ 93 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 $(SOPHYAINCP)tvector.h \ 98 95 $(SOPHYAINCP)tvector_tsnl.h \ 99 96 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \101 97 $(SOPHYAINCP)vector3d.h \ 102 98 $(SOPHYAINCP)longlat.h \ … … 109 105 $(SOPHYAINCP)ntoolsinit.h \ 110 106 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \112 107 $(SOPHYAINCP)datacards.h \ 113 108 $(SOPHYAINCP)ntuple.h \ … … 119 114 $(SOPHYAINCP)spherepos.h \ 120 115 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \122 116 $(SOPHYAINCP)datatype.h \ 123 117 $(SOPHYAINCP)spherehealpix.h \ … … 131 125 $(SOPHYAINCP)fitstarray.h \ 132 126 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \134 127 $(SOPHYAINCP)radspecvector.h \ 135 128 $(SOPHYAINCP)radspec.h \ … … 151 144 $(SOPHYAINCP)machdefs.h \ 152 145 $(SOPHYAINCP)tmatrix.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)tarray.h \ 147 $(SOPHYAINCP)basarr.h \ 148 $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)mutyv.h \ 150 $(SOPHYAINCP)timestamp.h \ 151 $(SOPHYAINCP)objfio.h \ 152 $(SOPHYAINCP)ppersist.h \ 153 $(SOPHYAINCP)pexceptions.h \ 154 $(SOPHYAINCP)gnumd5.h \ 155 $(SOPHYAINCP)ppfbinstream.h \ 156 $(SOPHYAINCP)rawstream.h \ 157 $(SOPHYAINCP)ppfnametag.h \ 158 $(SOPHYAINCP)dvlist.h \ 159 $(SOPHYAINCP)ndatablock.h \ 160 $(SOPHYAINCP)utilarr.h \ 161 $(SOPHYAINCP)tmatrix_tsnl.h \ 162 $(SOPHYAINCP)tvector.h \ 172 163 $(SOPHYAINCP)tvector_tsnl.h \ 173 164 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \175 165 $(SOPHYAINCP)vector3d.h \ 176 166 $(SOPHYAINCP)longlat.h \ … … 183 173 $(SOPHYAINCP)ntoolsinit.h \ 184 174 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \186 175 $(SOPHYAINCP)datacards.h \ 187 176 $(SOPHYAINCP)ntuple.h \ … … 193 182 $(SOPHYAINCP)spherepos.h \ 194 183 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \196 184 $(SOPHYAINCP)datatype.h \ 197 185 $(SOPHYAINCP)spherehealpix.h \ … … 205 193 $(SOPHYAINCP)fitstarray.h \ 206 194 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \208 195 $(SOPHYAINCP)radspecvector.h \ 209 196 $(SOPHYAINCP)radspec.h \ … … 225 212 $(SOPHYAINCP)machdefs.h \ 226 213 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 214 $(SOPHYAINCP)tarray.h \ 215 $(SOPHYAINCP)basarr.h \ 216 $(SOPHYAINCP)anydataobj.h \ 217 $(SOPHYAINCP)mutyv.h \ 218 $(SOPHYAINCP)timestamp.h \ 219 $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)ppersist.h \ 221 $(SOPHYAINCP)pexceptions.h \ 222 $(SOPHYAINCP)gnumd5.h \ 223 $(SOPHYAINCP)ppfbinstream.h \ 224 $(SOPHYAINCP)rawstream.h \ 225 $(SOPHYAINCP)ppfnametag.h \ 226 $(SOPHYAINCP)dvlist.h \ 227 $(SOPHYAINCP)ndatablock.h \ 228 $(SOPHYAINCP)utilarr.h \ 229 $(SOPHYAINCP)tmatrix_tsnl.h \ 230 $(SOPHYAINCP)tvector.h \ 246 231 $(SOPHYAINCP)tvector_tsnl.h \ 247 232 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \249 233 $(SOPHYAINCP)vector3d.h \ 250 234 $(SOPHYAINCP)longlat.h \ … … 257 241 $(SOPHYAINCP)ntoolsinit.h \ 258 242 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \260 243 $(SOPHYAINCP)datacards.h \ 261 244 $(SOPHYAINCP)ntuple.h \ … … 267 250 $(SOPHYAINCP)spherepos.h \ 268 251 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \270 252 $(SOPHYAINCP)datatype.h \ 271 253 $(SOPHYAINCP)spherehealpix.h \ … … 279 261 $(SOPHYAINCP)fitstarray.h \ 280 262 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \282 263 $(SOPHYAINCP)radspecvector.h \ 283 264 $(SOPHYAINCP)radspec.h \ … … 295 276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 296 277 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 299 $(SOPHYAINCP)tmatrix.h \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 278 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc \ 279 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 280 $(SOPHYAINCP)machdefs.h \ 281 $(SOPHYAINCP)tmatrix.h \ 282 $(SOPHYAINCP)tarray.h \ 283 $(SOPHYAINCP)basarr.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)timestamp.h \ 287 $(SOPHYAINCP)objfio.h \ 288 $(SOPHYAINCP)ppersist.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)gnumd5.h \ 291 $(SOPHYAINCP)ppfbinstream.h \ 292 $(SOPHYAINCP)rawstream.h \ 293 $(SOPHYAINCP)ppfnametag.h \ 294 $(SOPHYAINCP)dvlist.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)tmatrix_tsnl.h \ 298 $(SOPHYAINCP)tvector.h \ 319 299 $(SOPHYAINCP)tvector_tsnl.h \ 320 300 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \322 301 $(SOPHYAINCP)vector3d.h \ 323 302 $(SOPHYAINCP)longlat.h \ … … 330 309 $(SOPHYAINCP)ntoolsinit.h \ 331 310 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \333 311 $(SOPHYAINCP)datacards.h \ 334 312 $(SOPHYAINCP)ntuple.h \ … … 340 318 $(SOPHYAINCP)spherepos.h \ 341 319 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \343 320 $(SOPHYAINCP)datatype.h \ 344 321 $(SOPHYAINCP)spherehealpix.h \ … … 352 329 $(SOPHYAINCP)fitstarray.h \ 353 330 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \355 331 $(SOPHYAINCP)radspecvector.h \ 356 332 $(SOPHYAINCP)radspec.h \ … … 368 344 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc 369 345 370 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 372 $(SOPHYAINCP)tmatrix.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 346 $(SOPHYAOBJP)tgsky.o: tgsky.cc \ 347 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 348 $(SOPHYAINCP)machdefs.h \ 349 $(SOPHYAINCP)tmatrix.h \ 350 $(SOPHYAINCP)tarray.h \ 351 $(SOPHYAINCP)basarr.h \ 352 $(SOPHYAINCP)anydataobj.h \ 353 $(SOPHYAINCP)mutyv.h \ 354 $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)objfio.h \ 356 $(SOPHYAINCP)ppersist.h \ 357 $(SOPHYAINCP)pexceptions.h \ 358 $(SOPHYAINCP)gnumd5.h \ 359 $(SOPHYAINCP)ppfbinstream.h \ 360 $(SOPHYAINCP)rawstream.h \ 361 $(SOPHYAINCP)ppfnametag.h \ 362 $(SOPHYAINCP)dvlist.h \ 363 $(SOPHYAINCP)ndatablock.h \ 364 $(SOPHYAINCP)utilarr.h \ 365 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector.h \ 392 367 $(SOPHYAINCP)tvector_tsnl.h \ 393 368 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \395 369 $(SOPHYAINCP)vector3d.h \ 396 370 $(SOPHYAINCP)longlat.h \ … … 403 377 $(SOPHYAINCP)ntoolsinit.h \ 404 378 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \406 379 $(SOPHYAINCP)datacards.h \ 407 380 $(SOPHYAINCP)ntuple.h \ … … 413 386 $(SOPHYAINCP)spherepos.h \ 414 387 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \416 388 $(SOPHYAINCP)datatype.h \ 417 389 $(SOPHYAINCP)spherehealpix.h \ … … 425 397 $(SOPHYAINCP)fitstarray.h \ 426 398 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \428 399 $(SOPHYAINCP)radspecvector.h \ 429 400 $(SOPHYAINCP)radspec.h \ -
trunk/SophyaProg/PMixer/smakefile
r3066 r3076 67 67 $(SOPHYAINCP)tvector_tsnl.h \ 68 68 $(SOPHYAINCP)specrespvector.h \ 69 $(SOPHYAINCP)tvector.h \70 69 $(SOPHYAINCP)squarefilt.h \ 71 70 $(SOPHYAINCP)gaussfilt.h \ … … 77 76 $(SOPHYAINCP)machdefs.h \ 78 77 $(SOPHYAINCP)tmatrix.h \ 79 $(SOPHYAINCP)machdefs.h \ 80 $(SOPHYAINCP)tarray.h \ 81 $(SOPHYAINCP)basarr.h \ 82 $(SOPHYAINCP)anydataobj.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector.h \ 97 $(SOPHYAINCP)tmatrix.h \ 78 $(SOPHYAINCP)tarray.h \ 79 $(SOPHYAINCP)basarr.h \ 80 $(SOPHYAINCP)anydataobj.h \ 81 $(SOPHYAINCP)mutyv.h \ 82 $(SOPHYAINCP)timestamp.h \ 83 $(SOPHYAINCP)objfio.h \ 84 $(SOPHYAINCP)ppersist.h \ 85 $(SOPHYAINCP)pexceptions.h \ 86 $(SOPHYAINCP)gnumd5.h \ 87 $(SOPHYAINCP)ppfbinstream.h \ 88 $(SOPHYAINCP)rawstream.h \ 89 $(SOPHYAINCP)ppfnametag.h \ 90 $(SOPHYAINCP)dvlist.h \ 91 $(SOPHYAINCP)ndatablock.h \ 92 $(SOPHYAINCP)utilarr.h \ 93 $(SOPHYAINCP)tmatrix_tsnl.h \ 94 $(SOPHYAINCP)tvector.h \ 98 95 $(SOPHYAINCP)tvector_tsnl.h \ 99 96 $(SOPHYAINCP)fioarr.h \ 100 $(SOPHYAINCP)tvector.h \101 97 $(SOPHYAINCP)vector3d.h \ 102 98 $(SOPHYAINCP)longlat.h \ … … 109 105 $(SOPHYAINCP)ntoolsinit.h \ 110 106 $(SOPHYAINCP)tarrinit.h \ 111 $(SOPHYAINCP)pexceptions.h \112 107 $(SOPHYAINCP)datacards.h \ 113 108 $(SOPHYAINCP)ntuple.h \ … … 119 114 $(SOPHYAINCP)spherepos.h \ 120 115 $(SOPHYAINCP)unitvector.h \ 121 $(SOPHYAINCP)vector3d.h \122 116 $(SOPHYAINCP)datatype.h \ 123 117 $(SOPHYAINCP)spherehealpix.h \ … … 131 125 $(SOPHYAINCP)fitstarray.h \ 132 126 $(SOPHYAINCP)cimage.h \ 133 $(SOPHYAINCP)fioarr.h \134 127 $(SOPHYAINCP)radspecvector.h \ 135 128 $(SOPHYAINCP)radspec.h \ … … 151 144 $(SOPHYAINCP)machdefs.h \ 152 145 $(SOPHYAINCP)tmatrix.h \ 153 $(SOPHYAINCP)machdefs.h \ 154 $(SOPHYAINCP)tarray.h \ 155 $(SOPHYAINCP)basarr.h \ 156 $(SOPHYAINCP)anydataobj.h \ 157 $(SOPHYAINCP)mutyv.h \ 158 $(SOPHYAINCP)timestamp.h \ 159 $(SOPHYAINCP)objfio.h \ 160 $(SOPHYAINCP)ppersist.h \ 161 $(SOPHYAINCP)pexceptions.h \ 162 $(SOPHYAINCP)gnumd5.h \ 163 $(SOPHYAINCP)ppfbinstream.h \ 164 $(SOPHYAINCP)rawstream.h \ 165 $(SOPHYAINCP)ppfnametag.h \ 166 $(SOPHYAINCP)dvlist.h \ 167 $(SOPHYAINCP)ndatablock.h \ 168 $(SOPHYAINCP)utilarr.h \ 169 $(SOPHYAINCP)tmatrix_tsnl.h \ 170 $(SOPHYAINCP)tvector.h \ 171 $(SOPHYAINCP)tmatrix.h \ 146 $(SOPHYAINCP)tarray.h \ 147 $(SOPHYAINCP)basarr.h \ 148 $(SOPHYAINCP)anydataobj.h \ 149 $(SOPHYAINCP)mutyv.h \ 150 $(SOPHYAINCP)timestamp.h \ 151 $(SOPHYAINCP)objfio.h \ 152 $(SOPHYAINCP)ppersist.h \ 153 $(SOPHYAINCP)pexceptions.h \ 154 $(SOPHYAINCP)gnumd5.h \ 155 $(SOPHYAINCP)ppfbinstream.h \ 156 $(SOPHYAINCP)rawstream.h \ 157 $(SOPHYAINCP)ppfnametag.h \ 158 $(SOPHYAINCP)dvlist.h \ 159 $(SOPHYAINCP)ndatablock.h \ 160 $(SOPHYAINCP)utilarr.h \ 161 $(SOPHYAINCP)tmatrix_tsnl.h \ 162 $(SOPHYAINCP)tvector.h \ 172 163 $(SOPHYAINCP)tvector_tsnl.h \ 173 164 $(SOPHYAINCP)fioarr.h \ 174 $(SOPHYAINCP)tvector.h \175 165 $(SOPHYAINCP)vector3d.h \ 176 166 $(SOPHYAINCP)longlat.h \ … … 183 173 $(SOPHYAINCP)ntoolsinit.h \ 184 174 $(SOPHYAINCP)tarrinit.h \ 185 $(SOPHYAINCP)pexceptions.h \186 175 $(SOPHYAINCP)datacards.h \ 187 176 $(SOPHYAINCP)ntuple.h \ … … 193 182 $(SOPHYAINCP)spherepos.h \ 194 183 $(SOPHYAINCP)unitvector.h \ 195 $(SOPHYAINCP)vector3d.h \196 184 $(SOPHYAINCP)datatype.h \ 197 185 $(SOPHYAINCP)spherehealpix.h \ … … 205 193 $(SOPHYAINCP)fitstarray.h \ 206 194 $(SOPHYAINCP)cimage.h \ 207 $(SOPHYAINCP)fioarr.h \208 195 $(SOPHYAINCP)radspecvector.h \ 209 196 $(SOPHYAINCP)radspec.h \ … … 225 212 $(SOPHYAINCP)machdefs.h \ 226 213 $(SOPHYAINCP)tmatrix.h \ 227 $(SOPHYAINCP)machdefs.h \ 228 $(SOPHYAINCP)tarray.h \ 229 $(SOPHYAINCP)basarr.h \ 230 $(SOPHYAINCP)anydataobj.h \ 231 $(SOPHYAINCP)mutyv.h \ 232 $(SOPHYAINCP)timestamp.h \ 233 $(SOPHYAINCP)objfio.h \ 234 $(SOPHYAINCP)ppersist.h \ 235 $(SOPHYAINCP)pexceptions.h \ 236 $(SOPHYAINCP)gnumd5.h \ 237 $(SOPHYAINCP)ppfbinstream.h \ 238 $(SOPHYAINCP)rawstream.h \ 239 $(SOPHYAINCP)ppfnametag.h \ 240 $(SOPHYAINCP)dvlist.h \ 241 $(SOPHYAINCP)ndatablock.h \ 242 $(SOPHYAINCP)utilarr.h \ 243 $(SOPHYAINCP)tmatrix_tsnl.h \ 244 $(SOPHYAINCP)tvector.h \ 245 $(SOPHYAINCP)tmatrix.h \ 214 $(SOPHYAINCP)tarray.h \ 215 $(SOPHYAINCP)basarr.h \ 216 $(SOPHYAINCP)anydataobj.h \ 217 $(SOPHYAINCP)mutyv.h \ 218 $(SOPHYAINCP)timestamp.h \ 219 $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)ppersist.h \ 221 $(SOPHYAINCP)pexceptions.h \ 222 $(SOPHYAINCP)gnumd5.h \ 223 $(SOPHYAINCP)ppfbinstream.h \ 224 $(SOPHYAINCP)rawstream.h \ 225 $(SOPHYAINCP)ppfnametag.h \ 226 $(SOPHYAINCP)dvlist.h \ 227 $(SOPHYAINCP)ndatablock.h \ 228 $(SOPHYAINCP)utilarr.h \ 229 $(SOPHYAINCP)tmatrix_tsnl.h \ 230 $(SOPHYAINCP)tvector.h \ 246 231 $(SOPHYAINCP)tvector_tsnl.h \ 247 232 $(SOPHYAINCP)fioarr.h \ 248 $(SOPHYAINCP)tvector.h \249 233 $(SOPHYAINCP)vector3d.h \ 250 234 $(SOPHYAINCP)longlat.h \ … … 257 241 $(SOPHYAINCP)ntoolsinit.h \ 258 242 $(SOPHYAINCP)tarrinit.h \ 259 $(SOPHYAINCP)pexceptions.h \260 243 $(SOPHYAINCP)datacards.h \ 261 244 $(SOPHYAINCP)ntuple.h \ … … 267 250 $(SOPHYAINCP)spherepos.h \ 268 251 $(SOPHYAINCP)unitvector.h \ 269 $(SOPHYAINCP)vector3d.h \270 252 $(SOPHYAINCP)datatype.h \ 271 253 $(SOPHYAINCP)spherehealpix.h \ … … 279 261 $(SOPHYAINCP)fitstarray.h \ 280 262 $(SOPHYAINCP)cimage.h \ 281 $(SOPHYAINCP)fioarr.h \282 263 $(SOPHYAINCP)radspecvector.h \ 283 264 $(SOPHYAINCP)radspec.h \ … … 295 276 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ Sph2Sph.cc 296 277 297 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc $(SOPHYAINCP)sopnamsp.h \ 298 pmixer.h $(SOPHYAINCP)machdefs.h \ 299 $(SOPHYAINCP)tmatrix.h \ 300 $(SOPHYAINCP)machdefs.h \ 301 $(SOPHYAINCP)tarray.h \ 302 $(SOPHYAINCP)basarr.h \ 303 $(SOPHYAINCP)anydataobj.h \ 304 $(SOPHYAINCP)mutyv.h \ 305 $(SOPHYAINCP)timestamp.h \ 306 $(SOPHYAINCP)objfio.h \ 307 $(SOPHYAINCP)ppersist.h \ 308 $(SOPHYAINCP)pexceptions.h \ 309 $(SOPHYAINCP)gnumd5.h \ 310 $(SOPHYAINCP)ppfbinstream.h \ 311 $(SOPHYAINCP)rawstream.h \ 312 $(SOPHYAINCP)ppfnametag.h \ 313 $(SOPHYAINCP)dvlist.h \ 314 $(SOPHYAINCP)ndatablock.h \ 315 $(SOPHYAINCP)utilarr.h \ 316 $(SOPHYAINCP)tmatrix_tsnl.h \ 317 $(SOPHYAINCP)tvector.h \ 318 $(SOPHYAINCP)tmatrix.h \ 278 $(SOPHYAOBJP)tgrsr.o: tgrsr.cc \ 279 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 280 $(SOPHYAINCP)machdefs.h \ 281 $(SOPHYAINCP)tmatrix.h \ 282 $(SOPHYAINCP)tarray.h \ 283 $(SOPHYAINCP)basarr.h \ 284 $(SOPHYAINCP)anydataobj.h \ 285 $(SOPHYAINCP)mutyv.h \ 286 $(SOPHYAINCP)timestamp.h \ 287 $(SOPHYAINCP)objfio.h \ 288 $(SOPHYAINCP)ppersist.h \ 289 $(SOPHYAINCP)pexceptions.h \ 290 $(SOPHYAINCP)gnumd5.h \ 291 $(SOPHYAINCP)ppfbinstream.h \ 292 $(SOPHYAINCP)rawstream.h \ 293 $(SOPHYAINCP)ppfnametag.h \ 294 $(SOPHYAINCP)dvlist.h \ 295 $(SOPHYAINCP)ndatablock.h \ 296 $(SOPHYAINCP)utilarr.h \ 297 $(SOPHYAINCP)tmatrix_tsnl.h \ 298 $(SOPHYAINCP)tvector.h \ 319 299 $(SOPHYAINCP)tvector_tsnl.h \ 320 300 $(SOPHYAINCP)fioarr.h \ 321 $(SOPHYAINCP)tvector.h \322 301 $(SOPHYAINCP)vector3d.h \ 323 302 $(SOPHYAINCP)longlat.h \ … … 330 309 $(SOPHYAINCP)ntoolsinit.h \ 331 310 $(SOPHYAINCP)tarrinit.h \ 332 $(SOPHYAINCP)pexceptions.h \333 311 $(SOPHYAINCP)datacards.h \ 334 312 $(SOPHYAINCP)ntuple.h \ … … 340 318 $(SOPHYAINCP)spherepos.h \ 341 319 $(SOPHYAINCP)unitvector.h \ 342 $(SOPHYAINCP)vector3d.h \343 320 $(SOPHYAINCP)datatype.h \ 344 321 $(SOPHYAINCP)spherehealpix.h \ … … 352 329 $(SOPHYAINCP)fitstarray.h \ 353 330 $(SOPHYAINCP)cimage.h \ 354 $(SOPHYAINCP)fioarr.h \355 331 $(SOPHYAINCP)radspecvector.h \ 356 332 $(SOPHYAINCP)radspec.h \ … … 368 344 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tgrsr.cc 369 345 370 $(SOPHYAOBJP)tgsky.o: tgsky.cc $(SOPHYAINCP)sopnamsp.h \ 371 pmixer.h $(SOPHYAINCP)machdefs.h \ 372 $(SOPHYAINCP)tmatrix.h \ 373 $(SOPHYAINCP)machdefs.h \ 374 $(SOPHYAINCP)tarray.h \ 375 $(SOPHYAINCP)basarr.h \ 376 $(SOPHYAINCP)anydataobj.h \ 377 $(SOPHYAINCP)mutyv.h \ 378 $(SOPHYAINCP)timestamp.h \ 379 $(SOPHYAINCP)objfio.h \ 380 $(SOPHYAINCP)ppersist.h \ 381 $(SOPHYAINCP)pexceptions.h \ 382 $(SOPHYAINCP)gnumd5.h \ 383 $(SOPHYAINCP)ppfbinstream.h \ 384 $(SOPHYAINCP)rawstream.h \ 385 $(SOPHYAINCP)ppfnametag.h \ 386 $(SOPHYAINCP)dvlist.h \ 387 $(SOPHYAINCP)ndatablock.h \ 388 $(SOPHYAINCP)utilarr.h \ 389 $(SOPHYAINCP)tmatrix_tsnl.h \ 390 $(SOPHYAINCP)tvector.h \ 391 $(SOPHYAINCP)tmatrix.h \ 346 $(SOPHYAOBJP)tgsky.o: tgsky.cc \ 347 $(SOPHYAINCP)sopnamsp.h pmixer.h \ 348 $(SOPHYAINCP)machdefs.h \ 349 $(SOPHYAINCP)tmatrix.h \ 350 $(SOPHYAINCP)tarray.h \ 351 $(SOPHYAINCP)basarr.h \ 352 $(SOPHYAINCP)anydataobj.h \ 353 $(SOPHYAINCP)mutyv.h \ 354 $(SOPHYAINCP)timestamp.h \ 355 $(SOPHYAINCP)objfio.h \ 356 $(SOPHYAINCP)ppersist.h \ 357 $(SOPHYAINCP)pexceptions.h \ 358 $(SOPHYAINCP)gnumd5.h \ 359 $(SOPHYAINCP)ppfbinstream.h \ 360 $(SOPHYAINCP)rawstream.h \ 361 $(SOPHYAINCP)ppfnametag.h \ 362 $(SOPHYAINCP)dvlist.h \ 363 $(SOPHYAINCP)ndatablock.h \ 364 $(SOPHYAINCP)utilarr.h \ 365 $(SOPHYAINCP)tmatrix_tsnl.h \ 366 $(SOPHYAINCP)tvector.h \ 392 367 $(SOPHYAINCP)tvector_tsnl.h \ 393 368 $(SOPHYAINCP)fioarr.h \ 394 $(SOPHYAINCP)tvector.h \395 369 $(SOPHYAINCP)vector3d.h \ 396 370 $(SOPHYAINCP)longlat.h \ … … 403 377 $(SOPHYAINCP)ntoolsinit.h \ 404 378 $(SOPHYAINCP)tarrinit.h \ 405 $(SOPHYAINCP)pexceptions.h \406 379 $(SOPHYAINCP)datacards.h \ 407 380 $(SOPHYAINCP)ntuple.h \ … … 413 386 $(SOPHYAINCP)spherepos.h \ 414 387 $(SOPHYAINCP)unitvector.h \ 415 $(SOPHYAINCP)vector3d.h \416 388 $(SOPHYAINCP)datatype.h \ 417 389 $(SOPHYAINCP)spherehealpix.h \ … … 425 397 $(SOPHYAINCP)fitstarray.h \ 426 398 $(SOPHYAINCP)cimage.h \ 427 $(SOPHYAINCP)fioarr.h \428 399 $(SOPHYAINCP)radspecvector.h \ 429 400 $(SOPHYAINCP)radspec.h \
Note:
See TracChangeset
for help on using the changeset viewer.