Changeset 2751 in Sophya for trunk/SophyaPI
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaPI
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r2743 r2751 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 12 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 12 $(SOPHYAOBJP)lut.o: lut.cc \ 13 $(SOPHYAINCP)sopnamsp.h \ 13 14 $(SOPHYAINCP)machdefs.h lut.h 14 $(CXXCOMPILE ) -o $@ $<15 $(CXXCOMPILELIB) -o $@ $< 15 16 16 17 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 17 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 18 $(SOPHYAINCP)sopnamsp.h \ 19 parradapter.h \ 18 20 $(SOPHYAINCP)machdefs.h lut.h 19 $(CXXCOMPILE ) -o $@ $<21 $(CXXCOMPILELIB) -o $@ $< 20 22 21 23 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 22 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 23 pisysdep.h $(SOPHYAINCP)machdefs.h \ 24 $(SOPHYAINCP)sopnamsp.h \ 25 pi3ddrw.h pisysdep.h \ 26 $(SOPHYAINCP)machdefs.h \ 24 27 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 25 28 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 26 29 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 27 30 pigratt.h piaxes.h pieldrw.h pigraph3d.h 28 $(CXXCOMPILE ) -o $@ $<31 $(CXXCOMPILELIB) -o $@ $< 29 32 30 33 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 31 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 32 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 $(SOPHYAINCP)sopnamsp.h \ 35 pi3dwdg.h pisysdep.h \ 36 $(SOPHYAINCP)machdefs.h \ 33 37 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 34 38 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ … … 39 43 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 40 44 pimenubargen.h picons.h 41 $(CXXCOMPILE ) -o $@ $<45 $(CXXCOMPILELIB) -o $@ $< 42 46 43 47 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 44 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 45 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)sopnamsp.h \ 49 piapplgen.h pimsghandler.h \ 50 $(SOPHYAINCP)machdefs.h \ 46 51 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 47 52 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 49 54 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 50 55 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 51 $(CXXCOMPILE ) -o $@ $<56 $(CXXCOMPILELIB) -o $@ $< 52 57 53 58 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 54 $(SOPHYAINCP)sopnamsp.h piapplx.h \ 55 piapplgen.h pimsghandler.h \ 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 59 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 60 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 61 pigraphuc.h pievthandler.h psfile.h pigraphps.h 62 $(CXXCOMPILE) -o $@ $< 63 64 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)sopnamsp.h \ 60 piapplx.h piapplgen.h pimsghandler.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 63 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 64 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 65 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 66 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 65 71 $(SOPHYAINCP)machdefs.h piaxes.h \ 66 72 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 67 73 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 68 74 pigrcoord.h pilineatt.h pigratt.h 69 $(CXXCOMPILE ) -o $@ $<75 $(CXXCOMPILELIB) -o $@ $< 70 76 71 77 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 72 78 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 73 79 pigraphuc.h pisysdep.h \ 74 $(SOPHYAINCP)machdefs.h pigraphgen.h\75 pi wdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \76 picmap gen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \77 pi axestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \78 pi menux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \79 picontainer gen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \80 pi cons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \81 p igraphps.h piscdrawwdg.h pidrawer.h pieldrw.h82 $(CXXCOMPILE ) -o $@ $<80 $(SOPHYAINCP)machdefs.h \ 81 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 82 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 83 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 84 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 85 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 86 pimenubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \ 87 psfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 88 $(CXXCOMPILELIB) -o $@ $< 83 89 84 90 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 85 91 $(SOPHYAINCP)sopnamsp.h \ 86 $(SOPHYAINCP)machdefs.h pibargraph.h\87 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \88 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \89 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \92 $(SOPHYAINCP)machdefs.h \ 93 pibargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 94 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 95 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 90 96 pievthandler.h psfile.h pigratt.h piaxes.h 91 $(CXXCOMPILE ) -o $@ $<97 $(CXXCOMPILELIB) -o $@ $< 92 98 93 99 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 94 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h \ 96 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 97 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 98 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 99 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 $(SOPHYAINCP)sopnamsp.h \ 101 pibwdggen.h pisysdep.h \ 102 $(SOPHYAINCP)machdefs.h piwdgx.h \ 103 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 104 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 105 pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \ 106 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 107 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 101 108 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 102 109 pimenubargen.h picons.h pibwdgx.h 103 $(CXXCOMPILE ) -o $@ $<110 $(CXXCOMPILELIB) -o $@ $< 104 111 105 112 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 106 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 107 pibwdgx.h pisysdep.h \ 108 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 109 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 110 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 111 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 112 $(CXXCOMPILE) -o $@ $< 113 114 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 115 picmap.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h picmapx.h \ 117 picmapgen.h 118 $(CXXCOMPILE) -o $@ $< 113 $(SOPHYAINCP)sopnamsp.h \ 114 pixtbaseP.h pibwdgx.h pisysdep.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 117 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 118 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 119 pixtbase.h 120 $(CXXCOMPILELIB) -o $@ $< 121 122 $(SOPHYAOBJP)picmap.o: picmap.cc \ 123 $(SOPHYAINCP)sopnamsp.h picmap.h \ 124 pisysdep.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 picmapx.h picmapgen.h 127 $(CXXCOMPILELIB) -o $@ $< 119 128 120 129 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 121 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 122 pisysdep.h $(SOPHYAINCP)machdefs.h \ 130 $(SOPHYAINCP)sopnamsp.h \ 131 picmapgen.h pisysdep.h \ 132 $(SOPHYAINCP)machdefs.h \ 123 133 picmapx.h picmap.h 124 $(CXXCOMPILE ) -o $@ $<134 $(CXXCOMPILELIB) -o $@ $< 125 135 126 136 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 127 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 128 pisysdep.h $(SOPHYAINCP)machdefs.h \ 137 $(SOPHYAINCP)sopnamsp.h \ 138 picmapview.h pisysdep.h \ 139 $(SOPHYAINCP)machdefs.h \ 129 140 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 130 141 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 131 142 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 132 143 pigraphps.h 133 $(CXXCOMPILE ) -o $@ $<144 $(CXXCOMPILELIB) -o $@ $< 134 145 135 146 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 136 147 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 137 piwdggen.h $(SOPHYAINCP)machdefs.h \ 148 piwdggen.h \ 149 $(SOPHYAINCP)machdefs.h \ 138 150 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 139 $(CXXCOMPILE) -o $@ $< 140 141 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 142 pisysdep.h $(SOPHYAINCP)machdefs.h \ 151 $(CXXCOMPILELIB) -o $@ $< 152 153 $(SOPHYAOBJP)picons.o: picons.cc \ 154 $(SOPHYAINCP)sopnamsp.h \ 155 pisysdep.h \ 156 $(SOPHYAINCP)machdefs.h \ 143 157 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 144 158 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 146 160 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 147 161 pievthandler.h psfile.h pigraphps.h 148 $(CXXCOMPILE ) -o $@ $<162 $(CXXCOMPILELIB) -o $@ $< 149 163 150 164 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 151 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 152 pisysdep.h $(SOPHYAINCP)machdefs.h \ 153 piwdgx.h piwdggen.h pimsghandler.h picolist.h 154 $(CXXCOMPILE) -o $@ $< 165 $(SOPHYAINCP)sopnamsp.h \ 166 picontainergen.h pisysdep.h \ 167 $(SOPHYAINCP)machdefs.h piwdgx.h \ 168 piwdggen.h pimsghandler.h picolist.h 169 $(CXXCOMPILELIB) -o $@ $< 155 170 156 171 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 157 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 158 pisysdep.h $(SOPHYAINCP)machdefs.h \ 172 $(SOPHYAINCP)sopnamsp.h \ 173 picontainerx.h pisysdep.h \ 174 $(SOPHYAINCP)machdefs.h \ 159 175 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 160 $(CXXCOMPILE ) -o $@ $<176 $(CXXCOMPILELIB) -o $@ $< 161 177 162 178 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 163 179 $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h pidrawer.h \ 165 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 166 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 167 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 168 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 169 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 170 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 171 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 172 $(CXXCOMPILE) -o $@ $< 180 $(SOPHYAINCP)machdefs.h \ 181 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 182 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 183 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 184 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 185 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 186 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 187 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 188 ucckprot.h 189 $(CXXCOMPILELIB) -o $@ $< 173 190 174 191 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 175 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 176 pisysdep.h $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)sopnamsp.h \ 193 pidrawwin.h pisysdep.h \ 194 $(SOPHYAINCP)machdefs.h \ 177 195 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 178 196 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 181 199 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 182 200 pidrawer.h pigratt.h piaxes.h pieldrw.h 183 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILELIB) -o $@ $< 184 202 185 203 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 186 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 187 pisysdep.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)sopnamsp.h \ 205 pidrwtools.h pisysdep.h \ 206 $(SOPHYAINCP)machdefs.h \ 188 207 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 189 208 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 194 213 piscdrawwdg.h pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h \ 195 214 pi3ddrw.h pigraph3d.h 196 $(CXXCOMPILE ) -o $@ $<215 $(CXXCOMPILELIB) -o $@ $< 197 216 198 217 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 199 218 $(SOPHYAINCP)sopnamsp.h \ 200 $(SOPHYAINCP)machdefs.h pieldrw.h\201 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \202 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \203 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \219 $(SOPHYAINCP)machdefs.h \ 220 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 221 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 222 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 204 223 pievthandler.h psfile.h pigratt.h piaxes.h 205 $(CXXCOMPILE ) -o $@ $<224 $(CXXCOMPILELIB) -o $@ $< 206 225 207 226 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 208 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 209 pisysdep.h $(SOPHYAINCP)machdefs.h \ 227 $(SOPHYAINCP)sopnamsp.h \ 228 pievthandler.h pisysdep.h \ 229 $(SOPHYAINCP)machdefs.h \ 210 230 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 211 231 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 212 232 pilineatt.h 213 $(CXXCOMPILE ) -o $@ $<233 $(CXXCOMPILELIB) -o $@ $< 214 234 215 235 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 216 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 217 pisysdep.h $(SOPHYAINCP)machdefs.h \ 218 piwdgx.h piwdggen.h pimsghandler.h picolist.h 219 $(CXXCOMPILE) -o $@ $< 236 $(SOPHYAINCP)sopnamsp.h \ 237 pifilechogen.h pisysdep.h \ 238 $(SOPHYAINCP)machdefs.h piwdgx.h \ 239 piwdggen.h pimsghandler.h picolist.h 240 $(CXXCOMPILELIB) -o $@ $< 220 241 221 242 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 222 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 223 $(SOPHYAINCP)machdefs.h piapplx.h \ 224 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 225 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 226 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 227 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 228 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 229 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 230 $(CXXCOMPILE) -o $@ $< 243 $(SOPHYAINCP)sopnamsp.h \ 244 pisysdep.h \ 245 $(SOPHYAINCP)machdefs.h \ 246 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 247 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 248 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 249 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 250 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 251 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 252 $(CXXCOMPILELIB) -o $@ $< 231 253 232 254 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 233 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 234 pisysdep.h $(SOPHYAINCP)machdefs.h \ 235 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 236 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 237 $(CXXCOMPILE) -o $@ $< 255 $(SOPHYAINCP)sopnamsp.h \ 256 pigraphgen.h pisysdep.h \ 257 $(SOPHYAINCP)machdefs.h piwdgx.h \ 258 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 259 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 260 $(CXXCOMPILELIB) -o $@ $< 238 261 239 262 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 240 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 241 $(SOPHYAINCP)machdefs.h pifontx.h \ 242 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 243 $(CXXCOMPILE) -o $@ $< 263 $(SOPHYAINCP)sopnamsp.h \ 264 pisysdep.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 267 $(CXXCOMPILELIB) -o $@ $< 244 268 245 269 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 246 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 247 pisysdep.h $(SOPHYAINCP)machdefs.h \ 270 $(SOPHYAINCP)sopnamsp.h \ 271 pigraph3d.h pisysdep.h \ 272 $(SOPHYAINCP)machdefs.h \ 248 273 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 249 274 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 250 275 pilineatt.h 251 $(CXXCOMPILE ) -o $@ $<276 $(CXXCOMPILELIB) -o $@ $< 252 277 253 278 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 254 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 255 pisysdep.h $(SOPHYAINCP)machdefs.h \ 256 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 257 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 258 $(CXXCOMPILE) -o $@ $< 279 $(SOPHYAINCP)sopnamsp.h \ 280 pigraphgen.h pisysdep.h \ 281 $(SOPHYAINCP)machdefs.h piwdgx.h \ 282 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 283 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 284 $(CXXCOMPILELIB) -o $@ $< 259 285 260 286 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 261 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 262 pisysdep.h $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)sopnamsp.h \ 288 pigraphps.h pisysdep.h \ 289 $(SOPHYAINCP)machdefs.h \ 263 290 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 264 291 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 265 292 psfile.h 266 $(CXXCOMPILE ) -o $@ $<293 $(CXXCOMPILELIB) -o $@ $< 267 294 268 295 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 269 296 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)machdefs.h pigraphuc.h\271 pi sysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \272 pic map.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \273 pi lineatt.h ucckprot.h274 $(CXXCOMPILE ) -o $@ $<297 $(SOPHYAINCP)machdefs.h \ 298 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 299 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 300 pigrcoord.h pilineatt.h ucckprot.h 301 $(CXXCOMPILELIB) -o $@ $< 275 302 276 303 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 277 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 278 pisysdep.h $(SOPHYAINCP)machdefs.h \ 304 $(SOPHYAINCP)sopnamsp.h \ 305 pigraphx.h pisysdep.h \ 306 $(SOPHYAINCP)machdefs.h \ 279 307 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 280 308 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 281 $(CXXCOMPILE ) -o $@ $<309 $(CXXCOMPILELIB) -o $@ $< 282 310 283 311 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 284 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 285 pisysdep.h $(SOPHYAINCP)machdefs.h \ 312 $(SOPHYAINCP)sopnamsp.h \ 313 pigratt.h pisysdep.h \ 314 $(SOPHYAINCP)machdefs.h \ 286 315 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 287 316 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 288 317 $(SOPHYAINCP)strutilxx.h 289 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILELIB) -o $@ $< 290 319 291 320 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 292 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 293 pisysdep.h $(SOPHYAINCP)machdefs.h 294 $(CXXCOMPILE) -o $@ $< 321 $(SOPHYAINCP)sopnamsp.h \ 322 pigrcoord.h pisysdep.h \ 323 $(SOPHYAINCP)machdefs.h 324 $(CXXCOMPILELIB) -o $@ $< 295 325 296 326 $(SOPHYAOBJP)piimage.o: piimage.cc \ 297 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 298 $(SOPHYAINCP)machdefs.h piimage.h \ 299 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 327 $(SOPHYAINCP)sopnamsp.h \ 328 pisysdep.h \ 329 $(SOPHYAINCP)machdefs.h \ 330 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 300 331 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 301 332 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 306 337 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 307 338 piscdrawwdg.h piyfxdrw.h 308 $(CXXCOMPILE ) -o $@ $<339 $(CXXCOMPILELIB) -o $@ $< 309 340 310 341 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 311 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 312 pisysdep.h $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)sopnamsp.h \ 343 piimgtools.h pisysdep.h \ 344 $(SOPHYAINCP)machdefs.h \ 313 345 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 314 346 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 319 351 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 320 352 pipixmapx.h pipixmapgen.h picmapview.h 321 $(CXXCOMPILE ) -o $@ $<353 $(CXXCOMPILELIB) -o $@ $< 322 354 323 355 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 324 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 325 pisysdep.h $(SOPHYAINCP)machdefs.h 326 $(CXXCOMPILE) -o $@ $< 356 $(SOPHYAINCP)sopnamsp.h \ 357 pilineatt.h pisysdep.h \ 358 $(SOPHYAINCP)machdefs.h 359 $(CXXCOMPILELIB) -o $@ $< 327 360 328 361 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 329 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 330 pisysdep.h $(SOPHYAINCP)machdefs.h \ 331 piwdgx.h piwdggen.h pimsghandler.h picolist.h 332 $(CXXCOMPILE) -o $@ $< 362 $(SOPHYAINCP)sopnamsp.h \ 363 pilistgen.h pisysdep.h \ 364 $(SOPHYAINCP)machdefs.h piwdgx.h \ 365 piwdggen.h pimsghandler.h picolist.h 366 $(CXXCOMPILELIB) -o $@ $< 333 367 334 368 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 335 $(SOPHYAINCP)sopnamsp.h pilistx.h\336 pilist gen.h pisysdep.h \369 $(SOPHYAINCP)sopnamsp.h \ 370 pilistx.h pilistgen.h pisysdep.h \ 337 371 $(SOPHYAINCP)machdefs.h piwdgx.h \ 338 372 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h 339 $(CXXCOMPILE ) -o $@ $<373 $(CXXCOMPILELIB) -o $@ $< 340 374 341 375 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 342 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 343 pisysdep.h $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h \ 377 pimenubargen.h pisysdep.h \ 378 $(SOPHYAINCP)machdefs.h \ 344 379 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 345 380 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 347 382 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 348 383 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 349 $(CXXCOMPILE ) -o $@ $<384 $(CXXCOMPILELIB) -o $@ $< 350 385 351 386 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 352 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 353 pimenubargen.h pisysdep.h \ 354 $(SOPHYAINCP)machdefs.h pimenux.h \ 355 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 356 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 357 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 387 $(SOPHYAINCP)sopnamsp.h \ 388 pimenubarx.h pimenubargen.h pisysdep.h \ 389 $(SOPHYAINCP)machdefs.h \ 390 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 391 piapplx.h piapplgen.h picontainerx.h picontainergen.h picons.h \ 392 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 393 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 394 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 395 $(CXXCOMPILELIB) -o $@ $< 396 397 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 pimenugen.h pisysdep.h \ 400 $(SOPHYAINCP)machdefs.h piwdgx.h \ 401 piwdggen.h pimsghandler.h picolist.h 402 $(CXXCOMPILELIB) -o $@ $< 403 404 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 405 $(SOPHYAINCP)sopnamsp.h \ 406 pisysdep.h \ 407 $(SOPHYAINCP)machdefs.h \ 408 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 409 pimsghandler.h picolist.h 410 $(CXXCOMPILELIB) -o $@ $< 411 412 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 413 $(SOPHYAINCP)sopnamsp.h \ 414 pimsghandler.h \ 415 $(SOPHYAINCP)machdefs.h 416 $(CXXCOMPILELIB) -o $@ $< 417 418 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 419 $(SOPHYAINCP)sopnamsp.h \ 420 pioptmenugen.h pisysdep.h \ 421 $(SOPHYAINCP)machdefs.h \ 422 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 423 $(CXXCOMPILELIB) -o $@ $< 424 425 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 426 $(SOPHYAINCP)sopnamsp.h \ 427 pisysdep.h \ 428 $(SOPHYAINCP)machdefs.h \ 429 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 430 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 431 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 432 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 358 433 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 359 434 pigraphuc.h pievthandler.h psfile.h pigraphps.h 360 $(CXXCOMPILE) -o $@ $< 361 362 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 363 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 364 pisysdep.h $(SOPHYAINCP)machdefs.h \ 365 piwdgx.h piwdggen.h pimsghandler.h picolist.h 366 $(CXXCOMPILE) -o $@ $< 367 368 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 369 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 370 $(SOPHYAINCP)machdefs.h pimenubarx.h \ 371 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 372 picolist.h 373 $(CXXCOMPILE) -o $@ $< 374 375 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 376 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \ 377 $(SOPHYAINCP)machdefs.h 378 $(CXXCOMPILE) -o $@ $< 379 380 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 381 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 382 pisysdep.h $(SOPHYAINCP)machdefs.h \ 383 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 384 $(CXXCOMPILE) -o $@ $< 385 386 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 387 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 388 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 389 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 390 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 391 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \ 392 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 393 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 394 pievthandler.h psfile.h pigraphps.h 395 $(CXXCOMPILE) -o $@ $< 435 $(CXXCOMPILELIB) -o $@ $< 396 436 397 437 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 398 438 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 399 piwdggen.h $(SOPHYAINCP)machdefs.h \ 439 piwdggen.h \ 440 $(SOPHYAINCP)machdefs.h \ 400 441 pimsghandler.h picolist.h piperiodx.h \ 401 442 $(SOPHYAINCP)periodic.h 402 $(CXXCOMPILE ) -o $@ $<443 $(CXXCOMPILELIB) -o $@ $< 403 444 404 445 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 405 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 406 pisysdep.h $(SOPHYAINCP)machdefs.h \ 446 $(SOPHYAINCP)sopnamsp.h \ 447 pipixmapgen.h pisysdep.h \ 448 $(SOPHYAINCP)machdefs.h \ 407 449 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 408 450 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 409 451 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 410 452 pigraphps.h 411 $(CXXCOMPILE ) -o $@ $<453 $(CXXCOMPILELIB) -o $@ $< 412 454 413 455 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 414 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 415 pipixmapgen.h pisysdep.h \ 416 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 417 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 418 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 419 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 420 $(CXXCOMPILE) -o $@ $< 456 $(SOPHYAINCP)sopnamsp.h \ 457 pipixmapx.h pipixmapgen.h pisysdep.h \ 458 $(SOPHYAINCP)machdefs.h \ 459 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 460 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 461 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 462 pigraphps.h 463 $(CXXCOMPILELIB) -o $@ $< 421 464 422 465 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 423 466 $(SOPHYAINCP)sopnamsp.h \ 424 $(SOPHYAINCP)machdefs.h piscdrawwdg.h\425 pis ysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \426 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \427 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \467 $(SOPHYAINCP)machdefs.h \ 468 piscdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \ 469 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 470 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 428 471 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 429 472 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 431 474 pioptmenux.h pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h \ 432 475 pimenubargen.h picons.h piaxestools.h 433 $(CXXCOMPILE ) -o $@ $<476 $(CXXCOMPILELIB) -o $@ $< 434 477 435 478 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 436 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 437 pisysdep.h $(SOPHYAINCP)machdefs.h \ 438 piwdgx.h piwdggen.h pimsghandler.h picolist.h 439 $(CXXCOMPILE) -o $@ $< 479 $(SOPHYAINCP)sopnamsp.h \ 480 pistdwdggen.h pisysdep.h \ 481 $(SOPHYAINCP)machdefs.h piwdgx.h \ 482 piwdggen.h pimsghandler.h picolist.h 483 $(CXXCOMPILELIB) -o $@ $< 440 484 441 485 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 442 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 443 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 444 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 486 $(SOPHYAINCP)sopnamsp.h \ 487 pisysdep.h \ 488 $(SOPHYAINCP)machdefs.h \ 489 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 445 490 picontainerx.h picontainergen.h 446 $(CXXCOMPILE ) -o $@ $<491 $(CXXCOMPILELIB) -o $@ $< 447 492 448 493 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 449 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 450 pisysdep.h $(SOPHYAINCP)machdefs.h \ 494 $(SOPHYAINCP)sopnamsp.h \ 495 pistzwin.h pisysdep.h \ 496 $(SOPHYAINCP)machdefs.h \ 451 497 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 452 498 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ … … 454 500 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 455 501 pigrcoord.h pilineatt.h 456 $(CXXCOMPILE ) -o $@ $<502 $(CXXCOMPILELIB) -o $@ $< 457 503 458 504 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 459 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 460 parradapter.h $(SOPHYAINCP)machdefs.h \ 461 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 505 $(SOPHYAINCP)sopnamsp.h \ 506 pisurfdr.h parradapter.h \ 507 $(SOPHYAINCP)machdefs.h lut.h \ 508 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 462 509 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 463 510 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 464 511 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 465 $(CXXCOMPILE ) -o $@ $<512 $(CXXCOMPILELIB) -o $@ $< 466 513 467 514 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 468 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 469 pisysdep.h $(SOPHYAINCP)machdefs.h \ 515 $(SOPHYAINCP)sopnamsp.h \ 516 pitherm.h pisysdep.h \ 517 $(SOPHYAINCP)machdefs.h \ 470 518 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 471 519 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 472 520 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 473 521 pigraphps.h 474 $(CXXCOMPILE ) -o $@ $<522 $(CXXCOMPILELIB) -o $@ $< 475 523 476 524 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 477 525 $(SOPHYAINCP)sopnamsp.h \ 478 $(SOPHYAINCP)machdefs.h pitxtdrw.h\479 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \480 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \481 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \526 $(SOPHYAINCP)machdefs.h \ 527 pitxtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 528 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 529 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 482 530 pievthandler.h psfile.h pigratt.h piaxes.h 483 $(CXXCOMPILE ) -o $@ $<531 $(CXXCOMPILELIB) -o $@ $< 484 532 485 533 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 486 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 487 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 488 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 489 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 490 pifontgen.h pigrcoord.h pilineatt.h psfile.h 491 $(CXXCOMPILE) -o $@ $< 492 493 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 494 piwdgx.h piwdggen.h \ 495 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 496 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \ 497 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 498 pifontgen.h pigrcoord.h pilineatt.h \ 534 $(SOPHYAINCP)sopnamsp.h \ 535 piwdggen.h \ 536 $(SOPHYAINCP)machdefs.h \ 537 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 538 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 539 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 540 $(CXXCOMPILELIB) -o $@ $< 541 542 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 543 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 544 piwdggen.h \ 545 $(SOPHYAINCP)machdefs.h \ 546 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 547 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 548 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 499 549 $(SOPHYAINCP)pexceptions.h 500 $(CXXCOMPILE ) -o $@ $<550 $(CXXCOMPILELIB) -o $@ $< 501 551 502 552 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 503 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 504 pisysdep.h $(SOPHYAINCP)machdefs.h \ 553 $(SOPHYAINCP)sopnamsp.h \ 554 piwindowgen.h pisysdep.h \ 555 $(SOPHYAINCP)machdefs.h \ 505 556 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 506 557 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ 507 558 picmapgen.h pifontx.h pigrcoord.h pilineatt.h 508 $(CXXCOMPILE ) -o $@ $<559 $(CXXCOMPILELIB) -o $@ $< 509 560 510 561 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 511 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 512 piwindowgen.h pisysdep.h \ 513 $(SOPHYAINCP)machdefs.h picontainerx.h \ 514 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 515 $(CXXCOMPILE) -o $@ $< 562 $(SOPHYAINCP)sopnamsp.h \ 563 piwindowx.h piwindowgen.h pisysdep.h \ 564 $(SOPHYAINCP)machdefs.h \ 565 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 566 picolist.h 567 $(CXXCOMPILELIB) -o $@ $< 516 568 517 569 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 518 570 $(SOPHYAINCP)sopnamsp.h \ 519 $(SOPHYAINCP)machdefs.h pixtbaseP.h\520 pi bwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \521 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \522 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \571 $(SOPHYAINCP)machdefs.h \ 572 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 573 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 574 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 523 575 pievthandler.h psfile.h pigraphps.h pixtbase.h 524 $(CXXCOMPILE ) -o $@ $<576 $(CXXCOMPILELIB) -o $@ $< 525 577 526 578 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 527 579 $(SOPHYAINCP)sopnamsp.h \ 528 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 529 pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \ 530 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 531 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 532 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 533 $(CXXCOMPILE) -o $@ $< 534 535 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 536 psfile.h $(SOPHYAINCP)machdefs.h \ 580 $(SOPHYAINCP)machdefs.h \ 581 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 582 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 583 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 584 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 585 $(CXXCOMPILELIB) -o $@ $< 586 587 $(SOPHYAOBJP)psfile.o: psfile.cc \ 588 $(SOPHYAINCP)sopnamsp.h psfile.h \ 589 $(SOPHYAINCP)machdefs.h \ 537 590 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 538 591 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 539 592 pilineatt.h 540 $(CXXCOMPILE ) -o $@ $<541 593 $(CXXCOMPILELIB) -o $@ $< 594 -
trunk/SophyaPI/PI/smakefile
r2743 r2751 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 12 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 12 $(SOPHYAOBJP)lut.o: lut.cc \ 13 $(SOPHYAINCP)sopnamsp.h \ 13 14 $(SOPHYAINCP)machdefs.h lut.h 14 $(CXXCOMPILE ) -o $@ $<15 $(CXXCOMPILELIB) -o $@ $< 15 16 16 17 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 17 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 18 $(SOPHYAINCP)sopnamsp.h \ 19 parradapter.h \ 18 20 $(SOPHYAINCP)machdefs.h lut.h 19 $(CXXCOMPILE ) -o $@ $<21 $(CXXCOMPILELIB) -o $@ $< 20 22 21 23 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 22 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 23 pisysdep.h $(SOPHYAINCP)machdefs.h \ 24 $(SOPHYAINCP)sopnamsp.h \ 25 pi3ddrw.h pisysdep.h \ 26 $(SOPHYAINCP)machdefs.h \ 24 27 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 25 28 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 26 29 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 27 30 pigratt.h piaxes.h pieldrw.h pigraph3d.h 28 $(CXXCOMPILE ) -o $@ $<31 $(CXXCOMPILELIB) -o $@ $< 29 32 30 33 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 31 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 32 pisysdep.h $(SOPHYAINCP)machdefs.h \ 34 $(SOPHYAINCP)sopnamsp.h \ 35 pi3dwdg.h pisysdep.h \ 36 $(SOPHYAINCP)machdefs.h \ 33 37 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 34 38 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ … … 39 43 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 40 44 pimenubargen.h picons.h 41 $(CXXCOMPILE ) -o $@ $<45 $(CXXCOMPILELIB) -o $@ $< 42 46 43 47 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 44 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 45 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 48 $(SOPHYAINCP)sopnamsp.h \ 49 piapplgen.h pimsghandler.h \ 50 $(SOPHYAINCP)machdefs.h \ 46 51 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 47 52 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 49 54 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 50 55 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 51 $(CXXCOMPILE ) -o $@ $<56 $(CXXCOMPILELIB) -o $@ $< 52 57 53 58 $(SOPHYAOBJP)piapplx.o: piapplx.cc \ 54 $(SOPHYAINCP)sopnamsp.h piapplx.h \ 55 piapplgen.h pimsghandler.h \ 56 $(SOPHYAINCP)machdefs.h pisysdep.h \ 57 picontainerx.h picontainergen.h piwdgx.h piwdggen.h picolist.h \ 58 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 59 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 60 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 61 pigraphuc.h pievthandler.h psfile.h pigraphps.h 62 $(CXXCOMPILE) -o $@ $< 63 64 $(SOPHYAOBJP)piaxes.o: piaxes.cc $(SOPHYAINCP)sopnamsp.h \ 59 $(SOPHYAINCP)sopnamsp.h \ 60 piapplx.h piapplgen.h pimsghandler.h \ 61 $(SOPHYAINCP)machdefs.h \ 62 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 63 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 64 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 65 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 66 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 67 $(CXXCOMPILELIB) -o $@ $< 68 69 $(SOPHYAOBJP)piaxes.o: piaxes.cc \ 70 $(SOPHYAINCP)sopnamsp.h \ 65 71 $(SOPHYAINCP)machdefs.h piaxes.h \ 66 72 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 67 73 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 68 74 pigrcoord.h pilineatt.h pigratt.h 69 $(CXXCOMPILE ) -o $@ $<75 $(CXXCOMPILELIB) -o $@ $< 70 76 71 77 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 72 78 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 73 79 pigraphuc.h pisysdep.h \ 74 $(SOPHYAINCP)machdefs.h pigraphgen.h\75 pi wdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \76 picmap gen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \77 pi axestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \78 pi menux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \79 picontainer gen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \80 pi cons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \81 p igraphps.h piscdrawwdg.h pidrawer.h pieldrw.h82 $(CXXCOMPILE ) -o $@ $<80 $(SOPHYAINCP)machdefs.h \ 81 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 82 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 83 pigratt.h piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 84 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 85 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 86 pimenubargen.h picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h \ 87 psfile.h pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 88 $(CXXCOMPILELIB) -o $@ $< 83 89 84 90 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 85 91 $(SOPHYAINCP)sopnamsp.h \ 86 $(SOPHYAINCP)machdefs.h pibargraph.h\87 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \88 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \89 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \92 $(SOPHYAINCP)machdefs.h \ 93 pibargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 94 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 95 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 90 96 pievthandler.h psfile.h pigratt.h piaxes.h 91 $(CXXCOMPILE ) -o $@ $<97 $(CXXCOMPILELIB) -o $@ $< 92 98 93 99 $(SOPHYAOBJP)pibwdggen.o: pibwdggen.cc \ 94 $(SOPHYAINCP)sopnamsp.h pibwdggen.h \ 95 pisysdep.h $(SOPHYAINCP)machdefs.h \ 96 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 97 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 98 pilineatt.h pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h \ 99 piaxes.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 $(SOPHYAINCP)sopnamsp.h \ 101 pibwdggen.h pisysdep.h \ 102 $(SOPHYAINCP)machdefs.h piwdgx.h \ 103 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 104 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 105 pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \ 106 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 100 107 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 101 108 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 102 109 pimenubargen.h picons.h pibwdgx.h 103 $(CXXCOMPILE ) -o $@ $<110 $(CXXCOMPILELIB) -o $@ $< 104 111 105 112 $(SOPHYAOBJP)pibwdgx.o: pibwdgx.cc \ 106 $(SOPHYAINCP)sopnamsp.h pixtbaseP.h \ 107 pibwdgx.h pisysdep.h \ 108 $(SOPHYAINCP)machdefs.h pibwdggen.h \ 109 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 110 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 111 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 112 $(CXXCOMPILE) -o $@ $< 113 114 $(SOPHYAOBJP)picmap.o: picmap.cc $(SOPHYAINCP)sopnamsp.h \ 115 picmap.h pisysdep.h \ 116 $(SOPHYAINCP)machdefs.h picmapx.h \ 117 picmapgen.h 118 $(CXXCOMPILE) -o $@ $< 113 $(SOPHYAINCP)sopnamsp.h \ 114 pixtbaseP.h pibwdgx.h pisysdep.h \ 115 $(SOPHYAINCP)machdefs.h \ 116 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 117 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 118 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 119 pixtbase.h 120 $(CXXCOMPILELIB) -o $@ $< 121 122 $(SOPHYAOBJP)picmap.o: picmap.cc \ 123 $(SOPHYAINCP)sopnamsp.h picmap.h \ 124 pisysdep.h \ 125 $(SOPHYAINCP)machdefs.h \ 126 picmapx.h picmapgen.h 127 $(CXXCOMPILELIB) -o $@ $< 119 128 120 129 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 121 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 122 pisysdep.h $(SOPHYAINCP)machdefs.h \ 130 $(SOPHYAINCP)sopnamsp.h \ 131 picmapgen.h pisysdep.h \ 132 $(SOPHYAINCP)machdefs.h \ 123 133 picmapx.h picmap.h 124 $(CXXCOMPILE ) -o $@ $<134 $(CXXCOMPILELIB) -o $@ $< 125 135 126 136 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 127 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 128 pisysdep.h $(SOPHYAINCP)machdefs.h \ 137 $(SOPHYAINCP)sopnamsp.h \ 138 picmapview.h pisysdep.h \ 139 $(SOPHYAINCP)machdefs.h \ 129 140 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 130 141 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 131 142 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 132 143 pigraphps.h 133 $(CXXCOMPILE ) -o $@ $<144 $(CXXCOMPILELIB) -o $@ $< 134 145 135 146 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 136 147 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 137 piwdggen.h $(SOPHYAINCP)machdefs.h \ 148 piwdggen.h \ 149 $(SOPHYAINCP)machdefs.h \ 138 150 pimsghandler.h picolist.h picmapx.h picmapgen.h pisysdep.h 139 $(CXXCOMPILE) -o $@ $< 140 141 $(SOPHYAOBJP)picons.o: picons.cc $(SOPHYAINCP)sopnamsp.h \ 142 pisysdep.h $(SOPHYAINCP)machdefs.h \ 151 $(CXXCOMPILELIB) -o $@ $< 152 153 $(SOPHYAOBJP)picons.o: picons.cc \ 154 $(SOPHYAINCP)sopnamsp.h \ 155 pisysdep.h \ 156 $(SOPHYAINCP)machdefs.h \ 143 157 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 144 158 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ … … 146 160 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 147 161 pievthandler.h psfile.h pigraphps.h 148 $(CXXCOMPILE ) -o $@ $<162 $(CXXCOMPILELIB) -o $@ $< 149 163 150 164 $(SOPHYAOBJP)picontainergen.o: picontainergen.cc \ 151 $(SOPHYAINCP)sopnamsp.h picontainergen.h \ 152 pisysdep.h $(SOPHYAINCP)machdefs.h \ 153 piwdgx.h piwdggen.h pimsghandler.h picolist.h 154 $(CXXCOMPILE) -o $@ $< 165 $(SOPHYAINCP)sopnamsp.h \ 166 picontainergen.h pisysdep.h \ 167 $(SOPHYAINCP)machdefs.h piwdgx.h \ 168 piwdggen.h pimsghandler.h picolist.h 169 $(CXXCOMPILELIB) -o $@ $< 155 170 156 171 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 157 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 158 pisysdep.h $(SOPHYAINCP)machdefs.h \ 172 $(SOPHYAINCP)sopnamsp.h \ 173 picontainerx.h pisysdep.h \ 174 $(SOPHYAINCP)machdefs.h \ 159 175 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 160 $(CXXCOMPILE ) -o $@ $<176 $(CXXCOMPILELIB) -o $@ $< 161 177 162 178 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 163 179 $(SOPHYAINCP)sopnamsp.h \ 164 $(SOPHYAINCP)machdefs.h pidrawer.h \ 165 pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 166 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 167 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 168 pigratt.h piaxes.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 169 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 170 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 171 pimenubargen.h picons.h pibwdgx.h pigraphps.h ucckprot.h 172 $(CXXCOMPILE) -o $@ $< 180 $(SOPHYAINCP)machdefs.h \ 181 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 182 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 183 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 184 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 185 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 186 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 187 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h pigraphps.h \ 188 ucckprot.h 189 $(CXXCOMPILELIB) -o $@ $< 173 190 174 191 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 175 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 176 pisysdep.h $(SOPHYAINCP)machdefs.h \ 192 $(SOPHYAINCP)sopnamsp.h \ 193 pidrawwin.h pisysdep.h \ 194 $(SOPHYAINCP)machdefs.h \ 177 195 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 178 196 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ … … 181 199 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 182 200 pidrawer.h pigratt.h piaxes.h pieldrw.h 183 $(CXXCOMPILE ) -o $@ $<201 $(CXXCOMPILELIB) -o $@ $< 184 202 185 203 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 186 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 187 pisysdep.h $(SOPHYAINCP)machdefs.h \ 204 $(SOPHYAINCP)sopnamsp.h \ 205 pidrwtools.h pisysdep.h \ 206 $(SOPHYAINCP)machdefs.h \ 188 207 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 189 208 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ … … 194 213 piscdrawwdg.h pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h \ 195 214 pi3ddrw.h pigraph3d.h 196 $(CXXCOMPILE ) -o $@ $<215 $(CXXCOMPILELIB) -o $@ $< 197 216 198 217 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 199 218 $(SOPHYAINCP)sopnamsp.h \ 200 $(SOPHYAINCP)machdefs.h pieldrw.h\201 pi drawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \202 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \203 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \219 $(SOPHYAINCP)machdefs.h \ 220 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 221 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 222 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 204 223 pievthandler.h psfile.h pigratt.h piaxes.h 205 $(CXXCOMPILE ) -o $@ $<224 $(CXXCOMPILELIB) -o $@ $< 206 225 207 226 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 208 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 209 pisysdep.h $(SOPHYAINCP)machdefs.h \ 227 $(SOPHYAINCP)sopnamsp.h \ 228 pievthandler.h pisysdep.h \ 229 $(SOPHYAINCP)machdefs.h \ 210 230 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 211 231 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 212 232 pilineatt.h 213 $(CXXCOMPILE ) -o $@ $<233 $(CXXCOMPILELIB) -o $@ $< 214 234 215 235 $(SOPHYAOBJP)pifilechogen.o: pifilechogen.cc \ 216 $(SOPHYAINCP)sopnamsp.h pifilechogen.h \ 217 pisysdep.h $(SOPHYAINCP)machdefs.h \ 218 piwdgx.h piwdggen.h pimsghandler.h picolist.h 219 $(CXXCOMPILE) -o $@ $< 236 $(SOPHYAINCP)sopnamsp.h \ 237 pifilechogen.h pisysdep.h \ 238 $(SOPHYAINCP)machdefs.h piwdgx.h \ 239 piwdggen.h pimsghandler.h picolist.h 240 $(CXXCOMPILELIB) -o $@ $< 220 241 221 242 $(SOPHYAOBJP)pifilechox.o: pifilechox.cc \ 222 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 223 $(SOPHYAINCP)machdefs.h piapplx.h \ 224 piapplgen.h pimsghandler.h picontainerx.h picontainergen.h piwdgx.h \ 225 piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h \ 226 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 227 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 228 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 229 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 230 $(CXXCOMPILE) -o $@ $< 243 $(SOPHYAINCP)sopnamsp.h \ 244 pisysdep.h \ 245 $(SOPHYAINCP)machdefs.h \ 246 piapplx.h piapplgen.h pimsghandler.h picontainerx.h picontainergen.h \ 247 piwdgx.h piwdggen.h picolist.h pimenubarx.h pimenubargen.h pimenux.h \ 248 pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h \ 249 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 250 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 251 pigraphps.h pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 252 $(CXXCOMPILELIB) -o $@ $< 231 253 232 254 $(SOPHYAOBJP)pifontgen.o: pifontgen.cc \ 233 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 234 pisysdep.h $(SOPHYAINCP)machdefs.h \ 235 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 236 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 237 $(CXXCOMPILE) -o $@ $< 255 $(SOPHYAINCP)sopnamsp.h \ 256 pigraphgen.h pisysdep.h \ 257 $(SOPHYAINCP)machdefs.h piwdgx.h \ 258 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 259 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 260 $(CXXCOMPILELIB) -o $@ $< 238 261 239 262 $(SOPHYAOBJP)pifontx.o: pifontx.cc \ 240 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 241 $(SOPHYAINCP)machdefs.h pifontx.h \ 242 pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 243 $(CXXCOMPILE) -o $@ $< 263 $(SOPHYAINCP)sopnamsp.h \ 264 pisysdep.h \ 265 $(SOPHYAINCP)machdefs.h \ 266 pifontx.h pifontgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 267 $(CXXCOMPILELIB) -o $@ $< 244 268 245 269 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 246 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 247 pisysdep.h $(SOPHYAINCP)machdefs.h \ 270 $(SOPHYAINCP)sopnamsp.h \ 271 pigraph3d.h pisysdep.h \ 272 $(SOPHYAINCP)machdefs.h \ 248 273 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 249 274 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 250 275 pilineatt.h 251 $(CXXCOMPILE ) -o $@ $<276 $(CXXCOMPILELIB) -o $@ $< 252 277 253 278 $(SOPHYAOBJP)pigraphgen.o: pigraphgen.cc \ 254 $(SOPHYAINCP)sopnamsp.h pigraphgen.h \ 255 pisysdep.h $(SOPHYAINCP)machdefs.h \ 256 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 257 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 258 $(CXXCOMPILE) -o $@ $< 279 $(SOPHYAINCP)sopnamsp.h \ 280 pigraphgen.h pisysdep.h \ 281 $(SOPHYAINCP)machdefs.h piwdgx.h \ 282 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 283 pifontx.h pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 284 $(CXXCOMPILELIB) -o $@ $< 259 285 260 286 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 261 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 262 pisysdep.h $(SOPHYAINCP)machdefs.h \ 287 $(SOPHYAINCP)sopnamsp.h \ 288 pigraphps.h pisysdep.h \ 289 $(SOPHYAINCP)machdefs.h \ 263 290 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 264 291 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 265 292 psfile.h 266 $(CXXCOMPILE ) -o $@ $<293 $(CXXCOMPILELIB) -o $@ $< 267 294 268 295 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 269 296 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)machdefs.h pigraphuc.h\271 pi sysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \272 pic map.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \273 pi lineatt.h ucckprot.h274 $(CXXCOMPILE ) -o $@ $<297 $(SOPHYAINCP)machdefs.h \ 298 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 299 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 300 pigrcoord.h pilineatt.h ucckprot.h 301 $(CXXCOMPILELIB) -o $@ $< 275 302 276 303 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 277 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 278 pisysdep.h $(SOPHYAINCP)machdefs.h \ 304 $(SOPHYAINCP)sopnamsp.h \ 305 pigraphx.h pisysdep.h \ 306 $(SOPHYAINCP)machdefs.h \ 279 307 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 280 308 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 281 $(CXXCOMPILE ) -o $@ $<309 $(CXXCOMPILELIB) -o $@ $< 282 310 283 311 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 284 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 285 pisysdep.h $(SOPHYAINCP)machdefs.h \ 312 $(SOPHYAINCP)sopnamsp.h \ 313 pigratt.h pisysdep.h \ 314 $(SOPHYAINCP)machdefs.h \ 286 315 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 287 316 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 288 317 $(SOPHYAINCP)strutilxx.h 289 $(CXXCOMPILE ) -o $@ $<318 $(CXXCOMPILELIB) -o $@ $< 290 319 291 320 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 292 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 293 pisysdep.h $(SOPHYAINCP)machdefs.h 294 $(CXXCOMPILE) -o $@ $< 321 $(SOPHYAINCP)sopnamsp.h \ 322 pigrcoord.h pisysdep.h \ 323 $(SOPHYAINCP)machdefs.h 324 $(CXXCOMPILELIB) -o $@ $< 295 325 296 326 $(SOPHYAOBJP)piimage.o: piimage.cc \ 297 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 298 $(SOPHYAINCP)machdefs.h piimage.h \ 299 parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 327 $(SOPHYAINCP)sopnamsp.h \ 328 pisysdep.h \ 329 $(SOPHYAINCP)machdefs.h \ 330 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h \ 300 331 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 301 332 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ … … 306 337 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 307 338 piscdrawwdg.h piyfxdrw.h 308 $(CXXCOMPILE ) -o $@ $<339 $(CXXCOMPILELIB) -o $@ $< 309 340 310 341 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 311 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 312 pisysdep.h $(SOPHYAINCP)machdefs.h \ 342 $(SOPHYAINCP)sopnamsp.h \ 343 piimgtools.h pisysdep.h \ 344 $(SOPHYAINCP)machdefs.h \ 313 345 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 314 346 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ … … 319 351 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 320 352 pipixmapx.h pipixmapgen.h picmapview.h 321 $(CXXCOMPILE ) -o $@ $<353 $(CXXCOMPILELIB) -o $@ $< 322 354 323 355 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 324 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 325 pisysdep.h $(SOPHYAINCP)machdefs.h 326 $(CXXCOMPILE) -o $@ $< 356 $(SOPHYAINCP)sopnamsp.h \ 357 pilineatt.h pisysdep.h \ 358 $(SOPHYAINCP)machdefs.h 359 $(CXXCOMPILELIB) -o $@ $< 327 360 328 361 $(SOPHYAOBJP)pilistgen.o: pilistgen.cc \ 329 $(SOPHYAINCP)sopnamsp.h pilistgen.h \ 330 pisysdep.h $(SOPHYAINCP)machdefs.h \ 331 piwdgx.h piwdggen.h pimsghandler.h picolist.h 332 $(CXXCOMPILE) -o $@ $< 362 $(SOPHYAINCP)sopnamsp.h \ 363 pilistgen.h pisysdep.h \ 364 $(SOPHYAINCP)machdefs.h piwdgx.h \ 365 piwdggen.h pimsghandler.h picolist.h 366 $(CXXCOMPILELIB) -o $@ $< 333 367 334 368 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 335 $(SOPHYAINCP)sopnamsp.h pilistx.h\336 pilist gen.h pisysdep.h \369 $(SOPHYAINCP)sopnamsp.h \ 370 pilistx.h pilistgen.h pisysdep.h \ 337 371 $(SOPHYAINCP)machdefs.h piwdgx.h \ 338 372 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h 339 $(CXXCOMPILE ) -o $@ $<373 $(CXXCOMPILELIB) -o $@ $< 340 374 341 375 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 342 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 343 pisysdep.h $(SOPHYAINCP)machdefs.h \ 376 $(SOPHYAINCP)sopnamsp.h \ 377 pimenubargen.h pisysdep.h \ 378 $(SOPHYAINCP)machdefs.h \ 344 379 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 345 380 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ … … 347 382 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 348 383 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 349 $(CXXCOMPILE ) -o $@ $<384 $(CXXCOMPILELIB) -o $@ $< 350 385 351 386 $(SOPHYAOBJP)pimenubarx.o: pimenubarx.cc \ 352 $(SOPHYAINCP)sopnamsp.h pimenubarx.h \ 353 pimenubargen.h pisysdep.h \ 354 $(SOPHYAINCP)machdefs.h pimenux.h \ 355 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h \ 356 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 357 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 387 $(SOPHYAINCP)sopnamsp.h \ 388 pimenubarx.h pimenubargen.h pisysdep.h \ 389 $(SOPHYAINCP)machdefs.h \ 390 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 391 piapplx.h piapplgen.h picontainerx.h picontainergen.h picons.h \ 392 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 393 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 394 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 395 $(CXXCOMPILELIB) -o $@ $< 396 397 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 398 $(SOPHYAINCP)sopnamsp.h \ 399 pimenugen.h pisysdep.h \ 400 $(SOPHYAINCP)machdefs.h piwdgx.h \ 401 piwdggen.h pimsghandler.h picolist.h 402 $(CXXCOMPILELIB) -o $@ $< 403 404 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 405 $(SOPHYAINCP)sopnamsp.h \ 406 pisysdep.h \ 407 $(SOPHYAINCP)machdefs.h \ 408 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 409 pimsghandler.h picolist.h 410 $(CXXCOMPILELIB) -o $@ $< 411 412 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 413 $(SOPHYAINCP)sopnamsp.h \ 414 pimsghandler.h \ 415 $(SOPHYAINCP)machdefs.h 416 $(CXXCOMPILELIB) -o $@ $< 417 418 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 419 $(SOPHYAINCP)sopnamsp.h \ 420 pioptmenugen.h pisysdep.h \ 421 $(SOPHYAINCP)machdefs.h \ 422 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 423 $(CXXCOMPILELIB) -o $@ $< 424 425 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 426 $(SOPHYAINCP)sopnamsp.h \ 427 pisysdep.h \ 428 $(SOPHYAINCP)machdefs.h \ 429 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 430 pimsghandler.h picolist.h pistdwdgx.h pistdwdggen.h piapplx.h \ 431 piapplgen.h picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h \ 432 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 358 433 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 359 434 pigraphuc.h pievthandler.h psfile.h pigraphps.h 360 $(CXXCOMPILE) -o $@ $< 361 362 $(SOPHYAOBJP)pimenugen.o: pimenugen.cc \ 363 $(SOPHYAINCP)sopnamsp.h pimenugen.h \ 364 pisysdep.h $(SOPHYAINCP)machdefs.h \ 365 piwdgx.h piwdggen.h pimsghandler.h picolist.h 366 $(CXXCOMPILE) -o $@ $< 367 368 $(SOPHYAOBJP)pimenux.o: pimenux.cc \ 369 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 370 $(SOPHYAINCP)machdefs.h pimenubarx.h \ 371 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 372 picolist.h 373 $(CXXCOMPILE) -o $@ $< 374 375 $(SOPHYAOBJP)pimsghandler.o: pimsghandler.cc \ 376 $(SOPHYAINCP)sopnamsp.h pimsghandler.h \ 377 $(SOPHYAINCP)machdefs.h 378 $(CXXCOMPILE) -o $@ $< 379 380 $(SOPHYAOBJP)pioptmenugen.o: pioptmenugen.cc \ 381 $(SOPHYAINCP)sopnamsp.h pioptmenugen.h \ 382 pisysdep.h $(SOPHYAINCP)machdefs.h \ 383 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 384 $(CXXCOMPILE) -o $@ $< 385 386 $(SOPHYAOBJP)pioptmenux.o: pioptmenux.cc \ 387 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 388 $(SOPHYAINCP)machdefs.h pioptmenux.h \ 389 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h \ 390 picolist.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 391 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \ 392 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 393 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 394 pievthandler.h psfile.h pigraphps.h 395 $(CXXCOMPILE) -o $@ $< 435 $(CXXCOMPILELIB) -o $@ $< 396 436 397 437 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 398 438 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 399 piwdggen.h $(SOPHYAINCP)machdefs.h \ 439 piwdggen.h \ 440 $(SOPHYAINCP)machdefs.h \ 400 441 pimsghandler.h picolist.h piperiodx.h \ 401 442 $(SOPHYAINCP)periodic.h 402 $(CXXCOMPILE ) -o $@ $<443 $(CXXCOMPILELIB) -o $@ $< 403 444 404 445 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 405 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 406 pisysdep.h $(SOPHYAINCP)machdefs.h \ 446 $(SOPHYAINCP)sopnamsp.h \ 447 pipixmapgen.h pisysdep.h \ 448 $(SOPHYAINCP)machdefs.h \ 407 449 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 408 450 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 409 451 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 410 452 pigraphps.h 411 $(CXXCOMPILE ) -o $@ $<453 $(CXXCOMPILELIB) -o $@ $< 412 454 413 455 $(SOPHYAOBJP)pipixmapx.o: pipixmapx.cc \ 414 $(SOPHYAINCP)sopnamsp.h pipixmapx.h \ 415 pipixmapgen.h pisysdep.h \ 416 $(SOPHYAINCP)machdefs.h pibwdgx.h \ 417 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 418 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 419 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 420 $(CXXCOMPILE) -o $@ $< 456 $(SOPHYAINCP)sopnamsp.h \ 457 pipixmapx.h pipixmapgen.h pisysdep.h \ 458 $(SOPHYAINCP)machdefs.h \ 459 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 460 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 461 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 462 pigraphps.h 463 $(CXXCOMPILELIB) -o $@ $< 421 464 422 465 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 423 466 $(SOPHYAINCP)sopnamsp.h \ 424 $(SOPHYAINCP)machdefs.h piscdrawwdg.h\425 pis ysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \426 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \427 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \467 $(SOPHYAINCP)machdefs.h \ 468 piscdrawwdg.h pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \ 469 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 470 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 428 471 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 429 472 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ … … 431 474 pioptmenux.h pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h \ 432 475 pimenubargen.h picons.h piaxestools.h 433 $(CXXCOMPILE ) -o $@ $<476 $(CXXCOMPILELIB) -o $@ $< 434 477 435 478 $(SOPHYAOBJP)pistdwdggen.o: pistdwdggen.cc \ 436 $(SOPHYAINCP)sopnamsp.h pistdwdggen.h \ 437 pisysdep.h $(SOPHYAINCP)machdefs.h \ 438 piwdgx.h piwdggen.h pimsghandler.h picolist.h 439 $(CXXCOMPILE) -o $@ $< 479 $(SOPHYAINCP)sopnamsp.h \ 480 pistdwdggen.h pisysdep.h \ 481 $(SOPHYAINCP)machdefs.h piwdgx.h \ 482 piwdggen.h pimsghandler.h picolist.h 483 $(CXXCOMPILELIB) -o $@ $< 440 484 441 485 $(SOPHYAOBJP)pistdwdgx.o: pistdwdgx.cc \ 442 $(SOPHYAINCP)sopnamsp.h pisysdep.h \ 443 $(SOPHYAINCP)machdefs.h pistdwdgx.h \ 444 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 486 $(SOPHYAINCP)sopnamsp.h \ 487 pisysdep.h \ 488 $(SOPHYAINCP)machdefs.h \ 489 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 445 490 picontainerx.h picontainergen.h 446 $(CXXCOMPILE ) -o $@ $<491 $(CXXCOMPILELIB) -o $@ $< 447 492 448 493 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 449 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 450 pisysdep.h $(SOPHYAINCP)machdefs.h \ 494 $(SOPHYAINCP)sopnamsp.h \ 495 pistzwin.h pisysdep.h \ 496 $(SOPHYAINCP)machdefs.h \ 451 497 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 452 498 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ … … 454 500 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 455 501 pigrcoord.h pilineatt.h 456 $(CXXCOMPILE ) -o $@ $<502 $(CXXCOMPILELIB) -o $@ $< 457 503 458 504 $(SOPHYAOBJP)pisurfdr.o: pisurfdr.cc \ 459 $(SOPHYAINCP)sopnamsp.h pisurfdr.h \ 460 parradapter.h $(SOPHYAINCP)machdefs.h \ 461 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 505 $(SOPHYAINCP)sopnamsp.h \ 506 pisurfdr.h parradapter.h \ 507 $(SOPHYAINCP)machdefs.h lut.h \ 508 pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 462 509 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 463 510 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 464 511 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 465 $(CXXCOMPILE ) -o $@ $<512 $(CXXCOMPILELIB) -o $@ $< 466 513 467 514 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 468 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 469 pisysdep.h $(SOPHYAINCP)machdefs.h \ 515 $(SOPHYAINCP)sopnamsp.h \ 516 pitherm.h pisysdep.h \ 517 $(SOPHYAINCP)machdefs.h \ 470 518 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 471 519 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 472 520 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 473 521 pigraphps.h 474 $(CXXCOMPILE ) -o $@ $<522 $(CXXCOMPILELIB) -o $@ $< 475 523 476 524 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 477 525 $(SOPHYAINCP)sopnamsp.h \ 478 $(SOPHYAINCP)machdefs.h pitxtdrw.h\479 pi sysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \480 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \481 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \526 $(SOPHYAINCP)machdefs.h \ 527 pitxtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 528 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 529 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 482 530 pievthandler.h psfile.h pigratt.h piaxes.h 483 $(CXXCOMPILE ) -o $@ $<531 $(CXXCOMPILELIB) -o $@ $< 484 532 485 533 $(SOPHYAOBJP)piwdggen.o: piwdggen.cc \ 486 $(SOPHYAINCP)sopnamsp.h piwdggen.h \ 487 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 488 picolist.h picontainergen.h pisysdep.h piwdgx.h pievthandler.h \ 489 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 490 pifontgen.h pigrcoord.h pilineatt.h psfile.h 491 $(CXXCOMPILE) -o $@ $< 492 493 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc $(SOPHYAINCP)sopnamsp.h \ 494 piwdgx.h piwdggen.h \ 495 $(SOPHYAINCP)machdefs.h pimsghandler.h \ 496 picolist.h picontainerx.h pisysdep.h picontainergen.h pievthandler.h \ 497 pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 498 pifontgen.h pigrcoord.h pilineatt.h \ 534 $(SOPHYAINCP)sopnamsp.h \ 535 piwdggen.h \ 536 $(SOPHYAINCP)machdefs.h \ 537 pimsghandler.h picolist.h picontainergen.h pisysdep.h piwdgx.h \ 538 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 539 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 540 $(CXXCOMPILELIB) -o $@ $< 541 542 $(SOPHYAOBJP)piwdgx.o: piwdgx.cc \ 543 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 544 piwdggen.h \ 545 $(SOPHYAINCP)machdefs.h \ 546 pimsghandler.h picolist.h picontainerx.h pisysdep.h picontainergen.h \ 547 pievthandler.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 548 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 499 549 $(SOPHYAINCP)pexceptions.h 500 $(CXXCOMPILE ) -o $@ $<550 $(CXXCOMPILELIB) -o $@ $< 501 551 502 552 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 503 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 504 pisysdep.h $(SOPHYAINCP)machdefs.h \ 553 $(SOPHYAINCP)sopnamsp.h \ 554 piwindowgen.h pisysdep.h \ 555 $(SOPHYAINCP)machdefs.h \ 505 556 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 506 557 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ 507 558 picmapgen.h pifontx.h pigrcoord.h pilineatt.h 508 $(CXXCOMPILE ) -o $@ $<559 $(CXXCOMPILELIB) -o $@ $< 509 560 510 561 $(SOPHYAOBJP)piwindowx.o: piwindowx.cc \ 511 $(SOPHYAINCP)sopnamsp.h piwindowx.h \ 512 piwindowgen.h pisysdep.h \ 513 $(SOPHYAINCP)machdefs.h picontainerx.h \ 514 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 515 $(CXXCOMPILE) -o $@ $< 562 $(SOPHYAINCP)sopnamsp.h \ 563 piwindowx.h piwindowgen.h pisysdep.h \ 564 $(SOPHYAINCP)machdefs.h \ 565 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 566 picolist.h 567 $(CXXCOMPILELIB) -o $@ $< 516 568 517 569 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 518 570 $(SOPHYAINCP)sopnamsp.h \ 519 $(SOPHYAINCP)machdefs.h pixtbaseP.h\520 pi bwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \521 pi colist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \522 pi fontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \571 $(SOPHYAINCP)machdefs.h \ 572 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 573 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 574 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 523 575 pievthandler.h psfile.h pigraphps.h pixtbase.h 524 $(CXXCOMPILE ) -o $@ $<576 $(CXXCOMPILELIB) -o $@ $< 525 577 526 578 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 527 579 $(SOPHYAINCP)sopnamsp.h \ 528 $(SOPHYAINCP)machdefs.h piyfxdrw.h \ 529 pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h piwdgx.h \ 530 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 531 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 532 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 533 $(CXXCOMPILE) -o $@ $< 534 535 $(SOPHYAOBJP)psfile.o: psfile.cc $(SOPHYAINCP)sopnamsp.h \ 536 psfile.h $(SOPHYAINCP)machdefs.h \ 580 $(SOPHYAINCP)machdefs.h \ 581 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 582 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 583 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 584 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 585 $(CXXCOMPILELIB) -o $@ $< 586 587 $(SOPHYAOBJP)psfile.o: psfile.cc \ 588 $(SOPHYAINCP)sopnamsp.h psfile.h \ 589 $(SOPHYAINCP)machdefs.h \ 537 590 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 538 591 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 539 592 pilineatt.h 540 $(CXXCOMPILE ) -o $@ $<541 593 $(CXXCOMPILELIB) -o $@ $< 594 -
trunk/SophyaPI/PIGcont/Makefile
r2743 r2751 12 12 $(SOPHYAOBJP)picntools.o: picntools.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 picntools.h \ 15 16 $(SOPHYAINCP)pisysdep.h \ 16 17 $(SOPHYAINCP)pistdwdgx.h \ … … 48 49 $(SOPHYAINCP)psfile.h \ 49 50 $(SOPHYAINCP)pigraphps.h \ 50 $(SOPHYAINCP)picmapview.h pigncont.h \ 51 $(SOPHYAINCP)picmapview.h \ 52 pigncont.h \ 51 53 $(SOPHYAINCP)pistdimgapp.h \ 52 54 $(SOPHYAINCP)pifilechox.h \ … … 91 93 $(SOPHYAINCP)piscdrawwdg.h \ 92 94 $(SOPHYAINCP)ntuple.h \ 93 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 94 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 95 $(CXXCOMPILE) -o $@ $< 95 $(SOPHYAINCP)ntupintf.h \ 96 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 97 gp_alloc.h 98 $(CXXCOMPILELIB) -o $@ $< 96 99 97 100 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 157 160 $(SOPHYAINCP)psfile.h \ 158 161 $(SOPHYAINCP)pigraphps.h \ 159 $(SOPHYAINCP)picmapview.h pigncont.h \ 162 $(SOPHYAINCP)picmapview.h \ 163 pigncont.h \ 160 164 $(SOPHYAINCP)pistdimgapp.h \ 161 165 $(SOPHYAINCP)pifilechox.h \ … … 188 192 $(SOPHYAINCP)pitherm.h \ 189 193 $(SOPHYAINCP)resusage.h \ 190 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 191 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 192 $(CXXCOMPILE) -o $@ $< 194 $(SOPHYAINCP)piscdrawwdg.h \ 195 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 196 gp_alloc.h 197 $(CXXCOMPILELIB) -o $@ $< 193 198 194 199 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h -
trunk/SophyaPI/PIGcont/smakefile
r2743 r2751 12 12 $(SOPHYAOBJP)picntools.o: picntools.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 picntools.h \ 15 16 $(SOPHYAINCP)pisysdep.h \ 16 17 $(SOPHYAINCP)pistdwdgx.h \ … … 48 49 $(SOPHYAINCP)psfile.h \ 49 50 $(SOPHYAINCP)pigraphps.h \ 50 $(SOPHYAINCP)picmapview.h pigncont.h \ 51 $(SOPHYAINCP)picmapview.h \ 52 pigncont.h \ 51 53 $(SOPHYAINCP)pistdimgapp.h \ 52 54 $(SOPHYAINCP)pifilechox.h \ … … 91 93 $(SOPHYAINCP)piscdrawwdg.h \ 92 94 $(SOPHYAINCP)ntuple.h \ 93 $(SOPHYAINCP)ntupintf.h gp_contour.h \ 94 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 95 $(CXXCOMPILE) -o $@ $< 95 $(SOPHYAINCP)ntupintf.h \ 96 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 97 gp_alloc.h 98 $(CXXCOMPILELIB) -o $@ $< 96 99 97 100 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ … … 157 160 $(SOPHYAINCP)psfile.h \ 158 161 $(SOPHYAINCP)pigraphps.h \ 159 $(SOPHYAINCP)picmapview.h pigncont.h \ 162 $(SOPHYAINCP)picmapview.h \ 163 pigncont.h \ 160 164 $(SOPHYAINCP)pistdimgapp.h \ 161 165 $(SOPHYAINCP)pifilechox.h \ … … 188 192 $(SOPHYAINCP)pitherm.h \ 189 193 $(SOPHYAINCP)resusage.h \ 190 $(SOPHYAINCP)piscdrawwdg.h gp_contour.h \ 191 gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 192 $(CXXCOMPILE) -o $@ $< 194 $(SOPHYAINCP)piscdrawwdg.h \ 195 gp_contour.h gp_types.h gpc_misc.h gp_dynarray.h gp_graph3d.h \ 196 gp_alloc.h 197 $(CXXCOMPILELIB) -o $@ $< 193 198 194 199 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h -
trunk/SophyaPI/PIext/Makefile
r2743 r2751 26 26 $(SOPHYAINCP)mutyv.h \ 27 27 $(SOPHYAINCP)ctimer.h \ 28 $(SOPHYAINCP)zthread.h dlftypes.h \ 29 basexecut.h $(SOPHYAINCP)strutilxx.h \ 30 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 28 $(SOPHYAINCP)zthread.h \ 29 dlftypes.h basexecut.h \ 30 $(SOPHYAINCP)strutilxx.h \ 31 pistdimgapp.h \ 32 $(SOPHYAINCP)pisysdep.h \ 31 33 $(SOPHYAINCP)piapplx.h \ 32 34 $(SOPHYAINCP)piapplgen.h \ … … 79 81 $(SOPHYAINCP)pi3dwdg.h \ 80 82 $(SOPHYAINCP)pi3ddrw.h \ 81 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 82 pisiadw.h $(SOPHYAINCP)pilistx.h \ 83 $(SOPHYAINCP)pigraph3d.h \ 84 nobjmgr.h pisiadw.h \ 85 $(SOPHYAINCP)pilistx.h \ 83 86 $(SOPHYAINCP)pilistgen.h \ 84 87 $(SOPHYAINCP)pistzwin.h \ 85 88 $(SOPHYAINCP)pitherm.h \ 86 $(SOPHYAINCP)resusage.h servnobjm.h \ 87 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 89 $(SOPHYAINCP)resusage.h \ 90 servnobjm.h nomgadapter.h \ 91 $(SOPHYAINCP)ntupintf.h \ 88 92 $(SOPHYAINCP)generalfit.h \ 89 93 $(SOPHYAINCP)tvector.h \ … … 106 110 $(SOPHYAINCP)hisprof.h \ 107 111 $(SOPHYAINCP)ntuple.h 108 $(CXXCOMPILE ) -o $@ $<112 $(CXXCOMPILELIB) -o $@ $< 109 113 110 114 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 111 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 115 $(SOPHYAINCP)sopnamsp.h \ 116 contmodex.h \ 112 117 $(SOPHYAINCP)machdefs.h piacmd.h \ 113 118 $(SOPHYAINCP)commander.h \ … … 124 129 $(SOPHYAINCP)mutyv.h \ 125 130 $(SOPHYAINCP)ctimer.h \ 126 $(SOPHYAINCP)zthread.h dlftypes.h \ 127 nobjmgr.h $(SOPHYAINCP)pigncont.h \ 131 $(SOPHYAINCP)zthread.h \ 132 dlftypes.h nobjmgr.h \ 133 $(SOPHYAINCP)pigncont.h \ 128 134 $(SOPHYAINCP)pistdimgapp.h \ 129 135 $(SOPHYAINCP)pisysdep.h \ … … 195 201 $(SOPHYAINCP)gp_dynarray.h \ 196 202 $(SOPHYAINCP)gp_graph3d.h \ 197 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 203 $(SOPHYAINCP)gp_alloc.h \ 204 nomgadapter.h \ 198 205 $(SOPHYAINCP)generalfit.h \ 199 206 $(SOPHYAINCP)tvector.h \ … … 209 216 $(SOPHYAINCP)perrors.h \ 210 217 $(SOPHYAINCP)fmath.h servnobjm.h 211 $(CXXCOMPILE ) -o $@ $<218 $(CXXCOMPILELIB) -o $@ $< 212 219 213 220 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 214 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 221 $(SOPHYAINCP)sopnamsp.h \ 222 cxxexecutor.h \ 215 223 $(SOPHYAINCP)machdefs.h piacmd.h \ 216 224 $(SOPHYAINCP)commander.h \ … … 227 235 $(SOPHYAINCP)mutyv.h \ 228 236 $(SOPHYAINCP)ctimer.h \ 229 $(SOPHYAINCP)zthread.h dlftypes.h \ 230 nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 231 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 237 $(SOPHYAINCP)zthread.h \ 238 dlftypes.h nobjmgr.h \ 239 $(SOPHYAINCP)strutilxx.h \ 240 $(SOPHYAINCP)cxxcmplnk.h \ 241 nomgadapter.h \ 232 242 $(SOPHYAINCP)pidrawer.h \ 233 243 $(SOPHYAINCP)pibwdggen.h \ … … 266 276 $(SOPHYAINCP)utils.h \ 267 277 $(SOPHYAINCP)perrors.h \ 268 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 278 $(SOPHYAINCP)fmath.h \ 279 pistdimgapp.h \ 269 280 $(SOPHYAINCP)piapplx.h \ 270 281 $(SOPHYAINCP)piapplgen.h \ … … 295 306 $(SOPHYAINCP)pi3dwdg.h \ 296 307 $(SOPHYAINCP)pi3ddrw.h \ 297 $(SOPHYAINCP)pigraph3d.h pisiadw.h\298 $(SOPHYAINCP)pilistx.h \308 $(SOPHYAINCP)pigraph3d.h \ 309 pisiadw.h $(SOPHYAINCP)pilistx.h \ 299 310 $(SOPHYAINCP)pilistgen.h \ 300 311 $(SOPHYAINCP)pistzwin.h \ 301 312 $(SOPHYAINCP)pitherm.h \ 302 313 $(SOPHYAINCP)resusage.h 303 $(CXXCOMPILE ) -o $@ $<314 $(CXXCOMPILELIB) -o $@ $< 304 315 305 316 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 306 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 317 $(SOPHYAINCP)sopnamsp.h \ 318 cxxexecutor.h \ 307 319 $(SOPHYAINCP)machdefs.h piacmd.h \ 308 320 $(SOPHYAINCP)commander.h \ … … 319 331 $(SOPHYAINCP)mutyv.h \ 320 332 $(SOPHYAINCP)ctimer.h \ 321 $(SOPHYAINCP)zthread.h dlftypes.h \ 322 nobjmgr.h cxxexecwin.h \ 323 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 333 $(SOPHYAINCP)zthread.h \ 334 dlftypes.h nobjmgr.h cxxexecwin.h \ 335 $(SOPHYAINCP)pisysdep.h \ 336 pistdimgapp.h \ 324 337 $(SOPHYAINCP)piapplx.h \ 325 338 $(SOPHYAINCP)piapplgen.h \ … … 372 385 $(SOPHYAINCP)pi3dwdg.h \ 373 386 $(SOPHYAINCP)pi3ddrw.h \ 374 $(SOPHYAINCP)pigraph3d.h pisiadw.h\375 $(SOPHYAINCP)pilistx.h \387 $(SOPHYAINCP)pigraph3d.h \ 388 pisiadw.h $(SOPHYAINCP)pilistx.h \ 376 389 $(SOPHYAINCP)pilistgen.h \ 377 390 $(SOPHYAINCP)pistzwin.h \ 378 391 $(SOPHYAINCP)pitherm.h \ 379 392 $(SOPHYAINCP)resusage.h 380 $(CXXCOMPILE ) -o $@ $<393 $(CXXCOMPILELIB) -o $@ $< 381 394 382 395 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 383 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 396 $(SOPHYAINCP)sopnamsp.h \ 397 flowmodex.h \ 384 398 $(SOPHYAINCP)machdefs.h piacmd.h \ 385 399 $(SOPHYAINCP)commander.h \ … … 396 410 $(SOPHYAINCP)mutyv.h \ 397 411 $(SOPHYAINCP)ctimer.h \ 398 $(SOPHYAINCP)zthread.h dlftypes.h\399 nobjmgr.h pi2dvec.h pistdimgapp.h \412 $(SOPHYAINCP)zthread.h \ 413 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 400 414 $(SOPHYAINCP)pisysdep.h \ 401 415 $(SOPHYAINCP)piapplx.h \ … … 449 463 $(SOPHYAINCP)pi3dwdg.h \ 450 464 $(SOPHYAINCP)pi3ddrw.h \ 451 $(SOPHYAINCP)pigraph3d.h pisiadw.h\452 $(SOPHYAINCP)pilistx.h \465 $(SOPHYAINCP)pigraph3d.h \ 466 pisiadw.h $(SOPHYAINCP)pilistx.h \ 453 467 $(SOPHYAINCP)pilistgen.h \ 454 468 $(SOPHYAINCP)pistzwin.h \ … … 457 471 $(SOPHYAINCP)piscdrawwdg.h \ 458 472 $(SOPHYAINCP)ntupintf.h \ 459 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 473 $(SOPHYAINCP)ntuple.h \ 474 nomgadapter.h \ 460 475 $(SOPHYAINCP)generalfit.h \ 461 476 $(SOPHYAINCP)tvector.h \ … … 471 486 $(SOPHYAINCP)perrors.h \ 472 487 $(SOPHYAINCP)fmath.h servnobjm.h 473 $(CXXCOMPILE ) -o $@ $<488 $(CXXCOMPILELIB) -o $@ $< 474 489 475 490 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ … … 477 492 $(SOPHYAINCP)strutil.h \ 478 493 $(SOPHYAINCP)datatypes.h \ 479 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 494 $(SOPHYAINCP)machdefs.h \ 495 nobjmgr.h \ 480 496 $(SOPHYAINCP)anydataobj.h \ 481 497 $(SOPHYAINCP)ppersist.h \ … … 488 504 $(SOPHYAINCP)objfio.h \ 489 505 $(SOPHYAINCP)mutyv.h dlftypes.h \ 490 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 491 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 506 servnobjm.h \ 507 $(SOPHYAINCP)pdlmgr.h \ 508 nomgadapter.h \ 509 $(SOPHYAINCP)pidrawer.h \ 492 510 $(SOPHYAINCP)pibwdggen.h \ 493 511 $(SOPHYAINCP)pisysdep.h \ … … 525 543 $(SOPHYAINCP)utils.h \ 526 544 $(SOPHYAINCP)perrors.h \ 527 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 545 $(SOPHYAINCP)fmath.h \ 546 pistdimgapp.h \ 528 547 $(SOPHYAINCP)piapplx.h \ 529 548 $(SOPHYAINCP)piapplgen.h \ … … 554 573 $(SOPHYAINCP)pi3dwdg.h \ 555 574 $(SOPHYAINCP)pi3ddrw.h \ 556 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 575 $(SOPHYAINCP)pigraph3d.h \ 576 piacmd.h \ 557 577 $(SOPHYAINCP)commander.h \ 558 578 $(SOPHYAINCP)ctimer.h \ … … 585 605 $(SOPHYAINCP)fitslocalmap.h \ 586 606 $(SOPHYAINCP)localmap.h \ 587 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 607 $(SOPHYAINCP)fbtntintf.h \ 608 pitvmaad.h \ 588 609 $(SOPHYAINCP)piyfxdrw.h \ 589 $(SOPHYAINCP)pisurfdr.h pipodrw.h\590 $(SOPHYAINCP)histos2.h \610 $(SOPHYAINCP)pisurfdr.h \ 611 pipodrw.h $(SOPHYAINCP)histos2.h \ 591 612 $(SOPHYAINCP)histos.h pintuple.h \ 592 613 pintup3d.h pigfd1.h pigfd2.h 593 $(CXXCOMPILE ) -o $@ $<614 $(CXXCOMPILELIB) -o $@ $< 594 615 595 616 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 596 617 $(SOPHYAINCP)sopnamsp.h \ 597 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 618 $(SOPHYAINCP)machdefs.h \ 619 nomgadapter.h \ 598 620 $(SOPHYAINCP)ppersist.h \ 599 621 $(SOPHYAINCP)pexceptions.h \ … … 643 665 $(SOPHYAINCP)perrors.h \ 644 666 $(SOPHYAINCP)fmath.h 645 $(CXXCOMPILE ) -o $@ $<667 $(CXXCOMPILELIB) -o $@ $< 646 668 647 669 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 648 670 $(SOPHYAINCP)sopnamsp.h \ 649 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 650 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 671 $(SOPHYAINCP)machdefs.h \ 672 nomgfdadapter.h nomgadapter.h \ 673 $(SOPHYAINCP)ppersist.h \ 651 674 $(SOPHYAINCP)pexceptions.h \ 652 675 $(SOPHYAINCP)gnumd5.h \ … … 701 724 $(SOPHYAINCP)fioarr.h \ 702 725 $(SOPHYAINCP)hisprof.h 703 $(CXXCOMPILE ) -o $@ $<726 $(CXXCOMPILELIB) -o $@ $< 704 727 705 728 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 706 729 $(SOPHYAINCP)sopnamsp.h \ 707 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 708 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 730 $(SOPHYAINCP)machdefs.h \ 731 nomhistadapter.h nomgadapter.h \ 732 $(SOPHYAINCP)ppersist.h \ 709 733 $(SOPHYAINCP)pexceptions.h \ 710 734 $(SOPHYAINCP)gnumd5.h \ … … 760 784 $(SOPHYAINCP)xntuple.h \ 761 785 $(SOPHYAINCP)basedtable.h \ 762 $(SOPHYAINCP)segdatablock.h pihisto.h \ 763 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 786 $(SOPHYAINCP)segdatablock.h \ 787 pihisto.h pihisto2d.h \ 788 $(SOPHYAINCP)pimenux.h \ 764 789 $(SOPHYAINCP)pimenugen.h \ 765 790 $(SOPHYAINCP)pimenubarx.h \ … … 792 817 $(SOPHYAINCP)ppfswapper.h \ 793 818 $(SOPHYAINCP)ppftpointerio.h 794 $(CXXCOMPILE ) -o $@ $<819 $(CXXCOMPILELIB) -o $@ $< 795 820 796 821 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 797 822 $(SOPHYAINCP)sopnamsp.h \ 798 823 $(SOPHYAINCP)machdefs.h \ 799 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 800 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 824 $(SOPHYAINCP)datatype.h \ 825 nomimagadapter.h nomgadapter.h \ 826 $(SOPHYAINCP)ppersist.h \ 801 827 $(SOPHYAINCP)pexceptions.h \ 802 828 $(SOPHYAINCP)gnumd5.h \ … … 846 872 $(SOPHYAINCP)fmath.h \ 847 873 $(SOPHYAINCP)cimage.h \ 848 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 874 $(SOPHYAINCP)fioarr.h \ 875 pimgadapter.h \ 849 876 $(SOPHYAINCP)objfitter.h \ 850 877 $(SOPHYAINCP)histos.h \ … … 855 882 $(SOPHYAINCP)FitsIO/fitsio.h \ 856 883 $(SOPHYAINCP)FitsIO/longnam.h 857 $(CXXCOMPILE ) -o $@ $<884 $(CXXCOMPILELIB) -o $@ $< 858 885 859 886 $(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \ 860 887 $(SOPHYAINCP)sopnamsp.h \ 861 888 $(SOPHYAINCP)machdefs.h \ 862 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 863 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 889 $(SOPHYAINCP)datatype.h \ 890 nomskymapadapter.h nomgadapter.h \ 891 $(SOPHYAINCP)ppersist.h \ 864 892 $(SOPHYAINCP)pexceptions.h \ 865 893 $(SOPHYAINCP)gnumd5.h \ … … 925 953 $(SOPHYAINCP)fiospherehealpix.h \ 926 954 $(SOPHYAINCP)fiolocalmap.h \ 927 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 955 $(SOPHYAINCP)fiosphereecp.h \ 956 pitvmaad.h \ 928 957 $(SOPHYAINCP)complexios.h \ 929 958 $(SOPHYAINCP)fitsspherehealpix.h \ … … 932 961 $(SOPHYAINCP)FitsIO/longnam.h \ 933 962 $(SOPHYAINCP)fitslocalmap.h 934 $(CXXCOMPILE ) -o $@ $<963 $(CXXCOMPILELIB) -o $@ $< 935 964 936 965 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ … … 988 1017 $(SOPHYAINCP)specrespvector.h \ 989 1018 $(SOPHYAINCP)gaussfilt.h 990 $(CXXCOMPILE ) -o $@ $<1019 $(CXXCOMPILELIB) -o $@ $< 991 1020 992 1021 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 993 1022 $(SOPHYAINCP)sopnamsp.h \ 994 1023 $(SOPHYAINCP)machdefs.h \ 995 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 996 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1024 $(SOPHYAINCP)datatype.h \ 1025 nomtarradapter.h nomgadapter.h \ 1026 $(SOPHYAINCP)ppersist.h \ 997 1027 $(SOPHYAINCP)pexceptions.h \ 998 1028 $(SOPHYAINCP)gnumd5.h \ … … 1047 1077 $(SOPHYAINCP)FitsIO/fitsio.h \ 1048 1078 $(SOPHYAINCP)FitsIO/longnam.h 1049 $(CXXCOMPILE ) -o $@ $<1079 $(CXXCOMPILELIB) -o $@ $< 1050 1080 1051 1081 $(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \ … … 1082 1112 $(SOPHYAINCP)generaldata.h \ 1083 1113 $(SOPHYAINCP)ntupintf.h \ 1084 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1085 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1114 $(SOPHYAINCP)poly.h \ 1115 nomtmatvecadapter.h nomgadapter.h \ 1116 $(SOPHYAINCP)pidrawer.h \ 1086 1117 $(SOPHYAINCP)pibwdggen.h \ 1087 1118 $(SOPHYAINCP)pisysdep.h \ … … 1106 1137 $(SOPHYAINCP)parradapter.h \ 1107 1138 $(SOPHYAINCP)lut.h \ 1108 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1139 $(SOPHYAINCP)piyfxdrw.h \ 1140 pitvmaad.h \ 1109 1141 $(SOPHYAINCP)fitstarray.h \ 1110 1142 $(SOPHYAINCP)fitsfile.h \ 1111 1143 $(SOPHYAINCP)FitsIO/fitsio.h \ 1112 1144 $(SOPHYAINCP)FitsIO/longnam.h 1113 $(CXXCOMPILE ) -o $@ $<1145 $(CXXCOMPILELIB) -o $@ $< 1114 1146 1115 1147 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ … … 1143 1175 $(SOPHYAINCP)histerr.h \ 1144 1176 $(SOPHYAINCP)ntuple.h \ 1145 $(SOPHYAINCP)ntupintf.h pawexecut.h \ 1146 piacmd.h $(SOPHYAINCP)commander.h \ 1177 $(SOPHYAINCP)ntupintf.h \ 1178 pawexecut.h piacmd.h \ 1179 $(SOPHYAINCP)commander.h \ 1147 1180 $(SOPHYAINCP)pdlmgr.h \ 1148 1181 $(SOPHYAINCP)ctimer.h \ 1149 $(SOPHYAINCP)zthread.h dlftypes.h\1150 nobjmgr.h servnobjm.h nomgadapter.h \1182 $(SOPHYAINCP)zthread.h \ 1183 dlftypes.h nobjmgr.h servnobjm.h nomgadapter.h \ 1151 1184 $(SOPHYAINCP)pidrawer.h \ 1152 1185 $(SOPHYAINCP)pibwdggen.h \ … … 1174 1207 $(SOPHYAINCP)generalfit.h \ 1175 1208 $(SOPHYAINCP)generaldata.h \ 1176 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1209 $(SOPHYAINCP)poly.h \ 1210 pistdimgapp.h \ 1177 1211 $(SOPHYAINCP)piapplx.h \ 1178 1212 $(SOPHYAINCP)piapplgen.h \ … … 1203 1237 $(SOPHYAINCP)pi3dwdg.h \ 1204 1238 $(SOPHYAINCP)pi3ddrw.h \ 1205 $(SOPHYAINCP)pigraph3d.h pisiadw.h\1206 $(SOPHYAINCP)pilistx.h \1239 $(SOPHYAINCP)pigraph3d.h \ 1240 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1207 1241 $(SOPHYAINCP)pilistgen.h \ 1208 1242 $(SOPHYAINCP)pistzwin.h \ 1209 1243 $(SOPHYAINCP)pitherm.h \ 1210 $(SOPHYAINCP)resusage.h pihisto.h 1211 $(CXXCOMPILE) -o $@ $< 1244 $(SOPHYAINCP)resusage.h \ 1245 pihisto.h 1246 $(CXXCOMPILELIB) -o $@ $< 1212 1247 1213 1248 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ … … 1238 1273 $(SOPHYAINCP)ntupintf.h \ 1239 1274 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1240 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1275 pistdimgapp.h \ 1276 $(SOPHYAINCP)pisysdep.h \ 1241 1277 $(SOPHYAINCP)piapplx.h \ 1242 1278 $(SOPHYAINCP)piapplgen.h \ … … 1289 1325 $(SOPHYAINCP)pi3dwdg.h \ 1290 1326 $(SOPHYAINCP)pi3ddrw.h \ 1291 $(SOPHYAINCP)pigraph3d.h nobjmgr.h\1292 dlftypes.h piacmd.h \1327 $(SOPHYAINCP)pigraph3d.h \ 1328 nobjmgr.h dlftypes.h piacmd.h \ 1293 1329 $(SOPHYAINCP)commander.h \ 1294 1330 $(SOPHYAINCP)pdlmgr.h \ … … 1301 1337 $(SOPHYAINCP)resusage.h \ 1302 1338 $(SOPHYAINCP)piscdrawwdg.h 1303 $(CXXCOMPILE) -o $@ $< 1304 1305 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1306 piacmd.h $(SOPHYAINCP)machdefs.h \ 1339 $(CXXCOMPILELIB) -o $@ $< 1340 1341 $(SOPHYAOBJP)piacmd.o: piacmd.cc \ 1342 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1343 $(SOPHYAINCP)machdefs.h \ 1307 1344 $(SOPHYAINCP)commander.h \ 1308 1345 $(SOPHYAINCP)pdlmgr.h \ … … 1318 1355 $(SOPHYAINCP)mutyv.h \ 1319 1356 $(SOPHYAINCP)ctimer.h \ 1320 $(SOPHYAINCP)zthread.h dlftypes.h \ 1321 basexecut.h $(SOPHYAINCP)strutil.h \ 1357 $(SOPHYAINCP)zthread.h \ 1358 dlftypes.h basexecut.h \ 1359 $(SOPHYAINCP)strutil.h \ 1322 1360 $(SOPHYAINCP)strutilxx.h \ 1323 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ 1361 $(SOPHYAINCP)srandgen.h \ 1362 pistdimgapp.h \ 1324 1363 $(SOPHYAINCP)pisysdep.h \ 1325 1364 $(SOPHYAINCP)piapplx.h \ … … 1373 1412 $(SOPHYAINCP)pi3dwdg.h \ 1374 1413 $(SOPHYAINCP)pi3ddrw.h \ 1375 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1376 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1414 $(SOPHYAINCP)pigraph3d.h \ 1415 nobjmgr.h pisiadw.h \ 1416 $(SOPHYAINCP)pilistx.h \ 1377 1417 $(SOPHYAINCP)pilistgen.h \ 1378 1418 $(SOPHYAINCP)pistzwin.h \ 1379 1419 $(SOPHYAINCP)pitherm.h \ 1380 $(SOPHYAINCP)resusage.h piafitting.h \ 1381 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1420 $(SOPHYAINCP)resusage.h \ 1421 piafitting.h nomgadapter.h \ 1422 $(SOPHYAINCP)ntupintf.h \ 1382 1423 $(SOPHYAINCP)generalfit.h \ 1383 1424 $(SOPHYAINCP)tvector.h \ … … 1394 1435 $(SOPHYAINCP)fmath.h pawexecut.h \ 1395 1436 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1396 $(CXXCOMPILE ) -o $@ $<1437 $(CXXCOMPILELIB) -o $@ $< 1397 1438 1398 1439 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ … … 1433 1474 $(SOPHYAINCP)histos2.h \ 1434 1475 $(SOPHYAINCP)hisprof.h \ 1435 $(SOPHYAINCP)objfitter.h piafitting.h \ 1436 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1476 $(SOPHYAINCP)objfitter.h \ 1477 piafitting.h nomgadapter.h \ 1478 $(SOPHYAINCP)pidrawer.h \ 1437 1479 $(SOPHYAINCP)pibwdggen.h \ 1438 1480 $(SOPHYAINCP)pisysdep.h \ … … 1457 1499 $(SOPHYAINCP)parradapter.h \ 1458 1500 $(SOPHYAINCP)lut.h \ 1459 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1501 $(SOPHYAINCP)pdlmgr.h dlftypes.h \ 1502 piacmd.h \ 1460 1503 $(SOPHYAINCP)commander.h \ 1461 1504 $(SOPHYAINCP)ctimer.h \ 1462 1505 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1463 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1464 $(SOPHYAINCP)piapplgen.h \ 1465 $(SOPHYAINCP)picontainerx.h \ 1466 $(SOPHYAINCP)picontainergen.h \ 1467 $(SOPHYAINCP)pimenubarx.h \ 1468 $(SOPHYAINCP)pimenubargen.h \ 1469 $(SOPHYAINCP)pimenux.h \ 1470 $(SOPHYAINCP)pimenugen.h \ 1471 $(SOPHYAINCP)picons.h \ 1472 $(SOPHYAINCP)pistdwdgx.h \ 1473 $(SOPHYAINCP)pistdwdggen.h \ 1474 $(SOPHYAINCP)pibwdgx.h \ 1475 $(SOPHYAINCP)pigraphps.h \ 1476 $(SOPHYAINCP)piwindowx.h \ 1477 $(SOPHYAINCP)piwindowgen.h \ 1478 $(SOPHYAINCP)pioptmenux.h \ 1479 $(SOPHYAINCP)pioptmenugen.h \ 1480 $(SOPHYAINCP)pifilechox.h \ 1481 $(SOPHYAINCP)pifilechogen.h \ 1482 $(SOPHYAINCP)piperiodx.h \ 1483 $(SOPHYAINCP)periodic.h \ 1484 $(SOPHYAINCP)piimage.h \ 1485 $(SOPHYAINCP)pieldrw.h \ 1486 $(SOPHYAINCP)pipixmapx.h \ 1487 $(SOPHYAINCP)pipixmapgen.h \ 1488 $(SOPHYAINCP)picmapview.h \ 1489 $(SOPHYAINCP)pi3dwdg.h \ 1490 $(SOPHYAINCP)pi3ddrw.h \ 1491 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1492 $(SOPHYAINCP)pilistx.h \ 1493 $(SOPHYAINCP)pilistgen.h \ 1494 $(SOPHYAINCP)pistzwin.h \ 1495 $(SOPHYAINCP)pitherm.h \ 1496 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1497 $(SOPHYAINCP)histerr.h \ 1498 $(SOPHYAINCP)xntuple.h \ 1499 $(SOPHYAINCP)basedtable.h \ 1500 $(SOPHYAINCP)segdatablock.h \ 1501 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1502 $(CXXCOMPILE) -o $@ $< 1503 1504 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1505 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1506 $(SOPHYAINCP)objfio.h \ 1507 $(SOPHYAINCP)machdefs.h \ 1508 $(SOPHYAINCP)anydataobj.h \ 1509 $(SOPHYAINCP)ppersist.h \ 1510 $(SOPHYAINCP)pexceptions.h \ 1511 $(SOPHYAINCP)gnumd5.h \ 1512 $(SOPHYAINCP)ppfbinstream.h \ 1513 $(SOPHYAINCP)rawstream.h \ 1514 $(SOPHYAINCP)ppfnametag.h \ 1515 $(SOPHYAINCP)ntupintf.h \ 1516 $(SOPHYAINCP)poly.h \ 1517 $(SOPHYAINCP)peida.h \ 1518 $(SOPHYAINCP)utils.h \ 1519 $(SOPHYAINCP)perrors.h \ 1520 $(SOPHYAINCP)fmath.h \ 1521 $(SOPHYAINCP)tvector.h \ 1522 $(SOPHYAINCP)tmatrix.h \ 1523 $(SOPHYAINCP)tarray.h \ 1524 $(SOPHYAINCP)basarr.h \ 1525 $(SOPHYAINCP)mutyv.h \ 1526 $(SOPHYAINCP)dvlist.h \ 1527 $(SOPHYAINCP)ndatablock.h \ 1528 $(SOPHYAINCP)utilarr.h \ 1529 $(SOPHYAINCP)pidrawer.h \ 1530 $(SOPHYAINCP)pibwdggen.h \ 1531 $(SOPHYAINCP)pisysdep.h \ 1532 $(SOPHYAINCP)piwdgx.h \ 1533 $(SOPHYAINCP)piwdggen.h \ 1534 $(SOPHYAINCP)pimsghandler.h \ 1535 $(SOPHYAINCP)picolist.h \ 1536 $(SOPHYAINCP)picmap.h \ 1537 $(SOPHYAINCP)picmapx.h \ 1538 $(SOPHYAINCP)picmapgen.h \ 1539 $(SOPHYAINCP)pigraphx.h \ 1540 $(SOPHYAINCP)pigraphgen.h \ 1541 $(SOPHYAINCP)pifontx.h \ 1542 $(SOPHYAINCP)pifontgen.h \ 1543 $(SOPHYAINCP)pigrcoord.h \ 1544 $(SOPHYAINCP)pilineatt.h \ 1545 $(SOPHYAINCP)pigraphuc.h \ 1546 $(SOPHYAINCP)pievthandler.h \ 1547 $(SOPHYAINCP)psfile.h \ 1548 $(SOPHYAINCP)pigratt.h \ 1549 $(SOPHYAINCP)piaxes.h 1550 $(CXXCOMPILE) -o $@ $< 1551 1552 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1553 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1554 $(SOPHYAINCP)objfio.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1556 $(SOPHYAINCP)anydataobj.h \ 1557 $(SOPHYAINCP)ppersist.h \ 1558 $(SOPHYAINCP)pexceptions.h \ 1559 $(SOPHYAINCP)gnumd5.h \ 1560 $(SOPHYAINCP)ppfbinstream.h \ 1561 $(SOPHYAINCP)rawstream.h \ 1562 $(SOPHYAINCP)ppfnametag.h \ 1563 $(SOPHYAINCP)ntupintf.h \ 1564 $(SOPHYAINCP)poly.h \ 1565 $(SOPHYAINCP)peida.h \ 1566 $(SOPHYAINCP)utils.h \ 1567 $(SOPHYAINCP)perrors.h \ 1568 $(SOPHYAINCP)fmath.h \ 1569 $(SOPHYAINCP)tvector.h \ 1570 $(SOPHYAINCP)tmatrix.h \ 1571 $(SOPHYAINCP)tarray.h \ 1572 $(SOPHYAINCP)basarr.h \ 1573 $(SOPHYAINCP)mutyv.h \ 1574 $(SOPHYAINCP)dvlist.h \ 1575 $(SOPHYAINCP)ndatablock.h \ 1576 $(SOPHYAINCP)utilarr.h \ 1577 $(SOPHYAINCP)pi3ddrw.h \ 1578 $(SOPHYAINCP)pisysdep.h \ 1579 $(SOPHYAINCP)pidrawer.h \ 1580 $(SOPHYAINCP)pibwdggen.h \ 1581 $(SOPHYAINCP)piwdgx.h \ 1582 $(SOPHYAINCP)piwdggen.h \ 1583 $(SOPHYAINCP)pimsghandler.h \ 1584 $(SOPHYAINCP)picolist.h \ 1585 $(SOPHYAINCP)picmap.h \ 1586 $(SOPHYAINCP)picmapx.h \ 1587 $(SOPHYAINCP)picmapgen.h \ 1588 $(SOPHYAINCP)pigraphx.h \ 1589 $(SOPHYAINCP)pigraphgen.h \ 1590 $(SOPHYAINCP)pifontx.h \ 1591 $(SOPHYAINCP)pifontgen.h \ 1592 $(SOPHYAINCP)pigrcoord.h \ 1593 $(SOPHYAINCP)pilineatt.h \ 1594 $(SOPHYAINCP)pigraphuc.h \ 1595 $(SOPHYAINCP)pievthandler.h \ 1596 $(SOPHYAINCP)psfile.h \ 1597 $(SOPHYAINCP)pigratt.h \ 1598 $(SOPHYAINCP)piaxes.h \ 1599 $(SOPHYAINCP)pieldrw.h \ 1600 $(SOPHYAINCP)pigraph3d.h 1601 $(CXXCOMPILE) -o $@ $< 1602 1603 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1604 $(SOPHYAINCP)pisysdep.h \ 1605 $(SOPHYAINCP)machdefs.h \ 1606 $(SOPHYAINCP)piapplx.h \ 1607 $(SOPHYAINCP)piapplgen.h \ 1608 $(SOPHYAINCP)pimsghandler.h \ 1609 $(SOPHYAINCP)picontainerx.h \ 1610 $(SOPHYAINCP)picontainergen.h \ 1611 $(SOPHYAINCP)piwdgx.h \ 1612 $(SOPHYAINCP)piwdggen.h \ 1613 $(SOPHYAINCP)picolist.h \ 1614 $(SOPHYAINCP)pimenubarx.h \ 1615 $(SOPHYAINCP)pimenubargen.h \ 1616 $(SOPHYAINCP)pimenux.h \ 1617 $(SOPHYAINCP)pimenugen.h \ 1618 $(SOPHYAINCP)picons.h \ 1619 $(SOPHYAINCP)pistdwdgx.h \ 1620 $(SOPHYAINCP)pistdwdggen.h \ 1621 $(SOPHYAINCP)pibwdgx.h \ 1622 $(SOPHYAINCP)pibwdggen.h \ 1623 $(SOPHYAINCP)picmap.h \ 1624 $(SOPHYAINCP)picmapx.h \ 1625 $(SOPHYAINCP)picmapgen.h \ 1626 $(SOPHYAINCP)pigraphx.h \ 1627 $(SOPHYAINCP)pigraphgen.h \ 1628 $(SOPHYAINCP)pifontx.h \ 1629 $(SOPHYAINCP)pifontgen.h \ 1630 $(SOPHYAINCP)pigrcoord.h \ 1631 $(SOPHYAINCP)pilineatt.h \ 1632 $(SOPHYAINCP)pigraphuc.h \ 1633 $(SOPHYAINCP)pievthandler.h \ 1634 $(SOPHYAINCP)psfile.h \ 1635 $(SOPHYAINCP)pigraphps.h \ 1636 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1637 $(SOPHYAINCP)pioptmenux.h \ 1638 $(SOPHYAINCP)pioptmenugen.h \ 1639 $(SOPHYAINCP)histos2.h \ 1640 $(SOPHYAINCP)peida.h \ 1641 $(SOPHYAINCP)utils.h \ 1642 $(SOPHYAINCP)perrors.h \ 1643 $(SOPHYAINCP)pexceptions.h \ 1644 $(SOPHYAINCP)fmath.h \ 1645 $(SOPHYAINCP)histos.h \ 1646 $(SOPHYAINCP)objfio.h \ 1647 $(SOPHYAINCP)anydataobj.h \ 1648 $(SOPHYAINCP)ppersist.h \ 1649 $(SOPHYAINCP)gnumd5.h \ 1650 $(SOPHYAINCP)ppfbinstream.h \ 1651 $(SOPHYAINCP)rawstream.h \ 1652 $(SOPHYAINCP)ppfnametag.h \ 1653 $(SOPHYAINCP)tvector.h \ 1654 $(SOPHYAINCP)tmatrix.h \ 1655 $(SOPHYAINCP)tarray.h \ 1656 $(SOPHYAINCP)basarr.h \ 1657 $(SOPHYAINCP)mutyv.h \ 1658 $(SOPHYAINCP)dvlist.h \ 1659 $(SOPHYAINCP)ndatablock.h \ 1660 $(SOPHYAINCP)utilarr.h \ 1661 $(SOPHYAINCP)pidrawer.h \ 1662 $(SOPHYAINCP)pigratt.h \ 1663 $(SOPHYAINCP)piaxes.h \ 1664 $(SOPHYAINCP)piscdrawwdg.h \ 1665 $(SOPHYAINCP)piwindowx.h \ 1666 $(SOPHYAINCP)piwindowgen.h \ 1667 $(SOPHYAINCP)pieldrw.h \ 1668 $(SOPHYAINCP)nbrandom.h \ 1669 $(SOPHYAINCP)srandgen.h 1670 $(CXXCOMPILE) -o $@ $< 1671 1672 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1673 $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1674 $(SOPHYAINCP)histos.h \ 1675 $(SOPHYAINCP)objfio.h \ 1676 $(SOPHYAINCP)machdefs.h \ 1677 $(SOPHYAINCP)anydataobj.h \ 1678 $(SOPHYAINCP)ppersist.h \ 1679 $(SOPHYAINCP)pexceptions.h \ 1680 $(SOPHYAINCP)gnumd5.h \ 1681 $(SOPHYAINCP)ppfbinstream.h \ 1682 $(SOPHYAINCP)rawstream.h \ 1683 $(SOPHYAINCP)ppfnametag.h \ 1684 $(SOPHYAINCP)peida.h \ 1685 $(SOPHYAINCP)utils.h \ 1686 $(SOPHYAINCP)perrors.h \ 1687 $(SOPHYAINCP)fmath.h \ 1688 $(SOPHYAINCP)tvector.h \ 1689 $(SOPHYAINCP)tmatrix.h \ 1690 $(SOPHYAINCP)tarray.h \ 1691 $(SOPHYAINCP)basarr.h \ 1692 $(SOPHYAINCP)mutyv.h \ 1693 $(SOPHYAINCP)dvlist.h \ 1694 $(SOPHYAINCP)ndatablock.h \ 1695 $(SOPHYAINCP)utilarr.h \ 1696 $(SOPHYAINCP)pidrawer.h \ 1697 $(SOPHYAINCP)pibwdggen.h \ 1698 $(SOPHYAINCP)pisysdep.h \ 1699 $(SOPHYAINCP)piwdgx.h \ 1700 $(SOPHYAINCP)piwdggen.h \ 1701 $(SOPHYAINCP)pimsghandler.h \ 1702 $(SOPHYAINCP)picolist.h \ 1703 $(SOPHYAINCP)picmap.h \ 1704 $(SOPHYAINCP)picmapx.h \ 1705 $(SOPHYAINCP)picmapgen.h \ 1706 $(SOPHYAINCP)pigraphx.h \ 1707 $(SOPHYAINCP)pigraphgen.h \ 1708 $(SOPHYAINCP)pifontx.h \ 1709 $(SOPHYAINCP)pifontgen.h \ 1710 $(SOPHYAINCP)pigrcoord.h \ 1711 $(SOPHYAINCP)pilineatt.h \ 1712 $(SOPHYAINCP)pigraphuc.h \ 1713 $(SOPHYAINCP)pievthandler.h \ 1714 $(SOPHYAINCP)psfile.h \ 1715 $(SOPHYAINCP)pigratt.h \ 1716 $(SOPHYAINCP)piaxes.h \ 1717 $(SOPHYAINCP)hisprof.h 1718 $(CXXCOMPILE) -o $@ $< 1719 1720 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1721 $(SOPHYAINCP)machdefs.h piinit.h \ 1722 $(SOPHYAINCP)sambainit.h \ 1723 $(SOPHYAINCP)skymapinit.h \ 1724 $(SOPHYAINCP)sophyainit.h \ 1725 $(SOPHYAINCP)ntoolsinit.h \ 1726 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ 1727 $(SOPHYAINCP)pisysdep.h \ 1728 $(SOPHYAINCP)piapplx.h \ 1729 $(SOPHYAINCP)piapplgen.h \ 1730 $(SOPHYAINCP)pimsghandler.h \ 1731 $(SOPHYAINCP)picontainerx.h \ 1732 $(SOPHYAINCP)picontainergen.h \ 1733 $(SOPHYAINCP)piwdgx.h \ 1734 $(SOPHYAINCP)piwdggen.h \ 1735 $(SOPHYAINCP)picolist.h \ 1736 $(SOPHYAINCP)pimenubarx.h \ 1737 $(SOPHYAINCP)pimenubargen.h \ 1738 $(SOPHYAINCP)pimenux.h \ 1739 $(SOPHYAINCP)pimenugen.h \ 1740 $(SOPHYAINCP)picons.h \ 1741 $(SOPHYAINCP)pistdwdgx.h \ 1742 $(SOPHYAINCP)pistdwdggen.h \ 1743 $(SOPHYAINCP)pibwdgx.h \ 1744 $(SOPHYAINCP)pibwdggen.h \ 1745 $(SOPHYAINCP)picmap.h \ 1746 $(SOPHYAINCP)picmapx.h \ 1747 $(SOPHYAINCP)picmapgen.h \ 1748 $(SOPHYAINCP)pigraphx.h \ 1749 $(SOPHYAINCP)pigraphgen.h \ 1750 $(SOPHYAINCP)pifontx.h \ 1751 $(SOPHYAINCP)pifontgen.h \ 1752 $(SOPHYAINCP)pigrcoord.h \ 1753 $(SOPHYAINCP)pilineatt.h \ 1754 $(SOPHYAINCP)pigraphuc.h \ 1755 $(SOPHYAINCP)pievthandler.h \ 1756 $(SOPHYAINCP)psfile.h \ 1757 $(SOPHYAINCP)pigraphps.h \ 1758 $(SOPHYAINCP)piwindowx.h \ 1759 $(SOPHYAINCP)piwindowgen.h \ 1760 $(SOPHYAINCP)pioptmenux.h \ 1761 $(SOPHYAINCP)pioptmenugen.h \ 1762 $(SOPHYAINCP)pifilechox.h \ 1763 $(SOPHYAINCP)pifilechogen.h \ 1764 $(SOPHYAINCP)piperiodx.h \ 1765 $(SOPHYAINCP)periodic.h \ 1766 $(SOPHYAINCP)piimage.h \ 1767 $(SOPHYAINCP)parradapter.h \ 1768 $(SOPHYAINCP)lut.h \ 1769 $(SOPHYAINCP)pieldrw.h \ 1770 $(SOPHYAINCP)pidrawer.h \ 1771 $(SOPHYAINCP)pigratt.h \ 1772 $(SOPHYAINCP)piaxes.h \ 1773 $(SOPHYAINCP)pipixmapx.h \ 1774 $(SOPHYAINCP)pipixmapgen.h \ 1775 $(SOPHYAINCP)picmapview.h \ 1776 $(SOPHYAINCP)pi3dwdg.h \ 1777 $(SOPHYAINCP)pi3ddrw.h \ 1778 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1779 $(SOPHYAINCP)anydataobj.h \ 1780 $(SOPHYAINCP)ppersist.h \ 1781 $(SOPHYAINCP)pexceptions.h \ 1782 $(SOPHYAINCP)gnumd5.h \ 1783 $(SOPHYAINCP)ppfbinstream.h \ 1784 $(SOPHYAINCP)rawstream.h \ 1785 $(SOPHYAINCP)ppfnametag.h \ 1786 $(SOPHYAINCP)dvlist.h \ 1787 $(SOPHYAINCP)objfio.h \ 1788 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1789 $(SOPHYAINCP)commander.h \ 1790 $(SOPHYAINCP)pdlmgr.h \ 1791 $(SOPHYAINCP)ctimer.h \ 1792 $(SOPHYAINCP)zthread.h pisiadw.h \ 1793 $(SOPHYAINCP)pilistx.h \ 1794 $(SOPHYAINCP)pilistgen.h \ 1795 $(SOPHYAINCP)pistzwin.h \ 1796 $(SOPHYAINCP)pitherm.h \ 1797 $(SOPHYAINCP)resusage.h servnobjm.h \ 1798 nomhistadapter.h nomgadapter.h \ 1799 $(SOPHYAINCP)ntupintf.h \ 1800 $(SOPHYAINCP)generalfit.h \ 1801 $(SOPHYAINCP)tvector.h \ 1802 $(SOPHYAINCP)tmatrix.h \ 1803 $(SOPHYAINCP)tarray.h \ 1804 $(SOPHYAINCP)basarr.h \ 1805 $(SOPHYAINCP)ndatablock.h \ 1806 $(SOPHYAINCP)utilarr.h \ 1807 $(SOPHYAINCP)generaldata.h \ 1808 $(SOPHYAINCP)poly.h \ 1809 $(SOPHYAINCP)peida.h \ 1810 $(SOPHYAINCP)utils.h \ 1811 $(SOPHYAINCP)perrors.h \ 1812 $(SOPHYAINCP)fmath.h \ 1813 $(SOPHYAINCP)histos.h \ 1814 $(SOPHYAINCP)histos2.h \ 1815 $(SOPHYAINCP)hisprof.h \ 1816 $(SOPHYAINCP)histerr.h \ 1817 $(SOPHYAINCP)ntuple.h \ 1818 $(SOPHYAINCP)xntuple.h \ 1819 $(SOPHYAINCP)basedtable.h \ 1820 $(SOPHYAINCP)segdatablock.h \ 1821 nomgfdadapter.h nomimagadapter.h \ 1822 $(SOPHYAINCP)cimage.h \ 1823 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 1824 nomtarradapter.h $(SOPHYAINCP)datatable.h \ 1825 $(SOPHYAINCP)swppfdtable.h \ 1826 $(SOPHYAINCP)swsegdb.h \ 1827 $(SOPHYAINCP)ppfswapper.h \ 1828 $(SOPHYAINCP)ppftpointerio.h \ 1829 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1830 $(SOPHYAINCP)spherepos.h \ 1831 $(SOPHYAINCP)unitvector.h \ 1832 $(SOPHYAINCP)vector3d.h \ 1833 $(SOPHYAINCP)longlat.h \ 1834 $(SOPHYAINCP)utilgeom.h \ 1835 $(SOPHYAINCP)spherethetaphi.h \ 1836 $(SOPHYAINCP)sphericalmap.h \ 1837 $(SOPHYAINCP)smathconst.h \ 1838 $(SOPHYAINCP)spherehealpix.h \ 1839 $(SOPHYAINCP)HEALPixUtils.h \ 1840 $(SOPHYAINCP)localmap.h \ 1841 $(SOPHYAINCP)sphereecp.h \ 1842 $(SOPHYAINCP)specrespvector.h \ 1843 $(SOPHYAINCP)specresp.h \ 1844 $(SOPHYAINCP)gaussfilt.h \ 1845 nomspecrespadapter.h 1846 $(CXXCOMPILE) -o $@ $< 1847 1848 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1849 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1850 $(SOPHYAINCP)ntupintf.h \ 1851 $(SOPHYAINCP)machdefs.h \ 1852 $(SOPHYAINCP)pi3ddrw.h \ 1853 $(SOPHYAINCP)pisysdep.h \ 1854 $(SOPHYAINCP)pidrawer.h \ 1855 $(SOPHYAINCP)pibwdggen.h \ 1856 $(SOPHYAINCP)piwdgx.h \ 1857 $(SOPHYAINCP)piwdggen.h \ 1858 $(SOPHYAINCP)pimsghandler.h \ 1859 $(SOPHYAINCP)picolist.h \ 1860 $(SOPHYAINCP)picmap.h \ 1861 $(SOPHYAINCP)picmapx.h \ 1862 $(SOPHYAINCP)picmapgen.h \ 1863 $(SOPHYAINCP)pigraphx.h \ 1864 $(SOPHYAINCP)pigraphgen.h \ 1865 $(SOPHYAINCP)pifontx.h \ 1866 $(SOPHYAINCP)pifontgen.h \ 1867 $(SOPHYAINCP)pigrcoord.h \ 1868 $(SOPHYAINCP)pilineatt.h \ 1869 $(SOPHYAINCP)pigraphuc.h \ 1870 $(SOPHYAINCP)pievthandler.h \ 1871 $(SOPHYAINCP)psfile.h \ 1872 $(SOPHYAINCP)pigratt.h \ 1873 $(SOPHYAINCP)piaxes.h \ 1874 $(SOPHYAINCP)pieldrw.h \ 1875 $(SOPHYAINCP)pigraph3d.h 1876 $(CXXCOMPILE) -o $@ $< 1877 1878 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1879 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1880 $(SOPHYAINCP)ntupintf.h \ 1881 $(SOPHYAINCP)machdefs.h \ 1882 $(SOPHYAINCP)pidrawer.h \ 1883 $(SOPHYAINCP)pibwdggen.h \ 1884 $(SOPHYAINCP)pisysdep.h \ 1885 $(SOPHYAINCP)piwdgx.h \ 1886 $(SOPHYAINCP)piwdggen.h \ 1887 $(SOPHYAINCP)pimsghandler.h \ 1888 $(SOPHYAINCP)picolist.h \ 1889 $(SOPHYAINCP)picmap.h \ 1890 $(SOPHYAINCP)picmapx.h \ 1891 $(SOPHYAINCP)picmapgen.h \ 1892 $(SOPHYAINCP)pigraphx.h \ 1893 $(SOPHYAINCP)pigraphgen.h \ 1894 $(SOPHYAINCP)pifontx.h \ 1895 $(SOPHYAINCP)pifontgen.h \ 1896 $(SOPHYAINCP)pigrcoord.h \ 1897 $(SOPHYAINCP)pilineatt.h \ 1898 $(SOPHYAINCP)pigraphuc.h \ 1899 $(SOPHYAINCP)pievthandler.h \ 1900 $(SOPHYAINCP)psfile.h \ 1901 $(SOPHYAINCP)pigratt.h \ 1902 $(SOPHYAINCP)piaxes.h 1903 $(CXXCOMPILE) -o $@ $< 1904 1905 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1906 $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1907 $(SOPHYAINCP)machdefs.h \ 1908 $(SOPHYAINCP)pidrawer.h \ 1909 $(SOPHYAINCP)pibwdggen.h \ 1910 $(SOPHYAINCP)pisysdep.h \ 1911 $(SOPHYAINCP)piwdgx.h \ 1912 $(SOPHYAINCP)piwdggen.h \ 1913 $(SOPHYAINCP)pimsghandler.h \ 1914 $(SOPHYAINCP)picolist.h \ 1915 $(SOPHYAINCP)picmap.h \ 1916 $(SOPHYAINCP)picmapx.h \ 1917 $(SOPHYAINCP)picmapgen.h \ 1918 $(SOPHYAINCP)pigraphx.h \ 1919 $(SOPHYAINCP)pigraphgen.h \ 1920 $(SOPHYAINCP)pifontx.h \ 1921 $(SOPHYAINCP)pifontgen.h \ 1922 $(SOPHYAINCP)pigrcoord.h \ 1923 $(SOPHYAINCP)pilineatt.h \ 1924 $(SOPHYAINCP)pigraphuc.h \ 1925 $(SOPHYAINCP)pievthandler.h \ 1926 $(SOPHYAINCP)psfile.h \ 1927 $(SOPHYAINCP)pigratt.h \ 1928 $(SOPHYAINCP)piaxes.h \ 1929 $(SOPHYAINCP)parradapter.h \ 1930 $(SOPHYAINCP)lut.h \ 1931 $(SOPHYAINCP)histos2.h \ 1932 $(SOPHYAINCP)peida.h \ 1933 $(SOPHYAINCP)utils.h \ 1934 $(SOPHYAINCP)perrors.h \ 1935 $(SOPHYAINCP)pexceptions.h \ 1936 $(SOPHYAINCP)fmath.h \ 1937 $(SOPHYAINCP)histos.h \ 1938 $(SOPHYAINCP)objfio.h \ 1939 $(SOPHYAINCP)anydataobj.h \ 1940 $(SOPHYAINCP)ppersist.h \ 1941 $(SOPHYAINCP)gnumd5.h \ 1942 $(SOPHYAINCP)ppfbinstream.h \ 1943 $(SOPHYAINCP)rawstream.h \ 1944 $(SOPHYAINCP)ppfnametag.h \ 1945 $(SOPHYAINCP)tvector.h \ 1946 $(SOPHYAINCP)tmatrix.h \ 1947 $(SOPHYAINCP)tarray.h \ 1948 $(SOPHYAINCP)basarr.h \ 1949 $(SOPHYAINCP)mutyv.h \ 1950 $(SOPHYAINCP)dvlist.h \ 1951 $(SOPHYAINCP)ndatablock.h \ 1952 $(SOPHYAINCP)utilarr.h \ 1953 $(SOPHYAINCP)generalfit.h \ 1954 $(SOPHYAINCP)generaldata.h \ 1955 $(SOPHYAINCP)ntupintf.h \ 1956 $(SOPHYAINCP)poly.h 1957 $(CXXCOMPILE) -o $@ $< 1958 1959 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 1960 $(SOPHYAINCP)sopnamsp.h \ 1961 $(SOPHYAINCP)machdefs.h \ 1962 $(SOPHYAINCP)perrors.h \ 1963 $(SOPHYAINCP)pexceptions.h \ 1964 $(SOPHYAINCP)ctimer.h \ 1965 $(SOPHYAINCP)nbmath.h \ 1966 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1967 $(SOPHYAINCP)pisysdep.h \ 1968 $(SOPHYAINCP)piapplx.h \ 1969 $(SOPHYAINCP)piapplgen.h \ 1970 $(SOPHYAINCP)pimsghandler.h \ 1971 $(SOPHYAINCP)picontainerx.h \ 1972 $(SOPHYAINCP)picontainergen.h \ 1973 $(SOPHYAINCP)piwdgx.h \ 1974 $(SOPHYAINCP)piwdggen.h \ 1975 $(SOPHYAINCP)picolist.h \ 1976 $(SOPHYAINCP)pimenubarx.h \ 1977 $(SOPHYAINCP)pimenubargen.h \ 1978 $(SOPHYAINCP)pimenux.h \ 1979 $(SOPHYAINCP)pimenugen.h \ 1980 $(SOPHYAINCP)picons.h \ 1981 $(SOPHYAINCP)pistdwdgx.h \ 1982 $(SOPHYAINCP)pistdwdggen.h \ 1983 $(SOPHYAINCP)pibwdgx.h \ 1984 $(SOPHYAINCP)pibwdggen.h \ 1985 $(SOPHYAINCP)picmap.h \ 1986 $(SOPHYAINCP)picmapx.h \ 1987 $(SOPHYAINCP)picmapgen.h \ 1988 $(SOPHYAINCP)pigraphx.h \ 1989 $(SOPHYAINCP)pigraphgen.h \ 1990 $(SOPHYAINCP)pifontx.h \ 1991 $(SOPHYAINCP)pifontgen.h \ 1992 $(SOPHYAINCP)pigrcoord.h \ 1993 $(SOPHYAINCP)pilineatt.h \ 1994 $(SOPHYAINCP)pigraphuc.h \ 1995 $(SOPHYAINCP)pievthandler.h \ 1996 $(SOPHYAINCP)psfile.h \ 1997 $(SOPHYAINCP)pigraphps.h \ 1998 $(SOPHYAINCP)piwindowx.h \ 1999 $(SOPHYAINCP)piwindowgen.h \ 2000 $(SOPHYAINCP)pioptmenux.h \ 2001 $(SOPHYAINCP)pioptmenugen.h \ 2002 $(SOPHYAINCP)pifilechox.h \ 2003 $(SOPHYAINCP)pifilechogen.h \ 2004 $(SOPHYAINCP)piperiodx.h \ 2005 $(SOPHYAINCP)periodic.h \ 2006 $(SOPHYAINCP)piimage.h \ 2007 $(SOPHYAINCP)parradapter.h \ 2008 $(SOPHYAINCP)lut.h \ 2009 $(SOPHYAINCP)pieldrw.h \ 2010 $(SOPHYAINCP)pidrawer.h \ 2011 $(SOPHYAINCP)pigratt.h \ 2012 $(SOPHYAINCP)piaxes.h \ 2013 $(SOPHYAINCP)pipixmapx.h \ 2014 $(SOPHYAINCP)pipixmapgen.h \ 2015 $(SOPHYAINCP)picmapview.h \ 2016 $(SOPHYAINCP)pi3dwdg.h \ 2017 $(SOPHYAINCP)pi3ddrw.h \ 2018 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2019 $(SOPHYAINCP)anydataobj.h \ 2020 $(SOPHYAINCP)ppersist.h \ 2021 $(SOPHYAINCP)gnumd5.h \ 2022 $(SOPHYAINCP)ppfbinstream.h \ 2023 $(SOPHYAINCP)rawstream.h \ 2024 $(SOPHYAINCP)ppfnametag.h \ 2025 $(SOPHYAINCP)dvlist.h \ 2026 $(SOPHYAINCP)objfio.h \ 2027 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 2028 $(SOPHYAINCP)commander.h \ 2029 $(SOPHYAINCP)pdlmgr.h \ 2030 $(SOPHYAINCP)zthread.h pisiadw.h \ 2031 $(SOPHYAINCP)pilistx.h \ 2032 $(SOPHYAINCP)pilistgen.h \ 2033 $(SOPHYAINCP)pistzwin.h \ 2034 $(SOPHYAINCP)pitherm.h \ 2035 $(SOPHYAINCP)resusage.h servnobjm.h 2036 $(CXXCOMPILE) -o $@ $< 2037 2038 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2039 $(SOPHYAINCP)sopnamsp.h \ 2040 $(SOPHYAINCP)machdefs.h \ 2041 $(SOPHYAINCP)strutil.h \ 2042 $(SOPHYAINCP)timing.h \ 2043 $(SOPHYAINCP)perrors.h \ 2044 $(SOPHYAINCP)pexceptions.h \ 2045 $(SOPHYAINCP)ctimer.h \ 2046 $(SOPHYAINCP)psighand.h \ 2047 $(SOPHYAINCP)cimage.h \ 2048 $(SOPHYAINCP)tmatrix.h \ 2049 $(SOPHYAINCP)tarray.h \ 2050 $(SOPHYAINCP)basarr.h \ 2051 $(SOPHYAINCP)anydataobj.h \ 2052 $(SOPHYAINCP)mutyv.h \ 2053 $(SOPHYAINCP)dvlist.h \ 2054 $(SOPHYAINCP)objfio.h \ 2055 $(SOPHYAINCP)ppersist.h \ 2056 $(SOPHYAINCP)gnumd5.h \ 2057 $(SOPHYAINCP)ppfbinstream.h \ 2058 $(SOPHYAINCP)rawstream.h \ 2059 $(SOPHYAINCP)ppfnametag.h \ 2060 $(SOPHYAINCP)ndatablock.h \ 2061 $(SOPHYAINCP)utilarr.h \ 2062 $(SOPHYAINCP)fioarr.h \ 2063 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 2064 $(SOPHYAINCP)pisysdep.h \ 2065 $(SOPHYAINCP)piapplx.h \ 2066 $(SOPHYAINCP)piapplgen.h \ 2067 $(SOPHYAINCP)pimsghandler.h \ 2068 $(SOPHYAINCP)picontainerx.h \ 2069 $(SOPHYAINCP)picontainergen.h \ 2070 $(SOPHYAINCP)piwdgx.h \ 2071 $(SOPHYAINCP)piwdggen.h \ 2072 $(SOPHYAINCP)picolist.h \ 2073 $(SOPHYAINCP)pimenubarx.h \ 2074 $(SOPHYAINCP)pimenubargen.h \ 2075 $(SOPHYAINCP)pimenux.h \ 2076 $(SOPHYAINCP)pimenugen.h \ 2077 $(SOPHYAINCP)picons.h \ 2078 $(SOPHYAINCP)pistdwdgx.h \ 2079 $(SOPHYAINCP)pistdwdggen.h \ 2080 $(SOPHYAINCP)pibwdgx.h \ 2081 $(SOPHYAINCP)pibwdggen.h \ 2082 $(SOPHYAINCP)picmap.h \ 2083 $(SOPHYAINCP)picmapx.h \ 2084 $(SOPHYAINCP)picmapgen.h \ 2085 $(SOPHYAINCP)pigraphx.h \ 2086 $(SOPHYAINCP)pigraphgen.h \ 2087 $(SOPHYAINCP)pifontx.h \ 2088 $(SOPHYAINCP)pifontgen.h \ 2089 $(SOPHYAINCP)pigrcoord.h \ 2090 $(SOPHYAINCP)pilineatt.h \ 2091 $(SOPHYAINCP)pigraphuc.h \ 2092 $(SOPHYAINCP)pievthandler.h \ 2093 $(SOPHYAINCP)psfile.h \ 2094 $(SOPHYAINCP)pigraphps.h \ 2095 $(SOPHYAINCP)piwindowx.h \ 2096 $(SOPHYAINCP)piwindowgen.h \ 2097 $(SOPHYAINCP)pioptmenux.h \ 2098 $(SOPHYAINCP)pioptmenugen.h \ 2099 $(SOPHYAINCP)pifilechox.h \ 2100 $(SOPHYAINCP)pifilechogen.h \ 2101 $(SOPHYAINCP)piperiodx.h \ 2102 $(SOPHYAINCP)periodic.h \ 2103 $(SOPHYAINCP)piimage.h \ 2104 $(SOPHYAINCP)parradapter.h \ 2105 $(SOPHYAINCP)lut.h \ 2106 $(SOPHYAINCP)pieldrw.h \ 2107 $(SOPHYAINCP)pidrawer.h \ 2108 $(SOPHYAINCP)pigratt.h \ 2109 $(SOPHYAINCP)piaxes.h \ 2110 $(SOPHYAINCP)pipixmapx.h \ 2111 $(SOPHYAINCP)pipixmapgen.h \ 2112 $(SOPHYAINCP)picmapview.h \ 2113 $(SOPHYAINCP)pi3dwdg.h \ 2114 $(SOPHYAINCP)pi3ddrw.h \ 2115 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2116 dlftypes.h piacmd.h \ 2117 $(SOPHYAINCP)commander.h \ 2118 $(SOPHYAINCP)pdlmgr.h \ 2119 $(SOPHYAINCP)zthread.h pisiadw.h \ 2120 $(SOPHYAINCP)pilistx.h \ 2121 $(SOPHYAINCP)pilistgen.h \ 2122 $(SOPHYAINCP)pistzwin.h \ 2123 $(SOPHYAINCP)pitherm.h \ 2124 $(SOPHYAINCP)resusage.h servnobjm.h \ 2125 $(SOPHYAINCP)piimgtools.h \ 2126 $(SOPHYAINCP)pidrwtools.h \ 2127 $(SOPHYAINCP)piaxestools.h \ 2128 $(SOPHYAINCP)piscdrawwdg.h piinit.h \ 2129 $(SOPHYAINCP)sambainit.h \ 2130 $(SOPHYAINCP)skymapinit.h \ 2131 $(SOPHYAINCP)sophyainit.h \ 2132 $(SOPHYAINCP)ntoolsinit.h \ 2133 $(SOPHYAINCP)tarrinit.h \ 2134 $(SOPHYAINCP)piversion.h piaversion.h 2135 $(CXXCOMPILE) -o $@ $< 2136 2137 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2138 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2139 $(SOPHYAINCP)machdefs.h \ 2140 $(SOPHYAINCP)parradapter.h \ 2141 $(SOPHYAINCP)lut.h \ 2142 $(SOPHYAINCP)tmatrix.h \ 2143 $(SOPHYAINCP)tarray.h \ 2144 $(SOPHYAINCP)basarr.h \ 2145 $(SOPHYAINCP)anydataobj.h \ 2146 $(SOPHYAINCP)mutyv.h \ 2147 $(SOPHYAINCP)dvlist.h \ 2148 $(SOPHYAINCP)objfio.h \ 2149 $(SOPHYAINCP)ppersist.h \ 2150 $(SOPHYAINCP)pexceptions.h \ 2151 $(SOPHYAINCP)gnumd5.h \ 2152 $(SOPHYAINCP)ppfbinstream.h \ 2153 $(SOPHYAINCP)rawstream.h \ 2154 $(SOPHYAINCP)ppfnametag.h \ 2155 $(SOPHYAINCP)ndatablock.h \ 2156 $(SOPHYAINCP)utilarr.h \ 2157 $(SOPHYAINCP)tvector.h 2158 $(CXXCOMPILE) -o $@ $< 2159 2160 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2161 $(SOPHYAINCP)sopnamsp.h \ 2162 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2163 $(SOPHYAINCP)machdefs.h \ 2164 $(SOPHYAINCP)anydataobj.h \ 2165 $(SOPHYAINCP)ppersist.h \ 2166 $(SOPHYAINCP)pexceptions.h \ 2167 $(SOPHYAINCP)gnumd5.h \ 2168 $(SOPHYAINCP)ppfbinstream.h \ 2169 $(SOPHYAINCP)rawstream.h \ 2170 $(SOPHYAINCP)ppfnametag.h \ 2171 $(SOPHYAINCP)dvlist.h \ 2172 $(SOPHYAINCP)objfio.h \ 2173 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2174 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 2175 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 2176 $(SOPHYAINCP)pibwdggen.h \ 2177 $(SOPHYAINCP)pisysdep.h \ 2178 $(SOPHYAINCP)piwdgx.h \ 2179 $(SOPHYAINCP)piwdggen.h \ 2180 $(SOPHYAINCP)pimsghandler.h \ 2181 $(SOPHYAINCP)picolist.h \ 2182 $(SOPHYAINCP)picmap.h \ 2183 $(SOPHYAINCP)picmapx.h \ 2184 $(SOPHYAINCP)picmapgen.h \ 2185 $(SOPHYAINCP)pigraphx.h \ 2186 $(SOPHYAINCP)pigraphgen.h \ 2187 $(SOPHYAINCP)pifontx.h \ 2188 $(SOPHYAINCP)pifontgen.h \ 2189 $(SOPHYAINCP)pigrcoord.h \ 2190 $(SOPHYAINCP)pilineatt.h \ 2191 $(SOPHYAINCP)pigraphuc.h \ 2192 $(SOPHYAINCP)pievthandler.h \ 2193 $(SOPHYAINCP)psfile.h \ 2194 $(SOPHYAINCP)pigratt.h \ 2195 $(SOPHYAINCP)piaxes.h \ 2196 $(SOPHYAINCP)parradapter.h \ 2197 $(SOPHYAINCP)lut.h \ 2198 $(SOPHYAINCP)ntupintf.h \ 2199 $(SOPHYAINCP)generalfit.h \ 2200 $(SOPHYAINCP)tvector.h \ 2201 $(SOPHYAINCP)tmatrix.h \ 2202 $(SOPHYAINCP)tarray.h \ 2203 $(SOPHYAINCP)basarr.h \ 2204 $(SOPHYAINCP)ndatablock.h \ 2205 $(SOPHYAINCP)utilarr.h \ 2206 $(SOPHYAINCP)generaldata.h \ 2207 $(SOPHYAINCP)poly.h \ 2208 $(SOPHYAINCP)peida.h \ 2209 $(SOPHYAINCP)utils.h \ 2210 $(SOPHYAINCP)perrors.h \ 2211 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 1506 pistdimgapp.h \ 2212 1507 $(SOPHYAINCP)piapplx.h \ 2213 1508 $(SOPHYAINCP)piapplgen.h \ … … 2238 1533 $(SOPHYAINCP)pi3dwdg.h \ 2239 1534 $(SOPHYAINCP)pi3ddrw.h \ 2240 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 1535 $(SOPHYAINCP)pigraph3d.h \ 1536 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1537 $(SOPHYAINCP)pilistgen.h \ 1538 $(SOPHYAINCP)pistzwin.h \ 1539 $(SOPHYAINCP)pitherm.h \ 1540 $(SOPHYAINCP)resusage.h \ 1541 nomhistadapter.h \ 1542 $(SOPHYAINCP)histerr.h \ 1543 $(SOPHYAINCP)xntuple.h \ 1544 $(SOPHYAINCP)basedtable.h \ 1545 $(SOPHYAINCP)segdatablock.h \ 1546 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1547 $(CXXCOMPILELIB) -o $@ $< 1548 1549 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc \ 1550 $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1551 $(SOPHYAINCP)generaldata.h \ 1552 $(SOPHYAINCP)objfio.h \ 1553 $(SOPHYAINCP)machdefs.h \ 1554 $(SOPHYAINCP)anydataobj.h \ 1555 $(SOPHYAINCP)ppersist.h \ 1556 $(SOPHYAINCP)pexceptions.h \ 1557 $(SOPHYAINCP)gnumd5.h \ 1558 $(SOPHYAINCP)ppfbinstream.h \ 1559 $(SOPHYAINCP)rawstream.h \ 1560 $(SOPHYAINCP)ppfnametag.h \ 1561 $(SOPHYAINCP)ntupintf.h \ 1562 $(SOPHYAINCP)poly.h \ 1563 $(SOPHYAINCP)peida.h \ 1564 $(SOPHYAINCP)utils.h \ 1565 $(SOPHYAINCP)perrors.h \ 1566 $(SOPHYAINCP)fmath.h \ 1567 $(SOPHYAINCP)tvector.h \ 1568 $(SOPHYAINCP)tmatrix.h \ 1569 $(SOPHYAINCP)tarray.h \ 1570 $(SOPHYAINCP)basarr.h \ 1571 $(SOPHYAINCP)mutyv.h \ 1572 $(SOPHYAINCP)dvlist.h \ 1573 $(SOPHYAINCP)ndatablock.h \ 1574 $(SOPHYAINCP)utilarr.h \ 1575 $(SOPHYAINCP)pidrawer.h \ 1576 $(SOPHYAINCP)pibwdggen.h \ 1577 $(SOPHYAINCP)pisysdep.h \ 1578 $(SOPHYAINCP)piwdgx.h \ 1579 $(SOPHYAINCP)piwdggen.h \ 1580 $(SOPHYAINCP)pimsghandler.h \ 1581 $(SOPHYAINCP)picolist.h \ 1582 $(SOPHYAINCP)picmap.h \ 1583 $(SOPHYAINCP)picmapx.h \ 1584 $(SOPHYAINCP)picmapgen.h \ 1585 $(SOPHYAINCP)pigraphx.h \ 1586 $(SOPHYAINCP)pigraphgen.h \ 1587 $(SOPHYAINCP)pifontx.h \ 1588 $(SOPHYAINCP)pifontgen.h \ 1589 $(SOPHYAINCP)pigrcoord.h \ 1590 $(SOPHYAINCP)pilineatt.h \ 1591 $(SOPHYAINCP)pigraphuc.h \ 1592 $(SOPHYAINCP)pievthandler.h \ 1593 $(SOPHYAINCP)psfile.h \ 1594 $(SOPHYAINCP)pigratt.h \ 1595 $(SOPHYAINCP)piaxes.h 1596 $(CXXCOMPILELIB) -o $@ $< 1597 1598 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc \ 1599 $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1600 $(SOPHYAINCP)generaldata.h \ 1601 $(SOPHYAINCP)objfio.h \ 1602 $(SOPHYAINCP)machdefs.h \ 1603 $(SOPHYAINCP)anydataobj.h \ 1604 $(SOPHYAINCP)ppersist.h \ 1605 $(SOPHYAINCP)pexceptions.h \ 1606 $(SOPHYAINCP)gnumd5.h \ 1607 $(SOPHYAINCP)ppfbinstream.h \ 1608 $(SOPHYAINCP)rawstream.h \ 1609 $(SOPHYAINCP)ppfnametag.h \ 1610 $(SOPHYAINCP)ntupintf.h \ 1611 $(SOPHYAINCP)poly.h \ 1612 $(SOPHYAINCP)peida.h \ 1613 $(SOPHYAINCP)utils.h \ 1614 $(SOPHYAINCP)perrors.h \ 1615 $(SOPHYAINCP)fmath.h \ 1616 $(SOPHYAINCP)tvector.h \ 1617 $(SOPHYAINCP)tmatrix.h \ 1618 $(SOPHYAINCP)tarray.h \ 1619 $(SOPHYAINCP)basarr.h \ 1620 $(SOPHYAINCP)mutyv.h \ 1621 $(SOPHYAINCP)dvlist.h \ 1622 $(SOPHYAINCP)ndatablock.h \ 1623 $(SOPHYAINCP)utilarr.h \ 1624 $(SOPHYAINCP)pi3ddrw.h \ 1625 $(SOPHYAINCP)pisysdep.h \ 1626 $(SOPHYAINCP)pidrawer.h \ 1627 $(SOPHYAINCP)pibwdggen.h \ 1628 $(SOPHYAINCP)piwdgx.h \ 1629 $(SOPHYAINCP)piwdggen.h \ 1630 $(SOPHYAINCP)pimsghandler.h \ 1631 $(SOPHYAINCP)picolist.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1634 $(SOPHYAINCP)picmapgen.h \ 1635 $(SOPHYAINCP)pigraphx.h \ 1636 $(SOPHYAINCP)pigraphgen.h \ 1637 $(SOPHYAINCP)pifontx.h \ 1638 $(SOPHYAINCP)pifontgen.h \ 1639 $(SOPHYAINCP)pigrcoord.h \ 1640 $(SOPHYAINCP)pilineatt.h \ 1641 $(SOPHYAINCP)pigraphuc.h \ 1642 $(SOPHYAINCP)pievthandler.h \ 1643 $(SOPHYAINCP)psfile.h \ 1644 $(SOPHYAINCP)pigratt.h \ 1645 $(SOPHYAINCP)piaxes.h \ 1646 $(SOPHYAINCP)pieldrw.h \ 1647 $(SOPHYAINCP)pigraph3d.h 1648 $(CXXCOMPILELIB) -o $@ $< 1649 1650 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1651 $(SOPHYAINCP)pisysdep.h \ 1652 $(SOPHYAINCP)machdefs.h \ 1653 $(SOPHYAINCP)piapplx.h \ 1654 $(SOPHYAINCP)piapplgen.h \ 1655 $(SOPHYAINCP)pimsghandler.h \ 1656 $(SOPHYAINCP)picontainerx.h \ 1657 $(SOPHYAINCP)picontainergen.h \ 1658 $(SOPHYAINCP)piwdgx.h \ 1659 $(SOPHYAINCP)piwdggen.h \ 1660 $(SOPHYAINCP)picolist.h \ 1661 $(SOPHYAINCP)pimenubarx.h \ 1662 $(SOPHYAINCP)pimenubargen.h \ 1663 $(SOPHYAINCP)pimenux.h \ 1664 $(SOPHYAINCP)pimenugen.h \ 1665 $(SOPHYAINCP)picons.h \ 1666 $(SOPHYAINCP)pistdwdgx.h \ 1667 $(SOPHYAINCP)pistdwdggen.h \ 1668 $(SOPHYAINCP)pibwdgx.h \ 1669 $(SOPHYAINCP)pibwdggen.h \ 1670 $(SOPHYAINCP)picmap.h \ 1671 $(SOPHYAINCP)picmapx.h \ 1672 $(SOPHYAINCP)picmapgen.h \ 1673 $(SOPHYAINCP)pigraphx.h \ 1674 $(SOPHYAINCP)pigraphgen.h \ 1675 $(SOPHYAINCP)pifontx.h \ 1676 $(SOPHYAINCP)pifontgen.h \ 1677 $(SOPHYAINCP)pigrcoord.h \ 1678 $(SOPHYAINCP)pilineatt.h \ 1679 $(SOPHYAINCP)pigraphuc.h \ 1680 $(SOPHYAINCP)pievthandler.h \ 1681 $(SOPHYAINCP)psfile.h \ 1682 $(SOPHYAINCP)pigraphps.h \ 1683 $(SOPHYAINCP)sopnamsp.h \ 1684 pihisto2d.h \ 1685 $(SOPHYAINCP)pioptmenux.h \ 1686 $(SOPHYAINCP)pioptmenugen.h \ 1687 $(SOPHYAINCP)histos2.h \ 1688 $(SOPHYAINCP)peida.h \ 1689 $(SOPHYAINCP)utils.h \ 1690 $(SOPHYAINCP)perrors.h \ 1691 $(SOPHYAINCP)pexceptions.h \ 1692 $(SOPHYAINCP)fmath.h \ 1693 $(SOPHYAINCP)histos.h \ 1694 $(SOPHYAINCP)objfio.h \ 1695 $(SOPHYAINCP)anydataobj.h \ 1696 $(SOPHYAINCP)ppersist.h \ 1697 $(SOPHYAINCP)gnumd5.h \ 1698 $(SOPHYAINCP)ppfbinstream.h \ 1699 $(SOPHYAINCP)rawstream.h \ 1700 $(SOPHYAINCP)ppfnametag.h \ 1701 $(SOPHYAINCP)tvector.h \ 1702 $(SOPHYAINCP)tmatrix.h \ 1703 $(SOPHYAINCP)tarray.h \ 1704 $(SOPHYAINCP)basarr.h \ 1705 $(SOPHYAINCP)mutyv.h \ 1706 $(SOPHYAINCP)dvlist.h \ 1707 $(SOPHYAINCP)ndatablock.h \ 1708 $(SOPHYAINCP)utilarr.h \ 1709 $(SOPHYAINCP)pidrawer.h \ 1710 $(SOPHYAINCP)pigratt.h \ 1711 $(SOPHYAINCP)piaxes.h \ 1712 $(SOPHYAINCP)piscdrawwdg.h \ 1713 $(SOPHYAINCP)piwindowx.h \ 1714 $(SOPHYAINCP)piwindowgen.h \ 1715 $(SOPHYAINCP)pieldrw.h \ 1716 $(SOPHYAINCP)nbrandom.h \ 1717 $(SOPHYAINCP)srandgen.h 1718 $(CXXCOMPILELIB) -o $@ $< 1719 1720 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1721 $(SOPHYAINCP)sopnamsp.h \ 1722 pihisto.h $(SOPHYAINCP)histos.h \ 1723 $(SOPHYAINCP)objfio.h \ 1724 $(SOPHYAINCP)machdefs.h \ 1725 $(SOPHYAINCP)anydataobj.h \ 1726 $(SOPHYAINCP)ppersist.h \ 1727 $(SOPHYAINCP)pexceptions.h \ 1728 $(SOPHYAINCP)gnumd5.h \ 1729 $(SOPHYAINCP)ppfbinstream.h \ 1730 $(SOPHYAINCP)rawstream.h \ 1731 $(SOPHYAINCP)ppfnametag.h \ 1732 $(SOPHYAINCP)peida.h \ 1733 $(SOPHYAINCP)utils.h \ 1734 $(SOPHYAINCP)perrors.h \ 1735 $(SOPHYAINCP)fmath.h \ 1736 $(SOPHYAINCP)tvector.h \ 1737 $(SOPHYAINCP)tmatrix.h \ 1738 $(SOPHYAINCP)tarray.h \ 1739 $(SOPHYAINCP)basarr.h \ 1740 $(SOPHYAINCP)mutyv.h \ 1741 $(SOPHYAINCP)dvlist.h \ 1742 $(SOPHYAINCP)ndatablock.h \ 1743 $(SOPHYAINCP)utilarr.h \ 1744 $(SOPHYAINCP)pidrawer.h \ 1745 $(SOPHYAINCP)pibwdggen.h \ 1746 $(SOPHYAINCP)pisysdep.h \ 1747 $(SOPHYAINCP)piwdgx.h \ 1748 $(SOPHYAINCP)piwdggen.h \ 1749 $(SOPHYAINCP)pimsghandler.h \ 1750 $(SOPHYAINCP)picolist.h \ 1751 $(SOPHYAINCP)picmap.h \ 1752 $(SOPHYAINCP)picmapx.h \ 1753 $(SOPHYAINCP)picmapgen.h \ 1754 $(SOPHYAINCP)pigraphx.h \ 1755 $(SOPHYAINCP)pigraphgen.h \ 1756 $(SOPHYAINCP)pifontx.h \ 1757 $(SOPHYAINCP)pifontgen.h \ 1758 $(SOPHYAINCP)pigrcoord.h \ 1759 $(SOPHYAINCP)pilineatt.h \ 1760 $(SOPHYAINCP)pigraphuc.h \ 1761 $(SOPHYAINCP)pievthandler.h \ 1762 $(SOPHYAINCP)psfile.h \ 1763 $(SOPHYAINCP)pigratt.h \ 1764 $(SOPHYAINCP)piaxes.h \ 1765 $(SOPHYAINCP)hisprof.h 1766 $(CXXCOMPILELIB) -o $@ $< 1767 1768 $(SOPHYAOBJP)piinit.o: piinit.cc \ 1769 $(SOPHYAINCP)sopnamsp.h \ 1770 $(SOPHYAINCP)machdefs.h piinit.h \ 1771 $(SOPHYAINCP)sambainit.h \ 1772 $(SOPHYAINCP)skymapinit.h \ 1773 $(SOPHYAINCP)sophyainit.h \ 1774 $(SOPHYAINCP)ntoolsinit.h \ 1775 $(SOPHYAINCP)tarrinit.h \ 1776 pistdimgapp.h \ 1777 $(SOPHYAINCP)pisysdep.h \ 1778 $(SOPHYAINCP)piapplx.h \ 1779 $(SOPHYAINCP)piapplgen.h \ 1780 $(SOPHYAINCP)pimsghandler.h \ 1781 $(SOPHYAINCP)picontainerx.h \ 1782 $(SOPHYAINCP)picontainergen.h \ 1783 $(SOPHYAINCP)piwdgx.h \ 1784 $(SOPHYAINCP)piwdggen.h \ 1785 $(SOPHYAINCP)picolist.h \ 1786 $(SOPHYAINCP)pimenubarx.h \ 1787 $(SOPHYAINCP)pimenubargen.h \ 1788 $(SOPHYAINCP)pimenux.h \ 1789 $(SOPHYAINCP)pimenugen.h \ 1790 $(SOPHYAINCP)picons.h \ 1791 $(SOPHYAINCP)pistdwdgx.h \ 1792 $(SOPHYAINCP)pistdwdggen.h \ 1793 $(SOPHYAINCP)pibwdgx.h \ 1794 $(SOPHYAINCP)pibwdggen.h \ 1795 $(SOPHYAINCP)picmap.h \ 1796 $(SOPHYAINCP)picmapx.h \ 1797 $(SOPHYAINCP)picmapgen.h \ 1798 $(SOPHYAINCP)pigraphx.h \ 1799 $(SOPHYAINCP)pigraphgen.h \ 1800 $(SOPHYAINCP)pifontx.h \ 1801 $(SOPHYAINCP)pifontgen.h \ 1802 $(SOPHYAINCP)pigrcoord.h \ 1803 $(SOPHYAINCP)pilineatt.h \ 1804 $(SOPHYAINCP)pigraphuc.h \ 1805 $(SOPHYAINCP)pievthandler.h \ 1806 $(SOPHYAINCP)psfile.h \ 1807 $(SOPHYAINCP)pigraphps.h \ 1808 $(SOPHYAINCP)piwindowx.h \ 1809 $(SOPHYAINCP)piwindowgen.h \ 1810 $(SOPHYAINCP)pioptmenux.h \ 1811 $(SOPHYAINCP)pioptmenugen.h \ 1812 $(SOPHYAINCP)pifilechox.h \ 1813 $(SOPHYAINCP)pifilechogen.h \ 1814 $(SOPHYAINCP)piperiodx.h \ 1815 $(SOPHYAINCP)periodic.h \ 1816 $(SOPHYAINCP)piimage.h \ 1817 $(SOPHYAINCP)parradapter.h \ 1818 $(SOPHYAINCP)lut.h \ 1819 $(SOPHYAINCP)pieldrw.h \ 1820 $(SOPHYAINCP)pidrawer.h \ 1821 $(SOPHYAINCP)pigratt.h \ 1822 $(SOPHYAINCP)piaxes.h \ 1823 $(SOPHYAINCP)pipixmapx.h \ 1824 $(SOPHYAINCP)pipixmapgen.h \ 1825 $(SOPHYAINCP)picmapview.h \ 1826 $(SOPHYAINCP)pi3dwdg.h \ 1827 $(SOPHYAINCP)pi3ddrw.h \ 1828 $(SOPHYAINCP)pigraph3d.h \ 1829 nobjmgr.h \ 1830 $(SOPHYAINCP)anydataobj.h \ 1831 $(SOPHYAINCP)ppersist.h \ 1832 $(SOPHYAINCP)pexceptions.h \ 1833 $(SOPHYAINCP)gnumd5.h \ 1834 $(SOPHYAINCP)ppfbinstream.h \ 1835 $(SOPHYAINCP)rawstream.h \ 1836 $(SOPHYAINCP)ppfnametag.h \ 1837 $(SOPHYAINCP)dvlist.h \ 1838 $(SOPHYAINCP)objfio.h \ 1839 $(SOPHYAINCP)mutyv.h dlftypes.h \ 1840 piacmd.h \ 1841 $(SOPHYAINCP)commander.h \ 1842 $(SOPHYAINCP)pdlmgr.h \ 1843 $(SOPHYAINCP)ctimer.h \ 1844 $(SOPHYAINCP)zthread.h pisiadw.h \ 1845 $(SOPHYAINCP)pilistx.h \ 1846 $(SOPHYAINCP)pilistgen.h \ 1847 $(SOPHYAINCP)pistzwin.h \ 1848 $(SOPHYAINCP)pitherm.h \ 1849 $(SOPHYAINCP)resusage.h \ 1850 servnobjm.h nomhistadapter.h nomgadapter.h \ 1851 $(SOPHYAINCP)ntupintf.h \ 1852 $(SOPHYAINCP)generalfit.h \ 1853 $(SOPHYAINCP)tvector.h \ 1854 $(SOPHYAINCP)tmatrix.h \ 1855 $(SOPHYAINCP)tarray.h \ 1856 $(SOPHYAINCP)basarr.h \ 1857 $(SOPHYAINCP)ndatablock.h \ 1858 $(SOPHYAINCP)utilarr.h \ 1859 $(SOPHYAINCP)generaldata.h \ 1860 $(SOPHYAINCP)poly.h \ 1861 $(SOPHYAINCP)peida.h \ 1862 $(SOPHYAINCP)utils.h \ 1863 $(SOPHYAINCP)perrors.h \ 1864 $(SOPHYAINCP)fmath.h \ 1865 $(SOPHYAINCP)histos.h \ 1866 $(SOPHYAINCP)histos2.h \ 1867 $(SOPHYAINCP)hisprof.h \ 1868 $(SOPHYAINCP)histerr.h \ 1869 $(SOPHYAINCP)ntuple.h \ 1870 $(SOPHYAINCP)xntuple.h \ 1871 $(SOPHYAINCP)basedtable.h \ 1872 $(SOPHYAINCP)segdatablock.h \ 1873 nomgfdadapter.h nomimagadapter.h \ 1874 $(SOPHYAINCP)cimage.h \ 1875 $(SOPHYAINCP)fioarr.h \ 1876 nomtmatvecadapter.h nomtarradapter.h \ 1877 $(SOPHYAINCP)datatable.h \ 1878 $(SOPHYAINCP)swppfdtable.h \ 1879 $(SOPHYAINCP)swsegdb.h \ 1880 $(SOPHYAINCP)ppfswapper.h \ 1881 $(SOPHYAINCP)ppftpointerio.h \ 1882 nomskymapadapter.h \ 1883 $(SOPHYAINCP)pixelmap.h \ 1884 $(SOPHYAINCP)spherepos.h \ 1885 $(SOPHYAINCP)unitvector.h \ 1886 $(SOPHYAINCP)vector3d.h \ 1887 $(SOPHYAINCP)longlat.h \ 1888 $(SOPHYAINCP)utilgeom.h \ 1889 $(SOPHYAINCP)spherethetaphi.h \ 1890 $(SOPHYAINCP)sphericalmap.h \ 1891 $(SOPHYAINCP)smathconst.h \ 1892 $(SOPHYAINCP)spherehealpix.h \ 1893 $(SOPHYAINCP)HEALPixUtils.h \ 1894 $(SOPHYAINCP)localmap.h \ 1895 $(SOPHYAINCP)sphereecp.h \ 1896 $(SOPHYAINCP)specrespvector.h \ 1897 $(SOPHYAINCP)specresp.h \ 1898 $(SOPHYAINCP)gaussfilt.h \ 1899 nomspecrespadapter.h 1900 $(CXXCOMPILELIB) -o $@ $< 1901 1902 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1903 $(SOPHYAINCP)sopnamsp.h \ 1904 pintup3d.h \ 1905 $(SOPHYAINCP)ntupintf.h \ 1906 $(SOPHYAINCP)machdefs.h \ 1907 $(SOPHYAINCP)pi3ddrw.h \ 1908 $(SOPHYAINCP)pisysdep.h \ 1909 $(SOPHYAINCP)pidrawer.h \ 1910 $(SOPHYAINCP)pibwdggen.h \ 1911 $(SOPHYAINCP)piwdgx.h \ 1912 $(SOPHYAINCP)piwdggen.h \ 1913 $(SOPHYAINCP)pimsghandler.h \ 1914 $(SOPHYAINCP)picolist.h \ 1915 $(SOPHYAINCP)picmap.h \ 1916 $(SOPHYAINCP)picmapx.h \ 1917 $(SOPHYAINCP)picmapgen.h \ 1918 $(SOPHYAINCP)pigraphx.h \ 1919 $(SOPHYAINCP)pigraphgen.h \ 1920 $(SOPHYAINCP)pifontx.h \ 1921 $(SOPHYAINCP)pifontgen.h \ 1922 $(SOPHYAINCP)pigrcoord.h \ 1923 $(SOPHYAINCP)pilineatt.h \ 1924 $(SOPHYAINCP)pigraphuc.h \ 1925 $(SOPHYAINCP)pievthandler.h \ 1926 $(SOPHYAINCP)psfile.h \ 1927 $(SOPHYAINCP)pigratt.h \ 1928 $(SOPHYAINCP)piaxes.h \ 1929 $(SOPHYAINCP)pieldrw.h \ 1930 $(SOPHYAINCP)pigraph3d.h 1931 $(CXXCOMPILELIB) -o $@ $< 1932 1933 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1934 $(SOPHYAINCP)sopnamsp.h \ 1935 pintuple.h \ 1936 $(SOPHYAINCP)ntupintf.h \ 1937 $(SOPHYAINCP)machdefs.h \ 1938 $(SOPHYAINCP)pidrawer.h \ 1939 $(SOPHYAINCP)pibwdggen.h \ 1940 $(SOPHYAINCP)pisysdep.h \ 1941 $(SOPHYAINCP)piwdgx.h \ 1942 $(SOPHYAINCP)piwdggen.h \ 1943 $(SOPHYAINCP)pimsghandler.h \ 1944 $(SOPHYAINCP)picolist.h \ 1945 $(SOPHYAINCP)picmap.h \ 1946 $(SOPHYAINCP)picmapx.h \ 1947 $(SOPHYAINCP)picmapgen.h \ 1948 $(SOPHYAINCP)pigraphx.h \ 1949 $(SOPHYAINCP)pigraphgen.h \ 1950 $(SOPHYAINCP)pifontx.h \ 1951 $(SOPHYAINCP)pifontgen.h \ 1952 $(SOPHYAINCP)pigrcoord.h \ 1953 $(SOPHYAINCP)pilineatt.h \ 1954 $(SOPHYAINCP)pigraphuc.h \ 1955 $(SOPHYAINCP)pievthandler.h \ 1956 $(SOPHYAINCP)psfile.h \ 1957 $(SOPHYAINCP)pigratt.h \ 1958 $(SOPHYAINCP)piaxes.h 1959 $(CXXCOMPILELIB) -o $@ $< 1960 1961 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1962 $(SOPHYAINCP)sopnamsp.h \ 1963 pipodrw.h \ 1964 $(SOPHYAINCP)machdefs.h \ 1965 $(SOPHYAINCP)pidrawer.h \ 1966 $(SOPHYAINCP)pibwdggen.h \ 1967 $(SOPHYAINCP)pisysdep.h \ 1968 $(SOPHYAINCP)piwdgx.h \ 1969 $(SOPHYAINCP)piwdggen.h \ 1970 $(SOPHYAINCP)pimsghandler.h \ 1971 $(SOPHYAINCP)picolist.h \ 1972 $(SOPHYAINCP)picmap.h \ 1973 $(SOPHYAINCP)picmapx.h \ 1974 $(SOPHYAINCP)picmapgen.h \ 1975 $(SOPHYAINCP)pigraphx.h \ 1976 $(SOPHYAINCP)pigraphgen.h \ 1977 $(SOPHYAINCP)pifontx.h \ 1978 $(SOPHYAINCP)pifontgen.h \ 1979 $(SOPHYAINCP)pigrcoord.h \ 1980 $(SOPHYAINCP)pilineatt.h \ 1981 $(SOPHYAINCP)pigraphuc.h \ 1982 $(SOPHYAINCP)pievthandler.h \ 1983 $(SOPHYAINCP)psfile.h \ 1984 $(SOPHYAINCP)pigratt.h \ 1985 $(SOPHYAINCP)piaxes.h \ 1986 $(SOPHYAINCP)parradapter.h \ 1987 $(SOPHYAINCP)lut.h \ 1988 $(SOPHYAINCP)histos2.h \ 1989 $(SOPHYAINCP)peida.h \ 1990 $(SOPHYAINCP)utils.h \ 1991 $(SOPHYAINCP)perrors.h \ 1992 $(SOPHYAINCP)pexceptions.h \ 1993 $(SOPHYAINCP)fmath.h \ 1994 $(SOPHYAINCP)histos.h \ 1995 $(SOPHYAINCP)objfio.h \ 1996 $(SOPHYAINCP)anydataobj.h \ 1997 $(SOPHYAINCP)ppersist.h \ 1998 $(SOPHYAINCP)gnumd5.h \ 1999 $(SOPHYAINCP)ppfbinstream.h \ 2000 $(SOPHYAINCP)rawstream.h \ 2001 $(SOPHYAINCP)ppfnametag.h \ 2002 $(SOPHYAINCP)tvector.h \ 2003 $(SOPHYAINCP)tmatrix.h \ 2004 $(SOPHYAINCP)tarray.h \ 2005 $(SOPHYAINCP)basarr.h \ 2006 $(SOPHYAINCP)mutyv.h \ 2007 $(SOPHYAINCP)dvlist.h \ 2008 $(SOPHYAINCP)ndatablock.h \ 2009 $(SOPHYAINCP)utilarr.h \ 2010 $(SOPHYAINCP)generalfit.h \ 2011 $(SOPHYAINCP)generaldata.h \ 2012 $(SOPHYAINCP)ntupintf.h \ 2013 $(SOPHYAINCP)poly.h 2014 $(CXXCOMPILELIB) -o $@ $< 2015 2016 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2017 $(SOPHYAINCP)sopnamsp.h \ 2018 $(SOPHYAINCP)machdefs.h \ 2019 $(SOPHYAINCP)perrors.h \ 2020 $(SOPHYAINCP)pexceptions.h \ 2021 $(SOPHYAINCP)ctimer.h \ 2022 $(SOPHYAINCP)nbmath.h \ 2023 $(SOPHYAINCP)smathconst.h \ 2024 pistdimgapp.h \ 2025 $(SOPHYAINCP)pisysdep.h \ 2026 $(SOPHYAINCP)piapplx.h \ 2027 $(SOPHYAINCP)piapplgen.h \ 2028 $(SOPHYAINCP)pimsghandler.h \ 2029 $(SOPHYAINCP)picontainerx.h \ 2030 $(SOPHYAINCP)picontainergen.h \ 2031 $(SOPHYAINCP)piwdgx.h \ 2032 $(SOPHYAINCP)piwdggen.h \ 2033 $(SOPHYAINCP)picolist.h \ 2034 $(SOPHYAINCP)pimenubarx.h \ 2035 $(SOPHYAINCP)pimenubargen.h \ 2036 $(SOPHYAINCP)pimenux.h \ 2037 $(SOPHYAINCP)pimenugen.h \ 2038 $(SOPHYAINCP)picons.h \ 2039 $(SOPHYAINCP)pistdwdgx.h \ 2040 $(SOPHYAINCP)pistdwdggen.h \ 2041 $(SOPHYAINCP)pibwdgx.h \ 2042 $(SOPHYAINCP)pibwdggen.h \ 2043 $(SOPHYAINCP)picmap.h \ 2044 $(SOPHYAINCP)picmapx.h \ 2045 $(SOPHYAINCP)picmapgen.h \ 2046 $(SOPHYAINCP)pigraphx.h \ 2047 $(SOPHYAINCP)pigraphgen.h \ 2048 $(SOPHYAINCP)pifontx.h \ 2049 $(SOPHYAINCP)pifontgen.h \ 2050 $(SOPHYAINCP)pigrcoord.h \ 2051 $(SOPHYAINCP)pilineatt.h \ 2052 $(SOPHYAINCP)pigraphuc.h \ 2053 $(SOPHYAINCP)pievthandler.h \ 2054 $(SOPHYAINCP)psfile.h \ 2055 $(SOPHYAINCP)pigraphps.h \ 2056 $(SOPHYAINCP)piwindowx.h \ 2057 $(SOPHYAINCP)piwindowgen.h \ 2058 $(SOPHYAINCP)pioptmenux.h \ 2059 $(SOPHYAINCP)pioptmenugen.h \ 2060 $(SOPHYAINCP)pifilechox.h \ 2061 $(SOPHYAINCP)pifilechogen.h \ 2062 $(SOPHYAINCP)piperiodx.h \ 2063 $(SOPHYAINCP)periodic.h \ 2064 $(SOPHYAINCP)piimage.h \ 2065 $(SOPHYAINCP)parradapter.h \ 2066 $(SOPHYAINCP)lut.h \ 2067 $(SOPHYAINCP)pieldrw.h \ 2068 $(SOPHYAINCP)pidrawer.h \ 2069 $(SOPHYAINCP)pigratt.h \ 2070 $(SOPHYAINCP)piaxes.h \ 2071 $(SOPHYAINCP)pipixmapx.h \ 2072 $(SOPHYAINCP)pipixmapgen.h \ 2073 $(SOPHYAINCP)picmapview.h \ 2074 $(SOPHYAINCP)pi3dwdg.h \ 2075 $(SOPHYAINCP)pi3ddrw.h \ 2076 $(SOPHYAINCP)pigraph3d.h \ 2077 nobjmgr.h \ 2078 $(SOPHYAINCP)anydataobj.h \ 2079 $(SOPHYAINCP)ppersist.h \ 2080 $(SOPHYAINCP)gnumd5.h \ 2081 $(SOPHYAINCP)ppfbinstream.h \ 2082 $(SOPHYAINCP)rawstream.h \ 2083 $(SOPHYAINCP)ppfnametag.h \ 2084 $(SOPHYAINCP)dvlist.h \ 2085 $(SOPHYAINCP)objfio.h \ 2086 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2087 piacmd.h \ 2088 $(SOPHYAINCP)commander.h \ 2089 $(SOPHYAINCP)pdlmgr.h \ 2090 $(SOPHYAINCP)zthread.h pisiadw.h \ 2091 $(SOPHYAINCP)pilistx.h \ 2092 $(SOPHYAINCP)pilistgen.h \ 2093 $(SOPHYAINCP)pistzwin.h \ 2094 $(SOPHYAINCP)pitherm.h \ 2095 $(SOPHYAINCP)resusage.h \ 2096 servnobjm.h 2097 $(CXXCOMPILELIB) -o $@ $< 2098 2099 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2100 $(SOPHYAINCP)sopnamsp.h \ 2101 $(SOPHYAINCP)machdefs.h \ 2102 $(SOPHYAINCP)strutil.h \ 2103 $(SOPHYAINCP)timing.h \ 2104 $(SOPHYAINCP)perrors.h \ 2105 $(SOPHYAINCP)pexceptions.h \ 2106 $(SOPHYAINCP)ctimer.h \ 2107 $(SOPHYAINCP)psighand.h \ 2108 $(SOPHYAINCP)cimage.h \ 2109 $(SOPHYAINCP)tmatrix.h \ 2110 $(SOPHYAINCP)tarray.h \ 2111 $(SOPHYAINCP)basarr.h \ 2112 $(SOPHYAINCP)anydataobj.h \ 2113 $(SOPHYAINCP)mutyv.h \ 2114 $(SOPHYAINCP)dvlist.h \ 2115 $(SOPHYAINCP)objfio.h \ 2116 $(SOPHYAINCP)ppersist.h \ 2117 $(SOPHYAINCP)gnumd5.h \ 2118 $(SOPHYAINCP)ppfbinstream.h \ 2119 $(SOPHYAINCP)rawstream.h \ 2120 $(SOPHYAINCP)ppfnametag.h \ 2121 $(SOPHYAINCP)ndatablock.h \ 2122 $(SOPHYAINCP)utilarr.h \ 2123 $(SOPHYAINCP)fioarr.h \ 2124 $(SOPHYAINCP)tvector.h \ 2125 pistdimgapp.h \ 2126 $(SOPHYAINCP)pisysdep.h \ 2127 $(SOPHYAINCP)piapplx.h \ 2128 $(SOPHYAINCP)piapplgen.h \ 2129 $(SOPHYAINCP)pimsghandler.h \ 2130 $(SOPHYAINCP)picontainerx.h \ 2131 $(SOPHYAINCP)picontainergen.h \ 2132 $(SOPHYAINCP)piwdgx.h \ 2133 $(SOPHYAINCP)piwdggen.h \ 2134 $(SOPHYAINCP)picolist.h \ 2135 $(SOPHYAINCP)pimenubarx.h \ 2136 $(SOPHYAINCP)pimenubargen.h \ 2137 $(SOPHYAINCP)pimenux.h \ 2138 $(SOPHYAINCP)pimenugen.h \ 2139 $(SOPHYAINCP)picons.h \ 2140 $(SOPHYAINCP)pistdwdgx.h \ 2141 $(SOPHYAINCP)pistdwdggen.h \ 2142 $(SOPHYAINCP)pibwdgx.h \ 2143 $(SOPHYAINCP)pibwdggen.h \ 2144 $(SOPHYAINCP)picmap.h \ 2145 $(SOPHYAINCP)picmapx.h \ 2146 $(SOPHYAINCP)picmapgen.h \ 2147 $(SOPHYAINCP)pigraphx.h \ 2148 $(SOPHYAINCP)pigraphgen.h \ 2149 $(SOPHYAINCP)pifontx.h \ 2150 $(SOPHYAINCP)pifontgen.h \ 2151 $(SOPHYAINCP)pigrcoord.h \ 2152 $(SOPHYAINCP)pilineatt.h \ 2153 $(SOPHYAINCP)pigraphuc.h \ 2154 $(SOPHYAINCP)pievthandler.h \ 2155 $(SOPHYAINCP)psfile.h \ 2156 $(SOPHYAINCP)pigraphps.h \ 2157 $(SOPHYAINCP)piwindowx.h \ 2158 $(SOPHYAINCP)piwindowgen.h \ 2159 $(SOPHYAINCP)pioptmenux.h \ 2160 $(SOPHYAINCP)pioptmenugen.h \ 2161 $(SOPHYAINCP)pifilechox.h \ 2162 $(SOPHYAINCP)pifilechogen.h \ 2163 $(SOPHYAINCP)piperiodx.h \ 2164 $(SOPHYAINCP)periodic.h \ 2165 $(SOPHYAINCP)piimage.h \ 2166 $(SOPHYAINCP)parradapter.h \ 2167 $(SOPHYAINCP)lut.h \ 2168 $(SOPHYAINCP)pieldrw.h \ 2169 $(SOPHYAINCP)pidrawer.h \ 2170 $(SOPHYAINCP)pigratt.h \ 2171 $(SOPHYAINCP)piaxes.h \ 2172 $(SOPHYAINCP)pipixmapx.h \ 2173 $(SOPHYAINCP)pipixmapgen.h \ 2174 $(SOPHYAINCP)picmapview.h \ 2175 $(SOPHYAINCP)pi3dwdg.h \ 2176 $(SOPHYAINCP)pi3ddrw.h \ 2177 $(SOPHYAINCP)pigraph3d.h \ 2178 nobjmgr.h dlftypes.h piacmd.h \ 2179 $(SOPHYAINCP)commander.h \ 2180 $(SOPHYAINCP)pdlmgr.h \ 2181 $(SOPHYAINCP)zthread.h pisiadw.h \ 2182 $(SOPHYAINCP)pilistx.h \ 2183 $(SOPHYAINCP)pilistgen.h \ 2184 $(SOPHYAINCP)pistzwin.h \ 2185 $(SOPHYAINCP)pitherm.h \ 2186 $(SOPHYAINCP)resusage.h \ 2187 servnobjm.h \ 2188 $(SOPHYAINCP)piimgtools.h \ 2189 $(SOPHYAINCP)pidrwtools.h \ 2190 $(SOPHYAINCP)piaxestools.h \ 2191 $(SOPHYAINCP)piscdrawwdg.h \ 2192 piinit.h \ 2193 $(SOPHYAINCP)sambainit.h \ 2194 $(SOPHYAINCP)skymapinit.h \ 2195 $(SOPHYAINCP)sophyainit.h \ 2196 $(SOPHYAINCP)ntoolsinit.h \ 2197 $(SOPHYAINCP)tarrinit.h \ 2198 $(SOPHYAINCP)piversion.h \ 2199 piaversion.h 2200 $(CXXCOMPILELIB) -o $@ $< 2201 2202 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2203 $(SOPHYAINCP)sopnamsp.h \ 2204 pitvmaad.h \ 2205 $(SOPHYAINCP)machdefs.h \ 2206 $(SOPHYAINCP)parradapter.h \ 2207 $(SOPHYAINCP)lut.h \ 2208 $(SOPHYAINCP)tmatrix.h \ 2209 $(SOPHYAINCP)tarray.h \ 2210 $(SOPHYAINCP)basarr.h \ 2211 $(SOPHYAINCP)anydataobj.h \ 2212 $(SOPHYAINCP)mutyv.h \ 2213 $(SOPHYAINCP)dvlist.h \ 2214 $(SOPHYAINCP)objfio.h \ 2215 $(SOPHYAINCP)ppersist.h \ 2216 $(SOPHYAINCP)pexceptions.h \ 2217 $(SOPHYAINCP)gnumd5.h \ 2218 $(SOPHYAINCP)ppfbinstream.h \ 2219 $(SOPHYAINCP)rawstream.h \ 2220 $(SOPHYAINCP)ppfnametag.h \ 2221 $(SOPHYAINCP)ndatablock.h \ 2222 $(SOPHYAINCP)utilarr.h \ 2223 $(SOPHYAINCP)tvector.h 2224 $(CXXCOMPILELIB) -o $@ $< 2225 2226 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2227 $(SOPHYAINCP)sopnamsp.h \ 2228 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2229 $(SOPHYAINCP)machdefs.h \ 2230 $(SOPHYAINCP)anydataobj.h \ 2231 $(SOPHYAINCP)ppersist.h \ 2232 $(SOPHYAINCP)pexceptions.h \ 2233 $(SOPHYAINCP)gnumd5.h \ 2234 $(SOPHYAINCP)ppfbinstream.h \ 2235 $(SOPHYAINCP)rawstream.h \ 2236 $(SOPHYAINCP)ppfnametag.h \ 2237 $(SOPHYAINCP)dvlist.h \ 2238 $(SOPHYAINCP)objfio.h \ 2239 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2240 servnobjm.h \ 2241 $(SOPHYAINCP)pdlmgr.h \ 2242 nomgadapter.h \ 2243 $(SOPHYAINCP)pidrawer.h \ 2244 $(SOPHYAINCP)pibwdggen.h \ 2245 $(SOPHYAINCP)pisysdep.h \ 2246 $(SOPHYAINCP)piwdgx.h \ 2247 $(SOPHYAINCP)piwdggen.h \ 2248 $(SOPHYAINCP)pimsghandler.h \ 2249 $(SOPHYAINCP)picolist.h \ 2250 $(SOPHYAINCP)picmap.h \ 2251 $(SOPHYAINCP)picmapx.h \ 2252 $(SOPHYAINCP)picmapgen.h \ 2253 $(SOPHYAINCP)pigraphx.h \ 2254 $(SOPHYAINCP)pigraphgen.h \ 2255 $(SOPHYAINCP)pifontx.h \ 2256 $(SOPHYAINCP)pifontgen.h \ 2257 $(SOPHYAINCP)pigrcoord.h \ 2258 $(SOPHYAINCP)pilineatt.h \ 2259 $(SOPHYAINCP)pigraphuc.h \ 2260 $(SOPHYAINCP)pievthandler.h \ 2261 $(SOPHYAINCP)psfile.h \ 2262 $(SOPHYAINCP)pigratt.h \ 2263 $(SOPHYAINCP)piaxes.h \ 2264 $(SOPHYAINCP)parradapter.h \ 2265 $(SOPHYAINCP)lut.h \ 2266 $(SOPHYAINCP)ntupintf.h \ 2267 $(SOPHYAINCP)generalfit.h \ 2268 $(SOPHYAINCP)tvector.h \ 2269 $(SOPHYAINCP)tmatrix.h \ 2270 $(SOPHYAINCP)tarray.h \ 2271 $(SOPHYAINCP)basarr.h \ 2272 $(SOPHYAINCP)ndatablock.h \ 2273 $(SOPHYAINCP)utilarr.h \ 2274 $(SOPHYAINCP)generaldata.h \ 2275 $(SOPHYAINCP)poly.h \ 2276 $(SOPHYAINCP)peida.h \ 2277 $(SOPHYAINCP)utils.h \ 2278 $(SOPHYAINCP)perrors.h \ 2279 $(SOPHYAINCP)fmath.h \ 2280 pistdimgapp.h \ 2281 $(SOPHYAINCP)piapplx.h \ 2282 $(SOPHYAINCP)piapplgen.h \ 2283 $(SOPHYAINCP)picontainerx.h \ 2284 $(SOPHYAINCP)picontainergen.h \ 2285 $(SOPHYAINCP)pimenubarx.h \ 2286 $(SOPHYAINCP)pimenubargen.h \ 2287 $(SOPHYAINCP)pimenux.h \ 2288 $(SOPHYAINCP)pimenugen.h \ 2289 $(SOPHYAINCP)picons.h \ 2290 $(SOPHYAINCP)pistdwdgx.h \ 2291 $(SOPHYAINCP)pistdwdggen.h \ 2292 $(SOPHYAINCP)pibwdgx.h \ 2293 $(SOPHYAINCP)pigraphps.h \ 2294 $(SOPHYAINCP)piwindowx.h \ 2295 $(SOPHYAINCP)piwindowgen.h \ 2296 $(SOPHYAINCP)pioptmenux.h \ 2297 $(SOPHYAINCP)pioptmenugen.h \ 2298 $(SOPHYAINCP)pifilechox.h \ 2299 $(SOPHYAINCP)pifilechogen.h \ 2300 $(SOPHYAINCP)piperiodx.h \ 2301 $(SOPHYAINCP)periodic.h \ 2302 $(SOPHYAINCP)piimage.h \ 2303 $(SOPHYAINCP)pieldrw.h \ 2304 $(SOPHYAINCP)pipixmapx.h \ 2305 $(SOPHYAINCP)pipixmapgen.h \ 2306 $(SOPHYAINCP)picmapview.h \ 2307 $(SOPHYAINCP)pi3dwdg.h \ 2308 $(SOPHYAINCP)pi3ddrw.h \ 2309 $(SOPHYAINCP)pigraph3d.h \ 2310 piacmd.h \ 2241 2311 $(SOPHYAINCP)commander.h \ 2242 2312 $(SOPHYAINCP)ctimer.h \ … … 2248 2318 $(SOPHYAINCP)resusage.h \ 2249 2319 $(SOPHYAINCP)fct1dfit.h \ 2250 $(SOPHYAINCP)fct2dfit.h pitvmaad.h\2251 $(SOPHYAINCP)ntuple.h \2320 $(SOPHYAINCP)fct2dfit.h \ 2321 pitvmaad.h $(SOPHYAINCP)ntuple.h \ 2252 2322 $(SOPHYAINCP)cimage.h \ 2253 2323 $(SOPHYAINCP)fioarr.h \ … … 2256 2326 $(SOPHYAINCP)hisprof.h \ 2257 2327 $(SOPHYAINCP)piyfxdrw.h \ 2258 $(SOPHYAINCP)pisurfdr.h pintuple.h\2259 pintup 3d.h pipodrw.h2260 $(CXXCOMPILE ) -o $@ $<2261 2328 $(SOPHYAINCP)pisurfdr.h \ 2329 pintuple.h pintup3d.h pipodrw.h 2330 $(CXXCOMPILELIB) -o $@ $< 2331 -
trunk/SophyaPI/PIext/smakefile
r2743 r2751 26 26 $(SOPHYAINCP)mutyv.h \ 27 27 $(SOPHYAINCP)ctimer.h \ 28 $(SOPHYAINCP)zthread.h dlftypes.h \ 29 basexecut.h $(SOPHYAINCP)strutilxx.h \ 30 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 28 $(SOPHYAINCP)zthread.h \ 29 dlftypes.h basexecut.h \ 30 $(SOPHYAINCP)strutilxx.h \ 31 pistdimgapp.h \ 32 $(SOPHYAINCP)pisysdep.h \ 31 33 $(SOPHYAINCP)piapplx.h \ 32 34 $(SOPHYAINCP)piapplgen.h \ … … 79 81 $(SOPHYAINCP)pi3dwdg.h \ 80 82 $(SOPHYAINCP)pi3ddrw.h \ 81 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 82 pisiadw.h $(SOPHYAINCP)pilistx.h \ 83 $(SOPHYAINCP)pigraph3d.h \ 84 nobjmgr.h pisiadw.h \ 85 $(SOPHYAINCP)pilistx.h \ 83 86 $(SOPHYAINCP)pilistgen.h \ 84 87 $(SOPHYAINCP)pistzwin.h \ 85 88 $(SOPHYAINCP)pitherm.h \ 86 $(SOPHYAINCP)resusage.h servnobjm.h \ 87 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 89 $(SOPHYAINCP)resusage.h \ 90 servnobjm.h nomgadapter.h \ 91 $(SOPHYAINCP)ntupintf.h \ 88 92 $(SOPHYAINCP)generalfit.h \ 89 93 $(SOPHYAINCP)tvector.h \ … … 106 110 $(SOPHYAINCP)hisprof.h \ 107 111 $(SOPHYAINCP)ntuple.h 108 $(CXXCOMPILE ) -o $@ $<112 $(CXXCOMPILELIB) -o $@ $< 109 113 110 114 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 111 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 115 $(SOPHYAINCP)sopnamsp.h \ 116 contmodex.h \ 112 117 $(SOPHYAINCP)machdefs.h piacmd.h \ 113 118 $(SOPHYAINCP)commander.h \ … … 124 129 $(SOPHYAINCP)mutyv.h \ 125 130 $(SOPHYAINCP)ctimer.h \ 126 $(SOPHYAINCP)zthread.h dlftypes.h \ 127 nobjmgr.h $(SOPHYAINCP)pigncont.h \ 131 $(SOPHYAINCP)zthread.h \ 132 dlftypes.h nobjmgr.h \ 133 $(SOPHYAINCP)pigncont.h \ 128 134 $(SOPHYAINCP)pistdimgapp.h \ 129 135 $(SOPHYAINCP)pisysdep.h \ … … 195 201 $(SOPHYAINCP)gp_dynarray.h \ 196 202 $(SOPHYAINCP)gp_graph3d.h \ 197 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 203 $(SOPHYAINCP)gp_alloc.h \ 204 nomgadapter.h \ 198 205 $(SOPHYAINCP)generalfit.h \ 199 206 $(SOPHYAINCP)tvector.h \ … … 209 216 $(SOPHYAINCP)perrors.h \ 210 217 $(SOPHYAINCP)fmath.h servnobjm.h 211 $(CXXCOMPILE ) -o $@ $<218 $(CXXCOMPILELIB) -o $@ $< 212 219 213 220 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 214 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 221 $(SOPHYAINCP)sopnamsp.h \ 222 cxxexecutor.h \ 215 223 $(SOPHYAINCP)machdefs.h piacmd.h \ 216 224 $(SOPHYAINCP)commander.h \ … … 227 235 $(SOPHYAINCP)mutyv.h \ 228 236 $(SOPHYAINCP)ctimer.h \ 229 $(SOPHYAINCP)zthread.h dlftypes.h \ 230 nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 231 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 237 $(SOPHYAINCP)zthread.h \ 238 dlftypes.h nobjmgr.h \ 239 $(SOPHYAINCP)strutilxx.h \ 240 $(SOPHYAINCP)cxxcmplnk.h \ 241 nomgadapter.h \ 232 242 $(SOPHYAINCP)pidrawer.h \ 233 243 $(SOPHYAINCP)pibwdggen.h \ … … 266 276 $(SOPHYAINCP)utils.h \ 267 277 $(SOPHYAINCP)perrors.h \ 268 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 278 $(SOPHYAINCP)fmath.h \ 279 pistdimgapp.h \ 269 280 $(SOPHYAINCP)piapplx.h \ 270 281 $(SOPHYAINCP)piapplgen.h \ … … 295 306 $(SOPHYAINCP)pi3dwdg.h \ 296 307 $(SOPHYAINCP)pi3ddrw.h \ 297 $(SOPHYAINCP)pigraph3d.h pisiadw.h\298 $(SOPHYAINCP)pilistx.h \308 $(SOPHYAINCP)pigraph3d.h \ 309 pisiadw.h $(SOPHYAINCP)pilistx.h \ 299 310 $(SOPHYAINCP)pilistgen.h \ 300 311 $(SOPHYAINCP)pistzwin.h \ 301 312 $(SOPHYAINCP)pitherm.h \ 302 313 $(SOPHYAINCP)resusage.h 303 $(CXXCOMPILE ) -o $@ $<314 $(CXXCOMPILELIB) -o $@ $< 304 315 305 316 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 306 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 317 $(SOPHYAINCP)sopnamsp.h \ 318 cxxexecutor.h \ 307 319 $(SOPHYAINCP)machdefs.h piacmd.h \ 308 320 $(SOPHYAINCP)commander.h \ … … 319 331 $(SOPHYAINCP)mutyv.h \ 320 332 $(SOPHYAINCP)ctimer.h \ 321 $(SOPHYAINCP)zthread.h dlftypes.h \ 322 nobjmgr.h cxxexecwin.h \ 323 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 333 $(SOPHYAINCP)zthread.h \ 334 dlftypes.h nobjmgr.h cxxexecwin.h \ 335 $(SOPHYAINCP)pisysdep.h \ 336 pistdimgapp.h \ 324 337 $(SOPHYAINCP)piapplx.h \ 325 338 $(SOPHYAINCP)piapplgen.h \ … … 372 385 $(SOPHYAINCP)pi3dwdg.h \ 373 386 $(SOPHYAINCP)pi3ddrw.h \ 374 $(SOPHYAINCP)pigraph3d.h pisiadw.h\375 $(SOPHYAINCP)pilistx.h \387 $(SOPHYAINCP)pigraph3d.h \ 388 pisiadw.h $(SOPHYAINCP)pilistx.h \ 376 389 $(SOPHYAINCP)pilistgen.h \ 377 390 $(SOPHYAINCP)pistzwin.h \ 378 391 $(SOPHYAINCP)pitherm.h \ 379 392 $(SOPHYAINCP)resusage.h 380 $(CXXCOMPILE ) -o $@ $<393 $(CXXCOMPILELIB) -o $@ $< 381 394 382 395 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 383 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 396 $(SOPHYAINCP)sopnamsp.h \ 397 flowmodex.h \ 384 398 $(SOPHYAINCP)machdefs.h piacmd.h \ 385 399 $(SOPHYAINCP)commander.h \ … … 396 410 $(SOPHYAINCP)mutyv.h \ 397 411 $(SOPHYAINCP)ctimer.h \ 398 $(SOPHYAINCP)zthread.h dlftypes.h\399 nobjmgr.h pi2dvec.h pistdimgapp.h \412 $(SOPHYAINCP)zthread.h \ 413 dlftypes.h nobjmgr.h pi2dvec.h pistdimgapp.h \ 400 414 $(SOPHYAINCP)pisysdep.h \ 401 415 $(SOPHYAINCP)piapplx.h \ … … 449 463 $(SOPHYAINCP)pi3dwdg.h \ 450 464 $(SOPHYAINCP)pi3ddrw.h \ 451 $(SOPHYAINCP)pigraph3d.h pisiadw.h\452 $(SOPHYAINCP)pilistx.h \465 $(SOPHYAINCP)pigraph3d.h \ 466 pisiadw.h $(SOPHYAINCP)pilistx.h \ 453 467 $(SOPHYAINCP)pilistgen.h \ 454 468 $(SOPHYAINCP)pistzwin.h \ … … 457 471 $(SOPHYAINCP)piscdrawwdg.h \ 458 472 $(SOPHYAINCP)ntupintf.h \ 459 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 473 $(SOPHYAINCP)ntuple.h \ 474 nomgadapter.h \ 460 475 $(SOPHYAINCP)generalfit.h \ 461 476 $(SOPHYAINCP)tvector.h \ … … 471 486 $(SOPHYAINCP)perrors.h \ 472 487 $(SOPHYAINCP)fmath.h servnobjm.h 473 $(CXXCOMPILE ) -o $@ $<488 $(CXXCOMPILELIB) -o $@ $< 474 489 475 490 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ … … 477 492 $(SOPHYAINCP)strutil.h \ 478 493 $(SOPHYAINCP)datatypes.h \ 479 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 494 $(SOPHYAINCP)machdefs.h \ 495 nobjmgr.h \ 480 496 $(SOPHYAINCP)anydataobj.h \ 481 497 $(SOPHYAINCP)ppersist.h \ … … 488 504 $(SOPHYAINCP)objfio.h \ 489 505 $(SOPHYAINCP)mutyv.h dlftypes.h \ 490 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 491 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 506 servnobjm.h \ 507 $(SOPHYAINCP)pdlmgr.h \ 508 nomgadapter.h \ 509 $(SOPHYAINCP)pidrawer.h \ 492 510 $(SOPHYAINCP)pibwdggen.h \ 493 511 $(SOPHYAINCP)pisysdep.h \ … … 525 543 $(SOPHYAINCP)utils.h \ 526 544 $(SOPHYAINCP)perrors.h \ 527 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 545 $(SOPHYAINCP)fmath.h \ 546 pistdimgapp.h \ 528 547 $(SOPHYAINCP)piapplx.h \ 529 548 $(SOPHYAINCP)piapplgen.h \ … … 554 573 $(SOPHYAINCP)pi3dwdg.h \ 555 574 $(SOPHYAINCP)pi3ddrw.h \ 556 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 575 $(SOPHYAINCP)pigraph3d.h \ 576 piacmd.h \ 557 577 $(SOPHYAINCP)commander.h \ 558 578 $(SOPHYAINCP)ctimer.h \ … … 585 605 $(SOPHYAINCP)fitslocalmap.h \ 586 606 $(SOPHYAINCP)localmap.h \ 587 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 607 $(SOPHYAINCP)fbtntintf.h \ 608 pitvmaad.h \ 588 609 $(SOPHYAINCP)piyfxdrw.h \ 589 $(SOPHYAINCP)pisurfdr.h pipodrw.h\590 $(SOPHYAINCP)histos2.h \610 $(SOPHYAINCP)pisurfdr.h \ 611 pipodrw.h $(SOPHYAINCP)histos2.h \ 591 612 $(SOPHYAINCP)histos.h pintuple.h \ 592 613 pintup3d.h pigfd1.h pigfd2.h 593 $(CXXCOMPILE ) -o $@ $<614 $(CXXCOMPILELIB) -o $@ $< 594 615 595 616 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 596 617 $(SOPHYAINCP)sopnamsp.h \ 597 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 618 $(SOPHYAINCP)machdefs.h \ 619 nomgadapter.h \ 598 620 $(SOPHYAINCP)ppersist.h \ 599 621 $(SOPHYAINCP)pexceptions.h \ … … 643 665 $(SOPHYAINCP)perrors.h \ 644 666 $(SOPHYAINCP)fmath.h 645 $(CXXCOMPILE ) -o $@ $<667 $(CXXCOMPILELIB) -o $@ $< 646 668 647 669 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 648 670 $(SOPHYAINCP)sopnamsp.h \ 649 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 650 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 671 $(SOPHYAINCP)machdefs.h \ 672 nomgfdadapter.h nomgadapter.h \ 673 $(SOPHYAINCP)ppersist.h \ 651 674 $(SOPHYAINCP)pexceptions.h \ 652 675 $(SOPHYAINCP)gnumd5.h \ … … 701 724 $(SOPHYAINCP)fioarr.h \ 702 725 $(SOPHYAINCP)hisprof.h 703 $(CXXCOMPILE ) -o $@ $<726 $(CXXCOMPILELIB) -o $@ $< 704 727 705 728 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 706 729 $(SOPHYAINCP)sopnamsp.h \ 707 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 708 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 730 $(SOPHYAINCP)machdefs.h \ 731 nomhistadapter.h nomgadapter.h \ 732 $(SOPHYAINCP)ppersist.h \ 709 733 $(SOPHYAINCP)pexceptions.h \ 710 734 $(SOPHYAINCP)gnumd5.h \ … … 760 784 $(SOPHYAINCP)xntuple.h \ 761 785 $(SOPHYAINCP)basedtable.h \ 762 $(SOPHYAINCP)segdatablock.h pihisto.h \ 763 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 786 $(SOPHYAINCP)segdatablock.h \ 787 pihisto.h pihisto2d.h \ 788 $(SOPHYAINCP)pimenux.h \ 764 789 $(SOPHYAINCP)pimenugen.h \ 765 790 $(SOPHYAINCP)pimenubarx.h \ … … 792 817 $(SOPHYAINCP)ppfswapper.h \ 793 818 $(SOPHYAINCP)ppftpointerio.h 794 $(CXXCOMPILE ) -o $@ $<819 $(CXXCOMPILELIB) -o $@ $< 795 820 796 821 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 797 822 $(SOPHYAINCP)sopnamsp.h \ 798 823 $(SOPHYAINCP)machdefs.h \ 799 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 800 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 824 $(SOPHYAINCP)datatype.h \ 825 nomimagadapter.h nomgadapter.h \ 826 $(SOPHYAINCP)ppersist.h \ 801 827 $(SOPHYAINCP)pexceptions.h \ 802 828 $(SOPHYAINCP)gnumd5.h \ … … 846 872 $(SOPHYAINCP)fmath.h \ 847 873 $(SOPHYAINCP)cimage.h \ 848 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 874 $(SOPHYAINCP)fioarr.h \ 875 pimgadapter.h \ 849 876 $(SOPHYAINCP)objfitter.h \ 850 877 $(SOPHYAINCP)histos.h \ … … 855 882 $(SOPHYAINCP)FitsIO/fitsio.h \ 856 883 $(SOPHYAINCP)FitsIO/longnam.h 857 $(CXXCOMPILE ) -o $@ $<884 $(CXXCOMPILELIB) -o $@ $< 858 885 859 886 $(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \ 860 887 $(SOPHYAINCP)sopnamsp.h \ 861 888 $(SOPHYAINCP)machdefs.h \ 862 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 863 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 889 $(SOPHYAINCP)datatype.h \ 890 nomskymapadapter.h nomgadapter.h \ 891 $(SOPHYAINCP)ppersist.h \ 864 892 $(SOPHYAINCP)pexceptions.h \ 865 893 $(SOPHYAINCP)gnumd5.h \ … … 925 953 $(SOPHYAINCP)fiospherehealpix.h \ 926 954 $(SOPHYAINCP)fiolocalmap.h \ 927 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 955 $(SOPHYAINCP)fiosphereecp.h \ 956 pitvmaad.h \ 928 957 $(SOPHYAINCP)complexios.h \ 929 958 $(SOPHYAINCP)fitsspherehealpix.h \ … … 932 961 $(SOPHYAINCP)FitsIO/longnam.h \ 933 962 $(SOPHYAINCP)fitslocalmap.h 934 $(CXXCOMPILE ) -o $@ $<963 $(CXXCOMPILELIB) -o $@ $< 935 964 936 965 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ … … 988 1017 $(SOPHYAINCP)specrespvector.h \ 989 1018 $(SOPHYAINCP)gaussfilt.h 990 $(CXXCOMPILE ) -o $@ $<1019 $(CXXCOMPILELIB) -o $@ $< 991 1020 992 1021 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 993 1022 $(SOPHYAINCP)sopnamsp.h \ 994 1023 $(SOPHYAINCP)machdefs.h \ 995 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 996 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 1024 $(SOPHYAINCP)datatype.h \ 1025 nomtarradapter.h nomgadapter.h \ 1026 $(SOPHYAINCP)ppersist.h \ 997 1027 $(SOPHYAINCP)pexceptions.h \ 998 1028 $(SOPHYAINCP)gnumd5.h \ … … 1047 1077 $(SOPHYAINCP)FitsIO/fitsio.h \ 1048 1078 $(SOPHYAINCP)FitsIO/longnam.h 1049 $(CXXCOMPILE ) -o $@ $<1079 $(CXXCOMPILELIB) -o $@ $< 1050 1080 1051 1081 $(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \ … … 1082 1112 $(SOPHYAINCP)generaldata.h \ 1083 1113 $(SOPHYAINCP)ntupintf.h \ 1084 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1085 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1114 $(SOPHYAINCP)poly.h \ 1115 nomtmatvecadapter.h nomgadapter.h \ 1116 $(SOPHYAINCP)pidrawer.h \ 1086 1117 $(SOPHYAINCP)pibwdggen.h \ 1087 1118 $(SOPHYAINCP)pisysdep.h \ … … 1106 1137 $(SOPHYAINCP)parradapter.h \ 1107 1138 $(SOPHYAINCP)lut.h \ 1108 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1139 $(SOPHYAINCP)piyfxdrw.h \ 1140 pitvmaad.h \ 1109 1141 $(SOPHYAINCP)fitstarray.h \ 1110 1142 $(SOPHYAINCP)fitsfile.h \ 1111 1143 $(SOPHYAINCP)FitsIO/fitsio.h \ 1112 1144 $(SOPHYAINCP)FitsIO/longnam.h 1113 $(CXXCOMPILE ) -o $@ $<1145 $(CXXCOMPILELIB) -o $@ $< 1114 1146 1115 1147 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ … … 1143 1175 $(SOPHYAINCP)histerr.h \ 1144 1176 $(SOPHYAINCP)ntuple.h \ 1145 $(SOPHYAINCP)ntupintf.h pawexecut.h \ 1146 piacmd.h $(SOPHYAINCP)commander.h \ 1177 $(SOPHYAINCP)ntupintf.h \ 1178 pawexecut.h piacmd.h \ 1179 $(SOPHYAINCP)commander.h \ 1147 1180 $(SOPHYAINCP)pdlmgr.h \ 1148 1181 $(SOPHYAINCP)ctimer.h \ 1149 $(SOPHYAINCP)zthread.h dlftypes.h\1150 nobjmgr.h servnobjm.h nomgadapter.h \1182 $(SOPHYAINCP)zthread.h \ 1183 dlftypes.h nobjmgr.h servnobjm.h nomgadapter.h \ 1151 1184 $(SOPHYAINCP)pidrawer.h \ 1152 1185 $(SOPHYAINCP)pibwdggen.h \ … … 1174 1207 $(SOPHYAINCP)generalfit.h \ 1175 1208 $(SOPHYAINCP)generaldata.h \ 1176 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1209 $(SOPHYAINCP)poly.h \ 1210 pistdimgapp.h \ 1177 1211 $(SOPHYAINCP)piapplx.h \ 1178 1212 $(SOPHYAINCP)piapplgen.h \ … … 1203 1237 $(SOPHYAINCP)pi3dwdg.h \ 1204 1238 $(SOPHYAINCP)pi3ddrw.h \ 1205 $(SOPHYAINCP)pigraph3d.h pisiadw.h\1206 $(SOPHYAINCP)pilistx.h \1239 $(SOPHYAINCP)pigraph3d.h \ 1240 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1207 1241 $(SOPHYAINCP)pilistgen.h \ 1208 1242 $(SOPHYAINCP)pistzwin.h \ 1209 1243 $(SOPHYAINCP)pitherm.h \ 1210 $(SOPHYAINCP)resusage.h pihisto.h 1211 $(CXXCOMPILE) -o $@ $< 1244 $(SOPHYAINCP)resusage.h \ 1245 pihisto.h 1246 $(CXXCOMPILELIB) -o $@ $< 1212 1247 1213 1248 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ … … 1238 1273 $(SOPHYAINCP)ntupintf.h \ 1239 1274 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1240 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1275 pistdimgapp.h \ 1276 $(SOPHYAINCP)pisysdep.h \ 1241 1277 $(SOPHYAINCP)piapplx.h \ 1242 1278 $(SOPHYAINCP)piapplgen.h \ … … 1289 1325 $(SOPHYAINCP)pi3dwdg.h \ 1290 1326 $(SOPHYAINCP)pi3ddrw.h \ 1291 $(SOPHYAINCP)pigraph3d.h nobjmgr.h\1292 dlftypes.h piacmd.h \1327 $(SOPHYAINCP)pigraph3d.h \ 1328 nobjmgr.h dlftypes.h piacmd.h \ 1293 1329 $(SOPHYAINCP)commander.h \ 1294 1330 $(SOPHYAINCP)pdlmgr.h \ … … 1301 1337 $(SOPHYAINCP)resusage.h \ 1302 1338 $(SOPHYAINCP)piscdrawwdg.h 1303 $(CXXCOMPILE) -o $@ $< 1304 1305 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1306 piacmd.h $(SOPHYAINCP)machdefs.h \ 1339 $(CXXCOMPILELIB) -o $@ $< 1340 1341 $(SOPHYAOBJP)piacmd.o: piacmd.cc \ 1342 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 1343 $(SOPHYAINCP)machdefs.h \ 1307 1344 $(SOPHYAINCP)commander.h \ 1308 1345 $(SOPHYAINCP)pdlmgr.h \ … … 1318 1355 $(SOPHYAINCP)mutyv.h \ 1319 1356 $(SOPHYAINCP)ctimer.h \ 1320 $(SOPHYAINCP)zthread.h dlftypes.h \ 1321 basexecut.h $(SOPHYAINCP)strutil.h \ 1357 $(SOPHYAINCP)zthread.h \ 1358 dlftypes.h basexecut.h \ 1359 $(SOPHYAINCP)strutil.h \ 1322 1360 $(SOPHYAINCP)strutilxx.h \ 1323 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ 1361 $(SOPHYAINCP)srandgen.h \ 1362 pistdimgapp.h \ 1324 1363 $(SOPHYAINCP)pisysdep.h \ 1325 1364 $(SOPHYAINCP)piapplx.h \ … … 1373 1412 $(SOPHYAINCP)pi3dwdg.h \ 1374 1413 $(SOPHYAINCP)pi3ddrw.h \ 1375 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1376 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1414 $(SOPHYAINCP)pigraph3d.h \ 1415 nobjmgr.h pisiadw.h \ 1416 $(SOPHYAINCP)pilistx.h \ 1377 1417 $(SOPHYAINCP)pilistgen.h \ 1378 1418 $(SOPHYAINCP)pistzwin.h \ 1379 1419 $(SOPHYAINCP)pitherm.h \ 1380 $(SOPHYAINCP)resusage.h piafitting.h \ 1381 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1420 $(SOPHYAINCP)resusage.h \ 1421 piafitting.h nomgadapter.h \ 1422 $(SOPHYAINCP)ntupintf.h \ 1382 1423 $(SOPHYAINCP)generalfit.h \ 1383 1424 $(SOPHYAINCP)tvector.h \ … … 1394 1435 $(SOPHYAINCP)fmath.h pawexecut.h \ 1395 1436 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1396 $(CXXCOMPILE ) -o $@ $<1437 $(CXXCOMPILELIB) -o $@ $< 1397 1438 1398 1439 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ … … 1433 1474 $(SOPHYAINCP)histos2.h \ 1434 1475 $(SOPHYAINCP)hisprof.h \ 1435 $(SOPHYAINCP)objfitter.h piafitting.h \ 1436 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1476 $(SOPHYAINCP)objfitter.h \ 1477 piafitting.h nomgadapter.h \ 1478 $(SOPHYAINCP)pidrawer.h \ 1437 1479 $(SOPHYAINCP)pibwdggen.h \ 1438 1480 $(SOPHYAINCP)pisysdep.h \ … … 1457 1499 $(SOPHYAINCP)parradapter.h \ 1458 1500 $(SOPHYAINCP)lut.h \ 1459 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1501 $(SOPHYAINCP)pdlmgr.h dlftypes.h \ 1502 piacmd.h \ 1460 1503 $(SOPHYAINCP)commander.h \ 1461 1504 $(SOPHYAINCP)ctimer.h \ 1462 1505 $(SOPHYAINCP)zthread.h nobjmgr.h \ 1463 pistdimgapp.h $(SOPHYAINCP)piapplx.h \ 1464 $(SOPHYAINCP)piapplgen.h \ 1465 $(SOPHYAINCP)picontainerx.h \ 1466 $(SOPHYAINCP)picontainergen.h \ 1467 $(SOPHYAINCP)pimenubarx.h \ 1468 $(SOPHYAINCP)pimenubargen.h \ 1469 $(SOPHYAINCP)pimenux.h \ 1470 $(SOPHYAINCP)pimenugen.h \ 1471 $(SOPHYAINCP)picons.h \ 1472 $(SOPHYAINCP)pistdwdgx.h \ 1473 $(SOPHYAINCP)pistdwdggen.h \ 1474 $(SOPHYAINCP)pibwdgx.h \ 1475 $(SOPHYAINCP)pigraphps.h \ 1476 $(SOPHYAINCP)piwindowx.h \ 1477 $(SOPHYAINCP)piwindowgen.h \ 1478 $(SOPHYAINCP)pioptmenux.h \ 1479 $(SOPHYAINCP)pioptmenugen.h \ 1480 $(SOPHYAINCP)pifilechox.h \ 1481 $(SOPHYAINCP)pifilechogen.h \ 1482 $(SOPHYAINCP)piperiodx.h \ 1483 $(SOPHYAINCP)periodic.h \ 1484 $(SOPHYAINCP)piimage.h \ 1485 $(SOPHYAINCP)pieldrw.h \ 1486 $(SOPHYAINCP)pipixmapx.h \ 1487 $(SOPHYAINCP)pipixmapgen.h \ 1488 $(SOPHYAINCP)picmapview.h \ 1489 $(SOPHYAINCP)pi3dwdg.h \ 1490 $(SOPHYAINCP)pi3ddrw.h \ 1491 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1492 $(SOPHYAINCP)pilistx.h \ 1493 $(SOPHYAINCP)pilistgen.h \ 1494 $(SOPHYAINCP)pistzwin.h \ 1495 $(SOPHYAINCP)pitherm.h \ 1496 $(SOPHYAINCP)resusage.h nomhistadapter.h \ 1497 $(SOPHYAINCP)histerr.h \ 1498 $(SOPHYAINCP)xntuple.h \ 1499 $(SOPHYAINCP)basedtable.h \ 1500 $(SOPHYAINCP)segdatablock.h \ 1501 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1502 $(CXXCOMPILE) -o $@ $< 1503 1504 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc $(SOPHYAINCP)sopnamsp.h \ 1505 pigfd1.h $(SOPHYAINCP)generaldata.h \ 1506 $(SOPHYAINCP)objfio.h \ 1507 $(SOPHYAINCP)machdefs.h \ 1508 $(SOPHYAINCP)anydataobj.h \ 1509 $(SOPHYAINCP)ppersist.h \ 1510 $(SOPHYAINCP)pexceptions.h \ 1511 $(SOPHYAINCP)gnumd5.h \ 1512 $(SOPHYAINCP)ppfbinstream.h \ 1513 $(SOPHYAINCP)rawstream.h \ 1514 $(SOPHYAINCP)ppfnametag.h \ 1515 $(SOPHYAINCP)ntupintf.h \ 1516 $(SOPHYAINCP)poly.h \ 1517 $(SOPHYAINCP)peida.h \ 1518 $(SOPHYAINCP)utils.h \ 1519 $(SOPHYAINCP)perrors.h \ 1520 $(SOPHYAINCP)fmath.h \ 1521 $(SOPHYAINCP)tvector.h \ 1522 $(SOPHYAINCP)tmatrix.h \ 1523 $(SOPHYAINCP)tarray.h \ 1524 $(SOPHYAINCP)basarr.h \ 1525 $(SOPHYAINCP)mutyv.h \ 1526 $(SOPHYAINCP)dvlist.h \ 1527 $(SOPHYAINCP)ndatablock.h \ 1528 $(SOPHYAINCP)utilarr.h \ 1529 $(SOPHYAINCP)pidrawer.h \ 1530 $(SOPHYAINCP)pibwdggen.h \ 1531 $(SOPHYAINCP)pisysdep.h \ 1532 $(SOPHYAINCP)piwdgx.h \ 1533 $(SOPHYAINCP)piwdggen.h \ 1534 $(SOPHYAINCP)pimsghandler.h \ 1535 $(SOPHYAINCP)picolist.h \ 1536 $(SOPHYAINCP)picmap.h \ 1537 $(SOPHYAINCP)picmapx.h \ 1538 $(SOPHYAINCP)picmapgen.h \ 1539 $(SOPHYAINCP)pigraphx.h \ 1540 $(SOPHYAINCP)pigraphgen.h \ 1541 $(SOPHYAINCP)pifontx.h \ 1542 $(SOPHYAINCP)pifontgen.h \ 1543 $(SOPHYAINCP)pigrcoord.h \ 1544 $(SOPHYAINCP)pilineatt.h \ 1545 $(SOPHYAINCP)pigraphuc.h \ 1546 $(SOPHYAINCP)pievthandler.h \ 1547 $(SOPHYAINCP)psfile.h \ 1548 $(SOPHYAINCP)pigratt.h \ 1549 $(SOPHYAINCP)piaxes.h 1550 $(CXXCOMPILE) -o $@ $< 1551 1552 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc $(SOPHYAINCP)sopnamsp.h \ 1553 pigfd2.h $(SOPHYAINCP)generaldata.h \ 1554 $(SOPHYAINCP)objfio.h \ 1555 $(SOPHYAINCP)machdefs.h \ 1556 $(SOPHYAINCP)anydataobj.h \ 1557 $(SOPHYAINCP)ppersist.h \ 1558 $(SOPHYAINCP)pexceptions.h \ 1559 $(SOPHYAINCP)gnumd5.h \ 1560 $(SOPHYAINCP)ppfbinstream.h \ 1561 $(SOPHYAINCP)rawstream.h \ 1562 $(SOPHYAINCP)ppfnametag.h \ 1563 $(SOPHYAINCP)ntupintf.h \ 1564 $(SOPHYAINCP)poly.h \ 1565 $(SOPHYAINCP)peida.h \ 1566 $(SOPHYAINCP)utils.h \ 1567 $(SOPHYAINCP)perrors.h \ 1568 $(SOPHYAINCP)fmath.h \ 1569 $(SOPHYAINCP)tvector.h \ 1570 $(SOPHYAINCP)tmatrix.h \ 1571 $(SOPHYAINCP)tarray.h \ 1572 $(SOPHYAINCP)basarr.h \ 1573 $(SOPHYAINCP)mutyv.h \ 1574 $(SOPHYAINCP)dvlist.h \ 1575 $(SOPHYAINCP)ndatablock.h \ 1576 $(SOPHYAINCP)utilarr.h \ 1577 $(SOPHYAINCP)pi3ddrw.h \ 1578 $(SOPHYAINCP)pisysdep.h \ 1579 $(SOPHYAINCP)pidrawer.h \ 1580 $(SOPHYAINCP)pibwdggen.h \ 1581 $(SOPHYAINCP)piwdgx.h \ 1582 $(SOPHYAINCP)piwdggen.h \ 1583 $(SOPHYAINCP)pimsghandler.h \ 1584 $(SOPHYAINCP)picolist.h \ 1585 $(SOPHYAINCP)picmap.h \ 1586 $(SOPHYAINCP)picmapx.h \ 1587 $(SOPHYAINCP)picmapgen.h \ 1588 $(SOPHYAINCP)pigraphx.h \ 1589 $(SOPHYAINCP)pigraphgen.h \ 1590 $(SOPHYAINCP)pifontx.h \ 1591 $(SOPHYAINCP)pifontgen.h \ 1592 $(SOPHYAINCP)pigrcoord.h \ 1593 $(SOPHYAINCP)pilineatt.h \ 1594 $(SOPHYAINCP)pigraphuc.h \ 1595 $(SOPHYAINCP)pievthandler.h \ 1596 $(SOPHYAINCP)psfile.h \ 1597 $(SOPHYAINCP)pigratt.h \ 1598 $(SOPHYAINCP)piaxes.h \ 1599 $(SOPHYAINCP)pieldrw.h \ 1600 $(SOPHYAINCP)pigraph3d.h 1601 $(CXXCOMPILE) -o $@ $< 1602 1603 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1604 $(SOPHYAINCP)pisysdep.h \ 1605 $(SOPHYAINCP)machdefs.h \ 1606 $(SOPHYAINCP)piapplx.h \ 1607 $(SOPHYAINCP)piapplgen.h \ 1608 $(SOPHYAINCP)pimsghandler.h \ 1609 $(SOPHYAINCP)picontainerx.h \ 1610 $(SOPHYAINCP)picontainergen.h \ 1611 $(SOPHYAINCP)piwdgx.h \ 1612 $(SOPHYAINCP)piwdggen.h \ 1613 $(SOPHYAINCP)picolist.h \ 1614 $(SOPHYAINCP)pimenubarx.h \ 1615 $(SOPHYAINCP)pimenubargen.h \ 1616 $(SOPHYAINCP)pimenux.h \ 1617 $(SOPHYAINCP)pimenugen.h \ 1618 $(SOPHYAINCP)picons.h \ 1619 $(SOPHYAINCP)pistdwdgx.h \ 1620 $(SOPHYAINCP)pistdwdggen.h \ 1621 $(SOPHYAINCP)pibwdgx.h \ 1622 $(SOPHYAINCP)pibwdggen.h \ 1623 $(SOPHYAINCP)picmap.h \ 1624 $(SOPHYAINCP)picmapx.h \ 1625 $(SOPHYAINCP)picmapgen.h \ 1626 $(SOPHYAINCP)pigraphx.h \ 1627 $(SOPHYAINCP)pigraphgen.h \ 1628 $(SOPHYAINCP)pifontx.h \ 1629 $(SOPHYAINCP)pifontgen.h \ 1630 $(SOPHYAINCP)pigrcoord.h \ 1631 $(SOPHYAINCP)pilineatt.h \ 1632 $(SOPHYAINCP)pigraphuc.h \ 1633 $(SOPHYAINCP)pievthandler.h \ 1634 $(SOPHYAINCP)psfile.h \ 1635 $(SOPHYAINCP)pigraphps.h \ 1636 $(SOPHYAINCP)sopnamsp.h pihisto2d.h \ 1637 $(SOPHYAINCP)pioptmenux.h \ 1638 $(SOPHYAINCP)pioptmenugen.h \ 1639 $(SOPHYAINCP)histos2.h \ 1640 $(SOPHYAINCP)peida.h \ 1641 $(SOPHYAINCP)utils.h \ 1642 $(SOPHYAINCP)perrors.h \ 1643 $(SOPHYAINCP)pexceptions.h \ 1644 $(SOPHYAINCP)fmath.h \ 1645 $(SOPHYAINCP)histos.h \ 1646 $(SOPHYAINCP)objfio.h \ 1647 $(SOPHYAINCP)anydataobj.h \ 1648 $(SOPHYAINCP)ppersist.h \ 1649 $(SOPHYAINCP)gnumd5.h \ 1650 $(SOPHYAINCP)ppfbinstream.h \ 1651 $(SOPHYAINCP)rawstream.h \ 1652 $(SOPHYAINCP)ppfnametag.h \ 1653 $(SOPHYAINCP)tvector.h \ 1654 $(SOPHYAINCP)tmatrix.h \ 1655 $(SOPHYAINCP)tarray.h \ 1656 $(SOPHYAINCP)basarr.h \ 1657 $(SOPHYAINCP)mutyv.h \ 1658 $(SOPHYAINCP)dvlist.h \ 1659 $(SOPHYAINCP)ndatablock.h \ 1660 $(SOPHYAINCP)utilarr.h \ 1661 $(SOPHYAINCP)pidrawer.h \ 1662 $(SOPHYAINCP)pigratt.h \ 1663 $(SOPHYAINCP)piaxes.h \ 1664 $(SOPHYAINCP)piscdrawwdg.h \ 1665 $(SOPHYAINCP)piwindowx.h \ 1666 $(SOPHYAINCP)piwindowgen.h \ 1667 $(SOPHYAINCP)pieldrw.h \ 1668 $(SOPHYAINCP)nbrandom.h \ 1669 $(SOPHYAINCP)srandgen.h 1670 $(CXXCOMPILE) -o $@ $< 1671 1672 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1673 $(SOPHYAINCP)sopnamsp.h pihisto.h \ 1674 $(SOPHYAINCP)histos.h \ 1675 $(SOPHYAINCP)objfio.h \ 1676 $(SOPHYAINCP)machdefs.h \ 1677 $(SOPHYAINCP)anydataobj.h \ 1678 $(SOPHYAINCP)ppersist.h \ 1679 $(SOPHYAINCP)pexceptions.h \ 1680 $(SOPHYAINCP)gnumd5.h \ 1681 $(SOPHYAINCP)ppfbinstream.h \ 1682 $(SOPHYAINCP)rawstream.h \ 1683 $(SOPHYAINCP)ppfnametag.h \ 1684 $(SOPHYAINCP)peida.h \ 1685 $(SOPHYAINCP)utils.h \ 1686 $(SOPHYAINCP)perrors.h \ 1687 $(SOPHYAINCP)fmath.h \ 1688 $(SOPHYAINCP)tvector.h \ 1689 $(SOPHYAINCP)tmatrix.h \ 1690 $(SOPHYAINCP)tarray.h \ 1691 $(SOPHYAINCP)basarr.h \ 1692 $(SOPHYAINCP)mutyv.h \ 1693 $(SOPHYAINCP)dvlist.h \ 1694 $(SOPHYAINCP)ndatablock.h \ 1695 $(SOPHYAINCP)utilarr.h \ 1696 $(SOPHYAINCP)pidrawer.h \ 1697 $(SOPHYAINCP)pibwdggen.h \ 1698 $(SOPHYAINCP)pisysdep.h \ 1699 $(SOPHYAINCP)piwdgx.h \ 1700 $(SOPHYAINCP)piwdggen.h \ 1701 $(SOPHYAINCP)pimsghandler.h \ 1702 $(SOPHYAINCP)picolist.h \ 1703 $(SOPHYAINCP)picmap.h \ 1704 $(SOPHYAINCP)picmapx.h \ 1705 $(SOPHYAINCP)picmapgen.h \ 1706 $(SOPHYAINCP)pigraphx.h \ 1707 $(SOPHYAINCP)pigraphgen.h \ 1708 $(SOPHYAINCP)pifontx.h \ 1709 $(SOPHYAINCP)pifontgen.h \ 1710 $(SOPHYAINCP)pigrcoord.h \ 1711 $(SOPHYAINCP)pilineatt.h \ 1712 $(SOPHYAINCP)pigraphuc.h \ 1713 $(SOPHYAINCP)pievthandler.h \ 1714 $(SOPHYAINCP)psfile.h \ 1715 $(SOPHYAINCP)pigratt.h \ 1716 $(SOPHYAINCP)piaxes.h \ 1717 $(SOPHYAINCP)hisprof.h 1718 $(CXXCOMPILE) -o $@ $< 1719 1720 $(SOPHYAOBJP)piinit.o: piinit.cc $(SOPHYAINCP)sopnamsp.h \ 1721 $(SOPHYAINCP)machdefs.h piinit.h \ 1722 $(SOPHYAINCP)sambainit.h \ 1723 $(SOPHYAINCP)skymapinit.h \ 1724 $(SOPHYAINCP)sophyainit.h \ 1725 $(SOPHYAINCP)ntoolsinit.h \ 1726 $(SOPHYAINCP)tarrinit.h pistdimgapp.h \ 1727 $(SOPHYAINCP)pisysdep.h \ 1728 $(SOPHYAINCP)piapplx.h \ 1729 $(SOPHYAINCP)piapplgen.h \ 1730 $(SOPHYAINCP)pimsghandler.h \ 1731 $(SOPHYAINCP)picontainerx.h \ 1732 $(SOPHYAINCP)picontainergen.h \ 1733 $(SOPHYAINCP)piwdgx.h \ 1734 $(SOPHYAINCP)piwdggen.h \ 1735 $(SOPHYAINCP)picolist.h \ 1736 $(SOPHYAINCP)pimenubarx.h \ 1737 $(SOPHYAINCP)pimenubargen.h \ 1738 $(SOPHYAINCP)pimenux.h \ 1739 $(SOPHYAINCP)pimenugen.h \ 1740 $(SOPHYAINCP)picons.h \ 1741 $(SOPHYAINCP)pistdwdgx.h \ 1742 $(SOPHYAINCP)pistdwdggen.h \ 1743 $(SOPHYAINCP)pibwdgx.h \ 1744 $(SOPHYAINCP)pibwdggen.h \ 1745 $(SOPHYAINCP)picmap.h \ 1746 $(SOPHYAINCP)picmapx.h \ 1747 $(SOPHYAINCP)picmapgen.h \ 1748 $(SOPHYAINCP)pigraphx.h \ 1749 $(SOPHYAINCP)pigraphgen.h \ 1750 $(SOPHYAINCP)pifontx.h \ 1751 $(SOPHYAINCP)pifontgen.h \ 1752 $(SOPHYAINCP)pigrcoord.h \ 1753 $(SOPHYAINCP)pilineatt.h \ 1754 $(SOPHYAINCP)pigraphuc.h \ 1755 $(SOPHYAINCP)pievthandler.h \ 1756 $(SOPHYAINCP)psfile.h \ 1757 $(SOPHYAINCP)pigraphps.h \ 1758 $(SOPHYAINCP)piwindowx.h \ 1759 $(SOPHYAINCP)piwindowgen.h \ 1760 $(SOPHYAINCP)pioptmenux.h \ 1761 $(SOPHYAINCP)pioptmenugen.h \ 1762 $(SOPHYAINCP)pifilechox.h \ 1763 $(SOPHYAINCP)pifilechogen.h \ 1764 $(SOPHYAINCP)piperiodx.h \ 1765 $(SOPHYAINCP)periodic.h \ 1766 $(SOPHYAINCP)piimage.h \ 1767 $(SOPHYAINCP)parradapter.h \ 1768 $(SOPHYAINCP)lut.h \ 1769 $(SOPHYAINCP)pieldrw.h \ 1770 $(SOPHYAINCP)pidrawer.h \ 1771 $(SOPHYAINCP)pigratt.h \ 1772 $(SOPHYAINCP)piaxes.h \ 1773 $(SOPHYAINCP)pipixmapx.h \ 1774 $(SOPHYAINCP)pipixmapgen.h \ 1775 $(SOPHYAINCP)picmapview.h \ 1776 $(SOPHYAINCP)pi3dwdg.h \ 1777 $(SOPHYAINCP)pi3ddrw.h \ 1778 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1779 $(SOPHYAINCP)anydataobj.h \ 1780 $(SOPHYAINCP)ppersist.h \ 1781 $(SOPHYAINCP)pexceptions.h \ 1782 $(SOPHYAINCP)gnumd5.h \ 1783 $(SOPHYAINCP)ppfbinstream.h \ 1784 $(SOPHYAINCP)rawstream.h \ 1785 $(SOPHYAINCP)ppfnametag.h \ 1786 $(SOPHYAINCP)dvlist.h \ 1787 $(SOPHYAINCP)objfio.h \ 1788 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 1789 $(SOPHYAINCP)commander.h \ 1790 $(SOPHYAINCP)pdlmgr.h \ 1791 $(SOPHYAINCP)ctimer.h \ 1792 $(SOPHYAINCP)zthread.h pisiadw.h \ 1793 $(SOPHYAINCP)pilistx.h \ 1794 $(SOPHYAINCP)pilistgen.h \ 1795 $(SOPHYAINCP)pistzwin.h \ 1796 $(SOPHYAINCP)pitherm.h \ 1797 $(SOPHYAINCP)resusage.h servnobjm.h \ 1798 nomhistadapter.h nomgadapter.h \ 1799 $(SOPHYAINCP)ntupintf.h \ 1800 $(SOPHYAINCP)generalfit.h \ 1801 $(SOPHYAINCP)tvector.h \ 1802 $(SOPHYAINCP)tmatrix.h \ 1803 $(SOPHYAINCP)tarray.h \ 1804 $(SOPHYAINCP)basarr.h \ 1805 $(SOPHYAINCP)ndatablock.h \ 1806 $(SOPHYAINCP)utilarr.h \ 1807 $(SOPHYAINCP)generaldata.h \ 1808 $(SOPHYAINCP)poly.h \ 1809 $(SOPHYAINCP)peida.h \ 1810 $(SOPHYAINCP)utils.h \ 1811 $(SOPHYAINCP)perrors.h \ 1812 $(SOPHYAINCP)fmath.h \ 1813 $(SOPHYAINCP)histos.h \ 1814 $(SOPHYAINCP)histos2.h \ 1815 $(SOPHYAINCP)hisprof.h \ 1816 $(SOPHYAINCP)histerr.h \ 1817 $(SOPHYAINCP)ntuple.h \ 1818 $(SOPHYAINCP)xntuple.h \ 1819 $(SOPHYAINCP)basedtable.h \ 1820 $(SOPHYAINCP)segdatablock.h \ 1821 nomgfdadapter.h nomimagadapter.h \ 1822 $(SOPHYAINCP)cimage.h \ 1823 $(SOPHYAINCP)fioarr.h nomtmatvecadapter.h \ 1824 nomtarradapter.h $(SOPHYAINCP)datatable.h \ 1825 $(SOPHYAINCP)swppfdtable.h \ 1826 $(SOPHYAINCP)swsegdb.h \ 1827 $(SOPHYAINCP)ppfswapper.h \ 1828 $(SOPHYAINCP)ppftpointerio.h \ 1829 nomskymapadapter.h $(SOPHYAINCP)pixelmap.h \ 1830 $(SOPHYAINCP)spherepos.h \ 1831 $(SOPHYAINCP)unitvector.h \ 1832 $(SOPHYAINCP)vector3d.h \ 1833 $(SOPHYAINCP)longlat.h \ 1834 $(SOPHYAINCP)utilgeom.h \ 1835 $(SOPHYAINCP)spherethetaphi.h \ 1836 $(SOPHYAINCP)sphericalmap.h \ 1837 $(SOPHYAINCP)smathconst.h \ 1838 $(SOPHYAINCP)spherehealpix.h \ 1839 $(SOPHYAINCP)HEALPixUtils.h \ 1840 $(SOPHYAINCP)localmap.h \ 1841 $(SOPHYAINCP)sphereecp.h \ 1842 $(SOPHYAINCP)specrespvector.h \ 1843 $(SOPHYAINCP)specresp.h \ 1844 $(SOPHYAINCP)gaussfilt.h \ 1845 nomspecrespadapter.h 1846 $(CXXCOMPILE) -o $@ $< 1847 1848 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1849 $(SOPHYAINCP)sopnamsp.h pintup3d.h \ 1850 $(SOPHYAINCP)ntupintf.h \ 1851 $(SOPHYAINCP)machdefs.h \ 1852 $(SOPHYAINCP)pi3ddrw.h \ 1853 $(SOPHYAINCP)pisysdep.h \ 1854 $(SOPHYAINCP)pidrawer.h \ 1855 $(SOPHYAINCP)pibwdggen.h \ 1856 $(SOPHYAINCP)piwdgx.h \ 1857 $(SOPHYAINCP)piwdggen.h \ 1858 $(SOPHYAINCP)pimsghandler.h \ 1859 $(SOPHYAINCP)picolist.h \ 1860 $(SOPHYAINCP)picmap.h \ 1861 $(SOPHYAINCP)picmapx.h \ 1862 $(SOPHYAINCP)picmapgen.h \ 1863 $(SOPHYAINCP)pigraphx.h \ 1864 $(SOPHYAINCP)pigraphgen.h \ 1865 $(SOPHYAINCP)pifontx.h \ 1866 $(SOPHYAINCP)pifontgen.h \ 1867 $(SOPHYAINCP)pigrcoord.h \ 1868 $(SOPHYAINCP)pilineatt.h \ 1869 $(SOPHYAINCP)pigraphuc.h \ 1870 $(SOPHYAINCP)pievthandler.h \ 1871 $(SOPHYAINCP)psfile.h \ 1872 $(SOPHYAINCP)pigratt.h \ 1873 $(SOPHYAINCP)piaxes.h \ 1874 $(SOPHYAINCP)pieldrw.h \ 1875 $(SOPHYAINCP)pigraph3d.h 1876 $(CXXCOMPILE) -o $@ $< 1877 1878 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1879 $(SOPHYAINCP)sopnamsp.h pintuple.h \ 1880 $(SOPHYAINCP)ntupintf.h \ 1881 $(SOPHYAINCP)machdefs.h \ 1882 $(SOPHYAINCP)pidrawer.h \ 1883 $(SOPHYAINCP)pibwdggen.h \ 1884 $(SOPHYAINCP)pisysdep.h \ 1885 $(SOPHYAINCP)piwdgx.h \ 1886 $(SOPHYAINCP)piwdggen.h \ 1887 $(SOPHYAINCP)pimsghandler.h \ 1888 $(SOPHYAINCP)picolist.h \ 1889 $(SOPHYAINCP)picmap.h \ 1890 $(SOPHYAINCP)picmapx.h \ 1891 $(SOPHYAINCP)picmapgen.h \ 1892 $(SOPHYAINCP)pigraphx.h \ 1893 $(SOPHYAINCP)pigraphgen.h \ 1894 $(SOPHYAINCP)pifontx.h \ 1895 $(SOPHYAINCP)pifontgen.h \ 1896 $(SOPHYAINCP)pigrcoord.h \ 1897 $(SOPHYAINCP)pilineatt.h \ 1898 $(SOPHYAINCP)pigraphuc.h \ 1899 $(SOPHYAINCP)pievthandler.h \ 1900 $(SOPHYAINCP)psfile.h \ 1901 $(SOPHYAINCP)pigratt.h \ 1902 $(SOPHYAINCP)piaxes.h 1903 $(CXXCOMPILE) -o $@ $< 1904 1905 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1906 $(SOPHYAINCP)sopnamsp.h pipodrw.h \ 1907 $(SOPHYAINCP)machdefs.h \ 1908 $(SOPHYAINCP)pidrawer.h \ 1909 $(SOPHYAINCP)pibwdggen.h \ 1910 $(SOPHYAINCP)pisysdep.h \ 1911 $(SOPHYAINCP)piwdgx.h \ 1912 $(SOPHYAINCP)piwdggen.h \ 1913 $(SOPHYAINCP)pimsghandler.h \ 1914 $(SOPHYAINCP)picolist.h \ 1915 $(SOPHYAINCP)picmap.h \ 1916 $(SOPHYAINCP)picmapx.h \ 1917 $(SOPHYAINCP)picmapgen.h \ 1918 $(SOPHYAINCP)pigraphx.h \ 1919 $(SOPHYAINCP)pigraphgen.h \ 1920 $(SOPHYAINCP)pifontx.h \ 1921 $(SOPHYAINCP)pifontgen.h \ 1922 $(SOPHYAINCP)pigrcoord.h \ 1923 $(SOPHYAINCP)pilineatt.h \ 1924 $(SOPHYAINCP)pigraphuc.h \ 1925 $(SOPHYAINCP)pievthandler.h \ 1926 $(SOPHYAINCP)psfile.h \ 1927 $(SOPHYAINCP)pigratt.h \ 1928 $(SOPHYAINCP)piaxes.h \ 1929 $(SOPHYAINCP)parradapter.h \ 1930 $(SOPHYAINCP)lut.h \ 1931 $(SOPHYAINCP)histos2.h \ 1932 $(SOPHYAINCP)peida.h \ 1933 $(SOPHYAINCP)utils.h \ 1934 $(SOPHYAINCP)perrors.h \ 1935 $(SOPHYAINCP)pexceptions.h \ 1936 $(SOPHYAINCP)fmath.h \ 1937 $(SOPHYAINCP)histos.h \ 1938 $(SOPHYAINCP)objfio.h \ 1939 $(SOPHYAINCP)anydataobj.h \ 1940 $(SOPHYAINCP)ppersist.h \ 1941 $(SOPHYAINCP)gnumd5.h \ 1942 $(SOPHYAINCP)ppfbinstream.h \ 1943 $(SOPHYAINCP)rawstream.h \ 1944 $(SOPHYAINCP)ppfnametag.h \ 1945 $(SOPHYAINCP)tvector.h \ 1946 $(SOPHYAINCP)tmatrix.h \ 1947 $(SOPHYAINCP)tarray.h \ 1948 $(SOPHYAINCP)basarr.h \ 1949 $(SOPHYAINCP)mutyv.h \ 1950 $(SOPHYAINCP)dvlist.h \ 1951 $(SOPHYAINCP)ndatablock.h \ 1952 $(SOPHYAINCP)utilarr.h \ 1953 $(SOPHYAINCP)generalfit.h \ 1954 $(SOPHYAINCP)generaldata.h \ 1955 $(SOPHYAINCP)ntupintf.h \ 1956 $(SOPHYAINCP)poly.h 1957 $(CXXCOMPILE) -o $@ $< 1958 1959 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 1960 $(SOPHYAINCP)sopnamsp.h \ 1961 $(SOPHYAINCP)machdefs.h \ 1962 $(SOPHYAINCP)perrors.h \ 1963 $(SOPHYAINCP)pexceptions.h \ 1964 $(SOPHYAINCP)ctimer.h \ 1965 $(SOPHYAINCP)nbmath.h \ 1966 $(SOPHYAINCP)smathconst.h pistdimgapp.h \ 1967 $(SOPHYAINCP)pisysdep.h \ 1968 $(SOPHYAINCP)piapplx.h \ 1969 $(SOPHYAINCP)piapplgen.h \ 1970 $(SOPHYAINCP)pimsghandler.h \ 1971 $(SOPHYAINCP)picontainerx.h \ 1972 $(SOPHYAINCP)picontainergen.h \ 1973 $(SOPHYAINCP)piwdgx.h \ 1974 $(SOPHYAINCP)piwdggen.h \ 1975 $(SOPHYAINCP)picolist.h \ 1976 $(SOPHYAINCP)pimenubarx.h \ 1977 $(SOPHYAINCP)pimenubargen.h \ 1978 $(SOPHYAINCP)pimenux.h \ 1979 $(SOPHYAINCP)pimenugen.h \ 1980 $(SOPHYAINCP)picons.h \ 1981 $(SOPHYAINCP)pistdwdgx.h \ 1982 $(SOPHYAINCP)pistdwdggen.h \ 1983 $(SOPHYAINCP)pibwdgx.h \ 1984 $(SOPHYAINCP)pibwdggen.h \ 1985 $(SOPHYAINCP)picmap.h \ 1986 $(SOPHYAINCP)picmapx.h \ 1987 $(SOPHYAINCP)picmapgen.h \ 1988 $(SOPHYAINCP)pigraphx.h \ 1989 $(SOPHYAINCP)pigraphgen.h \ 1990 $(SOPHYAINCP)pifontx.h \ 1991 $(SOPHYAINCP)pifontgen.h \ 1992 $(SOPHYAINCP)pigrcoord.h \ 1993 $(SOPHYAINCP)pilineatt.h \ 1994 $(SOPHYAINCP)pigraphuc.h \ 1995 $(SOPHYAINCP)pievthandler.h \ 1996 $(SOPHYAINCP)psfile.h \ 1997 $(SOPHYAINCP)pigraphps.h \ 1998 $(SOPHYAINCP)piwindowx.h \ 1999 $(SOPHYAINCP)piwindowgen.h \ 2000 $(SOPHYAINCP)pioptmenux.h \ 2001 $(SOPHYAINCP)pioptmenugen.h \ 2002 $(SOPHYAINCP)pifilechox.h \ 2003 $(SOPHYAINCP)pifilechogen.h \ 2004 $(SOPHYAINCP)piperiodx.h \ 2005 $(SOPHYAINCP)periodic.h \ 2006 $(SOPHYAINCP)piimage.h \ 2007 $(SOPHYAINCP)parradapter.h \ 2008 $(SOPHYAINCP)lut.h \ 2009 $(SOPHYAINCP)pieldrw.h \ 2010 $(SOPHYAINCP)pidrawer.h \ 2011 $(SOPHYAINCP)pigratt.h \ 2012 $(SOPHYAINCP)piaxes.h \ 2013 $(SOPHYAINCP)pipixmapx.h \ 2014 $(SOPHYAINCP)pipixmapgen.h \ 2015 $(SOPHYAINCP)picmapview.h \ 2016 $(SOPHYAINCP)pi3dwdg.h \ 2017 $(SOPHYAINCP)pi3ddrw.h \ 2018 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2019 $(SOPHYAINCP)anydataobj.h \ 2020 $(SOPHYAINCP)ppersist.h \ 2021 $(SOPHYAINCP)gnumd5.h \ 2022 $(SOPHYAINCP)ppfbinstream.h \ 2023 $(SOPHYAINCP)rawstream.h \ 2024 $(SOPHYAINCP)ppfnametag.h \ 2025 $(SOPHYAINCP)dvlist.h \ 2026 $(SOPHYAINCP)objfio.h \ 2027 $(SOPHYAINCP)mutyv.h dlftypes.h piacmd.h \ 2028 $(SOPHYAINCP)commander.h \ 2029 $(SOPHYAINCP)pdlmgr.h \ 2030 $(SOPHYAINCP)zthread.h pisiadw.h \ 2031 $(SOPHYAINCP)pilistx.h \ 2032 $(SOPHYAINCP)pilistgen.h \ 2033 $(SOPHYAINCP)pistzwin.h \ 2034 $(SOPHYAINCP)pitherm.h \ 2035 $(SOPHYAINCP)resusage.h servnobjm.h 2036 $(CXXCOMPILE) -o $@ $< 2037 2038 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2039 $(SOPHYAINCP)sopnamsp.h \ 2040 $(SOPHYAINCP)machdefs.h \ 2041 $(SOPHYAINCP)strutil.h \ 2042 $(SOPHYAINCP)timing.h \ 2043 $(SOPHYAINCP)perrors.h \ 2044 $(SOPHYAINCP)pexceptions.h \ 2045 $(SOPHYAINCP)ctimer.h \ 2046 $(SOPHYAINCP)psighand.h \ 2047 $(SOPHYAINCP)cimage.h \ 2048 $(SOPHYAINCP)tmatrix.h \ 2049 $(SOPHYAINCP)tarray.h \ 2050 $(SOPHYAINCP)basarr.h \ 2051 $(SOPHYAINCP)anydataobj.h \ 2052 $(SOPHYAINCP)mutyv.h \ 2053 $(SOPHYAINCP)dvlist.h \ 2054 $(SOPHYAINCP)objfio.h \ 2055 $(SOPHYAINCP)ppersist.h \ 2056 $(SOPHYAINCP)gnumd5.h \ 2057 $(SOPHYAINCP)ppfbinstream.h \ 2058 $(SOPHYAINCP)rawstream.h \ 2059 $(SOPHYAINCP)ppfnametag.h \ 2060 $(SOPHYAINCP)ndatablock.h \ 2061 $(SOPHYAINCP)utilarr.h \ 2062 $(SOPHYAINCP)fioarr.h \ 2063 $(SOPHYAINCP)tvector.h pistdimgapp.h \ 2064 $(SOPHYAINCP)pisysdep.h \ 2065 $(SOPHYAINCP)piapplx.h \ 2066 $(SOPHYAINCP)piapplgen.h \ 2067 $(SOPHYAINCP)pimsghandler.h \ 2068 $(SOPHYAINCP)picontainerx.h \ 2069 $(SOPHYAINCP)picontainergen.h \ 2070 $(SOPHYAINCP)piwdgx.h \ 2071 $(SOPHYAINCP)piwdggen.h \ 2072 $(SOPHYAINCP)picolist.h \ 2073 $(SOPHYAINCP)pimenubarx.h \ 2074 $(SOPHYAINCP)pimenubargen.h \ 2075 $(SOPHYAINCP)pimenux.h \ 2076 $(SOPHYAINCP)pimenugen.h \ 2077 $(SOPHYAINCP)picons.h \ 2078 $(SOPHYAINCP)pistdwdgx.h \ 2079 $(SOPHYAINCP)pistdwdggen.h \ 2080 $(SOPHYAINCP)pibwdgx.h \ 2081 $(SOPHYAINCP)pibwdggen.h \ 2082 $(SOPHYAINCP)picmap.h \ 2083 $(SOPHYAINCP)picmapx.h \ 2084 $(SOPHYAINCP)picmapgen.h \ 2085 $(SOPHYAINCP)pigraphx.h \ 2086 $(SOPHYAINCP)pigraphgen.h \ 2087 $(SOPHYAINCP)pifontx.h \ 2088 $(SOPHYAINCP)pifontgen.h \ 2089 $(SOPHYAINCP)pigrcoord.h \ 2090 $(SOPHYAINCP)pilineatt.h \ 2091 $(SOPHYAINCP)pigraphuc.h \ 2092 $(SOPHYAINCP)pievthandler.h \ 2093 $(SOPHYAINCP)psfile.h \ 2094 $(SOPHYAINCP)pigraphps.h \ 2095 $(SOPHYAINCP)piwindowx.h \ 2096 $(SOPHYAINCP)piwindowgen.h \ 2097 $(SOPHYAINCP)pioptmenux.h \ 2098 $(SOPHYAINCP)pioptmenugen.h \ 2099 $(SOPHYAINCP)pifilechox.h \ 2100 $(SOPHYAINCP)pifilechogen.h \ 2101 $(SOPHYAINCP)piperiodx.h \ 2102 $(SOPHYAINCP)periodic.h \ 2103 $(SOPHYAINCP)piimage.h \ 2104 $(SOPHYAINCP)parradapter.h \ 2105 $(SOPHYAINCP)lut.h \ 2106 $(SOPHYAINCP)pieldrw.h \ 2107 $(SOPHYAINCP)pidrawer.h \ 2108 $(SOPHYAINCP)pigratt.h \ 2109 $(SOPHYAINCP)piaxes.h \ 2110 $(SOPHYAINCP)pipixmapx.h \ 2111 $(SOPHYAINCP)pipixmapgen.h \ 2112 $(SOPHYAINCP)picmapview.h \ 2113 $(SOPHYAINCP)pi3dwdg.h \ 2114 $(SOPHYAINCP)pi3ddrw.h \ 2115 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 2116 dlftypes.h piacmd.h \ 2117 $(SOPHYAINCP)commander.h \ 2118 $(SOPHYAINCP)pdlmgr.h \ 2119 $(SOPHYAINCP)zthread.h pisiadw.h \ 2120 $(SOPHYAINCP)pilistx.h \ 2121 $(SOPHYAINCP)pilistgen.h \ 2122 $(SOPHYAINCP)pistzwin.h \ 2123 $(SOPHYAINCP)pitherm.h \ 2124 $(SOPHYAINCP)resusage.h servnobjm.h \ 2125 $(SOPHYAINCP)piimgtools.h \ 2126 $(SOPHYAINCP)pidrwtools.h \ 2127 $(SOPHYAINCP)piaxestools.h \ 2128 $(SOPHYAINCP)piscdrawwdg.h piinit.h \ 2129 $(SOPHYAINCP)sambainit.h \ 2130 $(SOPHYAINCP)skymapinit.h \ 2131 $(SOPHYAINCP)sophyainit.h \ 2132 $(SOPHYAINCP)ntoolsinit.h \ 2133 $(SOPHYAINCP)tarrinit.h \ 2134 $(SOPHYAINCP)piversion.h piaversion.h 2135 $(CXXCOMPILE) -o $@ $< 2136 2137 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2138 $(SOPHYAINCP)sopnamsp.h pitvmaad.h \ 2139 $(SOPHYAINCP)machdefs.h \ 2140 $(SOPHYAINCP)parradapter.h \ 2141 $(SOPHYAINCP)lut.h \ 2142 $(SOPHYAINCP)tmatrix.h \ 2143 $(SOPHYAINCP)tarray.h \ 2144 $(SOPHYAINCP)basarr.h \ 2145 $(SOPHYAINCP)anydataobj.h \ 2146 $(SOPHYAINCP)mutyv.h \ 2147 $(SOPHYAINCP)dvlist.h \ 2148 $(SOPHYAINCP)objfio.h \ 2149 $(SOPHYAINCP)ppersist.h \ 2150 $(SOPHYAINCP)pexceptions.h \ 2151 $(SOPHYAINCP)gnumd5.h \ 2152 $(SOPHYAINCP)ppfbinstream.h \ 2153 $(SOPHYAINCP)rawstream.h \ 2154 $(SOPHYAINCP)ppfnametag.h \ 2155 $(SOPHYAINCP)ndatablock.h \ 2156 $(SOPHYAINCP)utilarr.h \ 2157 $(SOPHYAINCP)tvector.h 2158 $(CXXCOMPILE) -o $@ $< 2159 2160 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2161 $(SOPHYAINCP)sopnamsp.h \ 2162 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2163 $(SOPHYAINCP)machdefs.h \ 2164 $(SOPHYAINCP)anydataobj.h \ 2165 $(SOPHYAINCP)ppersist.h \ 2166 $(SOPHYAINCP)pexceptions.h \ 2167 $(SOPHYAINCP)gnumd5.h \ 2168 $(SOPHYAINCP)ppfbinstream.h \ 2169 $(SOPHYAINCP)rawstream.h \ 2170 $(SOPHYAINCP)ppfnametag.h \ 2171 $(SOPHYAINCP)dvlist.h \ 2172 $(SOPHYAINCP)objfio.h \ 2173 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2174 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 2175 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 2176 $(SOPHYAINCP)pibwdggen.h \ 2177 $(SOPHYAINCP)pisysdep.h \ 2178 $(SOPHYAINCP)piwdgx.h \ 2179 $(SOPHYAINCP)piwdggen.h \ 2180 $(SOPHYAINCP)pimsghandler.h \ 2181 $(SOPHYAINCP)picolist.h \ 2182 $(SOPHYAINCP)picmap.h \ 2183 $(SOPHYAINCP)picmapx.h \ 2184 $(SOPHYAINCP)picmapgen.h \ 2185 $(SOPHYAINCP)pigraphx.h \ 2186 $(SOPHYAINCP)pigraphgen.h \ 2187 $(SOPHYAINCP)pifontx.h \ 2188 $(SOPHYAINCP)pifontgen.h \ 2189 $(SOPHYAINCP)pigrcoord.h \ 2190 $(SOPHYAINCP)pilineatt.h \ 2191 $(SOPHYAINCP)pigraphuc.h \ 2192 $(SOPHYAINCP)pievthandler.h \ 2193 $(SOPHYAINCP)psfile.h \ 2194 $(SOPHYAINCP)pigratt.h \ 2195 $(SOPHYAINCP)piaxes.h \ 2196 $(SOPHYAINCP)parradapter.h \ 2197 $(SOPHYAINCP)lut.h \ 2198 $(SOPHYAINCP)ntupintf.h \ 2199 $(SOPHYAINCP)generalfit.h \ 2200 $(SOPHYAINCP)tvector.h \ 2201 $(SOPHYAINCP)tmatrix.h \ 2202 $(SOPHYAINCP)tarray.h \ 2203 $(SOPHYAINCP)basarr.h \ 2204 $(SOPHYAINCP)ndatablock.h \ 2205 $(SOPHYAINCP)utilarr.h \ 2206 $(SOPHYAINCP)generaldata.h \ 2207 $(SOPHYAINCP)poly.h \ 2208 $(SOPHYAINCP)peida.h \ 2209 $(SOPHYAINCP)utils.h \ 2210 $(SOPHYAINCP)perrors.h \ 2211 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 1506 pistdimgapp.h \ 2212 1507 $(SOPHYAINCP)piapplx.h \ 2213 1508 $(SOPHYAINCP)piapplgen.h \ … … 2238 1533 $(SOPHYAINCP)pi3dwdg.h \ 2239 1534 $(SOPHYAINCP)pi3ddrw.h \ 2240 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 1535 $(SOPHYAINCP)pigraph3d.h \ 1536 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1537 $(SOPHYAINCP)pilistgen.h \ 1538 $(SOPHYAINCP)pistzwin.h \ 1539 $(SOPHYAINCP)pitherm.h \ 1540 $(SOPHYAINCP)resusage.h \ 1541 nomhistadapter.h \ 1542 $(SOPHYAINCP)histerr.h \ 1543 $(SOPHYAINCP)xntuple.h \ 1544 $(SOPHYAINCP)basedtable.h \ 1545 $(SOPHYAINCP)segdatablock.h \ 1546 nomgfdadapter.h nomimagadapter.h nomtmatvecadapter.h 1547 $(CXXCOMPILELIB) -o $@ $< 1548 1549 $(SOPHYAOBJP)pigfd1.o: pigfd1.cc \ 1550 $(SOPHYAINCP)sopnamsp.h pigfd1.h \ 1551 $(SOPHYAINCP)generaldata.h \ 1552 $(SOPHYAINCP)objfio.h \ 1553 $(SOPHYAINCP)machdefs.h \ 1554 $(SOPHYAINCP)anydataobj.h \ 1555 $(SOPHYAINCP)ppersist.h \ 1556 $(SOPHYAINCP)pexceptions.h \ 1557 $(SOPHYAINCP)gnumd5.h \ 1558 $(SOPHYAINCP)ppfbinstream.h \ 1559 $(SOPHYAINCP)rawstream.h \ 1560 $(SOPHYAINCP)ppfnametag.h \ 1561 $(SOPHYAINCP)ntupintf.h \ 1562 $(SOPHYAINCP)poly.h \ 1563 $(SOPHYAINCP)peida.h \ 1564 $(SOPHYAINCP)utils.h \ 1565 $(SOPHYAINCP)perrors.h \ 1566 $(SOPHYAINCP)fmath.h \ 1567 $(SOPHYAINCP)tvector.h \ 1568 $(SOPHYAINCP)tmatrix.h \ 1569 $(SOPHYAINCP)tarray.h \ 1570 $(SOPHYAINCP)basarr.h \ 1571 $(SOPHYAINCP)mutyv.h \ 1572 $(SOPHYAINCP)dvlist.h \ 1573 $(SOPHYAINCP)ndatablock.h \ 1574 $(SOPHYAINCP)utilarr.h \ 1575 $(SOPHYAINCP)pidrawer.h \ 1576 $(SOPHYAINCP)pibwdggen.h \ 1577 $(SOPHYAINCP)pisysdep.h \ 1578 $(SOPHYAINCP)piwdgx.h \ 1579 $(SOPHYAINCP)piwdggen.h \ 1580 $(SOPHYAINCP)pimsghandler.h \ 1581 $(SOPHYAINCP)picolist.h \ 1582 $(SOPHYAINCP)picmap.h \ 1583 $(SOPHYAINCP)picmapx.h \ 1584 $(SOPHYAINCP)picmapgen.h \ 1585 $(SOPHYAINCP)pigraphx.h \ 1586 $(SOPHYAINCP)pigraphgen.h \ 1587 $(SOPHYAINCP)pifontx.h \ 1588 $(SOPHYAINCP)pifontgen.h \ 1589 $(SOPHYAINCP)pigrcoord.h \ 1590 $(SOPHYAINCP)pilineatt.h \ 1591 $(SOPHYAINCP)pigraphuc.h \ 1592 $(SOPHYAINCP)pievthandler.h \ 1593 $(SOPHYAINCP)psfile.h \ 1594 $(SOPHYAINCP)pigratt.h \ 1595 $(SOPHYAINCP)piaxes.h 1596 $(CXXCOMPILELIB) -o $@ $< 1597 1598 $(SOPHYAOBJP)pigfd2.o: pigfd2.cc \ 1599 $(SOPHYAINCP)sopnamsp.h pigfd2.h \ 1600 $(SOPHYAINCP)generaldata.h \ 1601 $(SOPHYAINCP)objfio.h \ 1602 $(SOPHYAINCP)machdefs.h \ 1603 $(SOPHYAINCP)anydataobj.h \ 1604 $(SOPHYAINCP)ppersist.h \ 1605 $(SOPHYAINCP)pexceptions.h \ 1606 $(SOPHYAINCP)gnumd5.h \ 1607 $(SOPHYAINCP)ppfbinstream.h \ 1608 $(SOPHYAINCP)rawstream.h \ 1609 $(SOPHYAINCP)ppfnametag.h \ 1610 $(SOPHYAINCP)ntupintf.h \ 1611 $(SOPHYAINCP)poly.h \ 1612 $(SOPHYAINCP)peida.h \ 1613 $(SOPHYAINCP)utils.h \ 1614 $(SOPHYAINCP)perrors.h \ 1615 $(SOPHYAINCP)fmath.h \ 1616 $(SOPHYAINCP)tvector.h \ 1617 $(SOPHYAINCP)tmatrix.h \ 1618 $(SOPHYAINCP)tarray.h \ 1619 $(SOPHYAINCP)basarr.h \ 1620 $(SOPHYAINCP)mutyv.h \ 1621 $(SOPHYAINCP)dvlist.h \ 1622 $(SOPHYAINCP)ndatablock.h \ 1623 $(SOPHYAINCP)utilarr.h \ 1624 $(SOPHYAINCP)pi3ddrw.h \ 1625 $(SOPHYAINCP)pisysdep.h \ 1626 $(SOPHYAINCP)pidrawer.h \ 1627 $(SOPHYAINCP)pibwdggen.h \ 1628 $(SOPHYAINCP)piwdgx.h \ 1629 $(SOPHYAINCP)piwdggen.h \ 1630 $(SOPHYAINCP)pimsghandler.h \ 1631 $(SOPHYAINCP)picolist.h \ 1632 $(SOPHYAINCP)picmap.h \ 1633 $(SOPHYAINCP)picmapx.h \ 1634 $(SOPHYAINCP)picmapgen.h \ 1635 $(SOPHYAINCP)pigraphx.h \ 1636 $(SOPHYAINCP)pigraphgen.h \ 1637 $(SOPHYAINCP)pifontx.h \ 1638 $(SOPHYAINCP)pifontgen.h \ 1639 $(SOPHYAINCP)pigrcoord.h \ 1640 $(SOPHYAINCP)pilineatt.h \ 1641 $(SOPHYAINCP)pigraphuc.h \ 1642 $(SOPHYAINCP)pievthandler.h \ 1643 $(SOPHYAINCP)psfile.h \ 1644 $(SOPHYAINCP)pigratt.h \ 1645 $(SOPHYAINCP)piaxes.h \ 1646 $(SOPHYAINCP)pieldrw.h \ 1647 $(SOPHYAINCP)pigraph3d.h 1648 $(CXXCOMPILELIB) -o $@ $< 1649 1650 $(SOPHYAOBJP)pihisto2d.o: pihisto2d.cc \ 1651 $(SOPHYAINCP)pisysdep.h \ 1652 $(SOPHYAINCP)machdefs.h \ 1653 $(SOPHYAINCP)piapplx.h \ 1654 $(SOPHYAINCP)piapplgen.h \ 1655 $(SOPHYAINCP)pimsghandler.h \ 1656 $(SOPHYAINCP)picontainerx.h \ 1657 $(SOPHYAINCP)picontainergen.h \ 1658 $(SOPHYAINCP)piwdgx.h \ 1659 $(SOPHYAINCP)piwdggen.h \ 1660 $(SOPHYAINCP)picolist.h \ 1661 $(SOPHYAINCP)pimenubarx.h \ 1662 $(SOPHYAINCP)pimenubargen.h \ 1663 $(SOPHYAINCP)pimenux.h \ 1664 $(SOPHYAINCP)pimenugen.h \ 1665 $(SOPHYAINCP)picons.h \ 1666 $(SOPHYAINCP)pistdwdgx.h \ 1667 $(SOPHYAINCP)pistdwdggen.h \ 1668 $(SOPHYAINCP)pibwdgx.h \ 1669 $(SOPHYAINCP)pibwdggen.h \ 1670 $(SOPHYAINCP)picmap.h \ 1671 $(SOPHYAINCP)picmapx.h \ 1672 $(SOPHYAINCP)picmapgen.h \ 1673 $(SOPHYAINCP)pigraphx.h \ 1674 $(SOPHYAINCP)pigraphgen.h \ 1675 $(SOPHYAINCP)pifontx.h \ 1676 $(SOPHYAINCP)pifontgen.h \ 1677 $(SOPHYAINCP)pigrcoord.h \ 1678 $(SOPHYAINCP)pilineatt.h \ 1679 $(SOPHYAINCP)pigraphuc.h \ 1680 $(SOPHYAINCP)pievthandler.h \ 1681 $(SOPHYAINCP)psfile.h \ 1682 $(SOPHYAINCP)pigraphps.h \ 1683 $(SOPHYAINCP)sopnamsp.h \ 1684 pihisto2d.h \ 1685 $(SOPHYAINCP)pioptmenux.h \ 1686 $(SOPHYAINCP)pioptmenugen.h \ 1687 $(SOPHYAINCP)histos2.h \ 1688 $(SOPHYAINCP)peida.h \ 1689 $(SOPHYAINCP)utils.h \ 1690 $(SOPHYAINCP)perrors.h \ 1691 $(SOPHYAINCP)pexceptions.h \ 1692 $(SOPHYAINCP)fmath.h \ 1693 $(SOPHYAINCP)histos.h \ 1694 $(SOPHYAINCP)objfio.h \ 1695 $(SOPHYAINCP)anydataobj.h \ 1696 $(SOPHYAINCP)ppersist.h \ 1697 $(SOPHYAINCP)gnumd5.h \ 1698 $(SOPHYAINCP)ppfbinstream.h \ 1699 $(SOPHYAINCP)rawstream.h \ 1700 $(SOPHYAINCP)ppfnametag.h \ 1701 $(SOPHYAINCP)tvector.h \ 1702 $(SOPHYAINCP)tmatrix.h \ 1703 $(SOPHYAINCP)tarray.h \ 1704 $(SOPHYAINCP)basarr.h \ 1705 $(SOPHYAINCP)mutyv.h \ 1706 $(SOPHYAINCP)dvlist.h \ 1707 $(SOPHYAINCP)ndatablock.h \ 1708 $(SOPHYAINCP)utilarr.h \ 1709 $(SOPHYAINCP)pidrawer.h \ 1710 $(SOPHYAINCP)pigratt.h \ 1711 $(SOPHYAINCP)piaxes.h \ 1712 $(SOPHYAINCP)piscdrawwdg.h \ 1713 $(SOPHYAINCP)piwindowx.h \ 1714 $(SOPHYAINCP)piwindowgen.h \ 1715 $(SOPHYAINCP)pieldrw.h \ 1716 $(SOPHYAINCP)nbrandom.h \ 1717 $(SOPHYAINCP)srandgen.h 1718 $(CXXCOMPILELIB) -o $@ $< 1719 1720 $(SOPHYAOBJP)pihisto.o: pihisto.cc \ 1721 $(SOPHYAINCP)sopnamsp.h \ 1722 pihisto.h $(SOPHYAINCP)histos.h \ 1723 $(SOPHYAINCP)objfio.h \ 1724 $(SOPHYAINCP)machdefs.h \ 1725 $(SOPHYAINCP)anydataobj.h \ 1726 $(SOPHYAINCP)ppersist.h \ 1727 $(SOPHYAINCP)pexceptions.h \ 1728 $(SOPHYAINCP)gnumd5.h \ 1729 $(SOPHYAINCP)ppfbinstream.h \ 1730 $(SOPHYAINCP)rawstream.h \ 1731 $(SOPHYAINCP)ppfnametag.h \ 1732 $(SOPHYAINCP)peida.h \ 1733 $(SOPHYAINCP)utils.h \ 1734 $(SOPHYAINCP)perrors.h \ 1735 $(SOPHYAINCP)fmath.h \ 1736 $(SOPHYAINCP)tvector.h \ 1737 $(SOPHYAINCP)tmatrix.h \ 1738 $(SOPHYAINCP)tarray.h \ 1739 $(SOPHYAINCP)basarr.h \ 1740 $(SOPHYAINCP)mutyv.h \ 1741 $(SOPHYAINCP)dvlist.h \ 1742 $(SOPHYAINCP)ndatablock.h \ 1743 $(SOPHYAINCP)utilarr.h \ 1744 $(SOPHYAINCP)pidrawer.h \ 1745 $(SOPHYAINCP)pibwdggen.h \ 1746 $(SOPHYAINCP)pisysdep.h \ 1747 $(SOPHYAINCP)piwdgx.h \ 1748 $(SOPHYAINCP)piwdggen.h \ 1749 $(SOPHYAINCP)pimsghandler.h \ 1750 $(SOPHYAINCP)picolist.h \ 1751 $(SOPHYAINCP)picmap.h \ 1752 $(SOPHYAINCP)picmapx.h \ 1753 $(SOPHYAINCP)picmapgen.h \ 1754 $(SOPHYAINCP)pigraphx.h \ 1755 $(SOPHYAINCP)pigraphgen.h \ 1756 $(SOPHYAINCP)pifontx.h \ 1757 $(SOPHYAINCP)pifontgen.h \ 1758 $(SOPHYAINCP)pigrcoord.h \ 1759 $(SOPHYAINCP)pilineatt.h \ 1760 $(SOPHYAINCP)pigraphuc.h \ 1761 $(SOPHYAINCP)pievthandler.h \ 1762 $(SOPHYAINCP)psfile.h \ 1763 $(SOPHYAINCP)pigratt.h \ 1764 $(SOPHYAINCP)piaxes.h \ 1765 $(SOPHYAINCP)hisprof.h 1766 $(CXXCOMPILELIB) -o $@ $< 1767 1768 $(SOPHYAOBJP)piinit.o: piinit.cc \ 1769 $(SOPHYAINCP)sopnamsp.h \ 1770 $(SOPHYAINCP)machdefs.h piinit.h \ 1771 $(SOPHYAINCP)sambainit.h \ 1772 $(SOPHYAINCP)skymapinit.h \ 1773 $(SOPHYAINCP)sophyainit.h \ 1774 $(SOPHYAINCP)ntoolsinit.h \ 1775 $(SOPHYAINCP)tarrinit.h \ 1776 pistdimgapp.h \ 1777 $(SOPHYAINCP)pisysdep.h \ 1778 $(SOPHYAINCP)piapplx.h \ 1779 $(SOPHYAINCP)piapplgen.h \ 1780 $(SOPHYAINCP)pimsghandler.h \ 1781 $(SOPHYAINCP)picontainerx.h \ 1782 $(SOPHYAINCP)picontainergen.h \ 1783 $(SOPHYAINCP)piwdgx.h \ 1784 $(SOPHYAINCP)piwdggen.h \ 1785 $(SOPHYAINCP)picolist.h \ 1786 $(SOPHYAINCP)pimenubarx.h \ 1787 $(SOPHYAINCP)pimenubargen.h \ 1788 $(SOPHYAINCP)pimenux.h \ 1789 $(SOPHYAINCP)pimenugen.h \ 1790 $(SOPHYAINCP)picons.h \ 1791 $(SOPHYAINCP)pistdwdgx.h \ 1792 $(SOPHYAINCP)pistdwdggen.h \ 1793 $(SOPHYAINCP)pibwdgx.h \ 1794 $(SOPHYAINCP)pibwdggen.h \ 1795 $(SOPHYAINCP)picmap.h \ 1796 $(SOPHYAINCP)picmapx.h \ 1797 $(SOPHYAINCP)picmapgen.h \ 1798 $(SOPHYAINCP)pigraphx.h \ 1799 $(SOPHYAINCP)pigraphgen.h \ 1800 $(SOPHYAINCP)pifontx.h \ 1801 $(SOPHYAINCP)pifontgen.h \ 1802 $(SOPHYAINCP)pigrcoord.h \ 1803 $(SOPHYAINCP)pilineatt.h \ 1804 $(SOPHYAINCP)pigraphuc.h \ 1805 $(SOPHYAINCP)pievthandler.h \ 1806 $(SOPHYAINCP)psfile.h \ 1807 $(SOPHYAINCP)pigraphps.h \ 1808 $(SOPHYAINCP)piwindowx.h \ 1809 $(SOPHYAINCP)piwindowgen.h \ 1810 $(SOPHYAINCP)pioptmenux.h \ 1811 $(SOPHYAINCP)pioptmenugen.h \ 1812 $(SOPHYAINCP)pifilechox.h \ 1813 $(SOPHYAINCP)pifilechogen.h \ 1814 $(SOPHYAINCP)piperiodx.h \ 1815 $(SOPHYAINCP)periodic.h \ 1816 $(SOPHYAINCP)piimage.h \ 1817 $(SOPHYAINCP)parradapter.h \ 1818 $(SOPHYAINCP)lut.h \ 1819 $(SOPHYAINCP)pieldrw.h \ 1820 $(SOPHYAINCP)pidrawer.h \ 1821 $(SOPHYAINCP)pigratt.h \ 1822 $(SOPHYAINCP)piaxes.h \ 1823 $(SOPHYAINCP)pipixmapx.h \ 1824 $(SOPHYAINCP)pipixmapgen.h \ 1825 $(SOPHYAINCP)picmapview.h \ 1826 $(SOPHYAINCP)pi3dwdg.h \ 1827 $(SOPHYAINCP)pi3ddrw.h \ 1828 $(SOPHYAINCP)pigraph3d.h \ 1829 nobjmgr.h \ 1830 $(SOPHYAINCP)anydataobj.h \ 1831 $(SOPHYAINCP)ppersist.h \ 1832 $(SOPHYAINCP)pexceptions.h \ 1833 $(SOPHYAINCP)gnumd5.h \ 1834 $(SOPHYAINCP)ppfbinstream.h \ 1835 $(SOPHYAINCP)rawstream.h \ 1836 $(SOPHYAINCP)ppfnametag.h \ 1837 $(SOPHYAINCP)dvlist.h \ 1838 $(SOPHYAINCP)objfio.h \ 1839 $(SOPHYAINCP)mutyv.h dlftypes.h \ 1840 piacmd.h \ 1841 $(SOPHYAINCP)commander.h \ 1842 $(SOPHYAINCP)pdlmgr.h \ 1843 $(SOPHYAINCP)ctimer.h \ 1844 $(SOPHYAINCP)zthread.h pisiadw.h \ 1845 $(SOPHYAINCP)pilistx.h \ 1846 $(SOPHYAINCP)pilistgen.h \ 1847 $(SOPHYAINCP)pistzwin.h \ 1848 $(SOPHYAINCP)pitherm.h \ 1849 $(SOPHYAINCP)resusage.h \ 1850 servnobjm.h nomhistadapter.h nomgadapter.h \ 1851 $(SOPHYAINCP)ntupintf.h \ 1852 $(SOPHYAINCP)generalfit.h \ 1853 $(SOPHYAINCP)tvector.h \ 1854 $(SOPHYAINCP)tmatrix.h \ 1855 $(SOPHYAINCP)tarray.h \ 1856 $(SOPHYAINCP)basarr.h \ 1857 $(SOPHYAINCP)ndatablock.h \ 1858 $(SOPHYAINCP)utilarr.h \ 1859 $(SOPHYAINCP)generaldata.h \ 1860 $(SOPHYAINCP)poly.h \ 1861 $(SOPHYAINCP)peida.h \ 1862 $(SOPHYAINCP)utils.h \ 1863 $(SOPHYAINCP)perrors.h \ 1864 $(SOPHYAINCP)fmath.h \ 1865 $(SOPHYAINCP)histos.h \ 1866 $(SOPHYAINCP)histos2.h \ 1867 $(SOPHYAINCP)hisprof.h \ 1868 $(SOPHYAINCP)histerr.h \ 1869 $(SOPHYAINCP)ntuple.h \ 1870 $(SOPHYAINCP)xntuple.h \ 1871 $(SOPHYAINCP)basedtable.h \ 1872 $(SOPHYAINCP)segdatablock.h \ 1873 nomgfdadapter.h nomimagadapter.h \ 1874 $(SOPHYAINCP)cimage.h \ 1875 $(SOPHYAINCP)fioarr.h \ 1876 nomtmatvecadapter.h nomtarradapter.h \ 1877 $(SOPHYAINCP)datatable.h \ 1878 $(SOPHYAINCP)swppfdtable.h \ 1879 $(SOPHYAINCP)swsegdb.h \ 1880 $(SOPHYAINCP)ppfswapper.h \ 1881 $(SOPHYAINCP)ppftpointerio.h \ 1882 nomskymapadapter.h \ 1883 $(SOPHYAINCP)pixelmap.h \ 1884 $(SOPHYAINCP)spherepos.h \ 1885 $(SOPHYAINCP)unitvector.h \ 1886 $(SOPHYAINCP)vector3d.h \ 1887 $(SOPHYAINCP)longlat.h \ 1888 $(SOPHYAINCP)utilgeom.h \ 1889 $(SOPHYAINCP)spherethetaphi.h \ 1890 $(SOPHYAINCP)sphericalmap.h \ 1891 $(SOPHYAINCP)smathconst.h \ 1892 $(SOPHYAINCP)spherehealpix.h \ 1893 $(SOPHYAINCP)HEALPixUtils.h \ 1894 $(SOPHYAINCP)localmap.h \ 1895 $(SOPHYAINCP)sphereecp.h \ 1896 $(SOPHYAINCP)specrespvector.h \ 1897 $(SOPHYAINCP)specresp.h \ 1898 $(SOPHYAINCP)gaussfilt.h \ 1899 nomspecrespadapter.h 1900 $(CXXCOMPILELIB) -o $@ $< 1901 1902 $(SOPHYAOBJP)pintup3d.o: pintup3d.cc \ 1903 $(SOPHYAINCP)sopnamsp.h \ 1904 pintup3d.h \ 1905 $(SOPHYAINCP)ntupintf.h \ 1906 $(SOPHYAINCP)machdefs.h \ 1907 $(SOPHYAINCP)pi3ddrw.h \ 1908 $(SOPHYAINCP)pisysdep.h \ 1909 $(SOPHYAINCP)pidrawer.h \ 1910 $(SOPHYAINCP)pibwdggen.h \ 1911 $(SOPHYAINCP)piwdgx.h \ 1912 $(SOPHYAINCP)piwdggen.h \ 1913 $(SOPHYAINCP)pimsghandler.h \ 1914 $(SOPHYAINCP)picolist.h \ 1915 $(SOPHYAINCP)picmap.h \ 1916 $(SOPHYAINCP)picmapx.h \ 1917 $(SOPHYAINCP)picmapgen.h \ 1918 $(SOPHYAINCP)pigraphx.h \ 1919 $(SOPHYAINCP)pigraphgen.h \ 1920 $(SOPHYAINCP)pifontx.h \ 1921 $(SOPHYAINCP)pifontgen.h \ 1922 $(SOPHYAINCP)pigrcoord.h \ 1923 $(SOPHYAINCP)pilineatt.h \ 1924 $(SOPHYAINCP)pigraphuc.h \ 1925 $(SOPHYAINCP)pievthandler.h \ 1926 $(SOPHYAINCP)psfile.h \ 1927 $(SOPHYAINCP)pigratt.h \ 1928 $(SOPHYAINCP)piaxes.h \ 1929 $(SOPHYAINCP)pieldrw.h \ 1930 $(SOPHYAINCP)pigraph3d.h 1931 $(CXXCOMPILELIB) -o $@ $< 1932 1933 $(SOPHYAOBJP)pintuple.o: pintuple.cc \ 1934 $(SOPHYAINCP)sopnamsp.h \ 1935 pintuple.h \ 1936 $(SOPHYAINCP)ntupintf.h \ 1937 $(SOPHYAINCP)machdefs.h \ 1938 $(SOPHYAINCP)pidrawer.h \ 1939 $(SOPHYAINCP)pibwdggen.h \ 1940 $(SOPHYAINCP)pisysdep.h \ 1941 $(SOPHYAINCP)piwdgx.h \ 1942 $(SOPHYAINCP)piwdggen.h \ 1943 $(SOPHYAINCP)pimsghandler.h \ 1944 $(SOPHYAINCP)picolist.h \ 1945 $(SOPHYAINCP)picmap.h \ 1946 $(SOPHYAINCP)picmapx.h \ 1947 $(SOPHYAINCP)picmapgen.h \ 1948 $(SOPHYAINCP)pigraphx.h \ 1949 $(SOPHYAINCP)pigraphgen.h \ 1950 $(SOPHYAINCP)pifontx.h \ 1951 $(SOPHYAINCP)pifontgen.h \ 1952 $(SOPHYAINCP)pigrcoord.h \ 1953 $(SOPHYAINCP)pilineatt.h \ 1954 $(SOPHYAINCP)pigraphuc.h \ 1955 $(SOPHYAINCP)pievthandler.h \ 1956 $(SOPHYAINCP)psfile.h \ 1957 $(SOPHYAINCP)pigratt.h \ 1958 $(SOPHYAINCP)piaxes.h 1959 $(CXXCOMPILELIB) -o $@ $< 1960 1961 $(SOPHYAOBJP)pipodrw.o: pipodrw.cc \ 1962 $(SOPHYAINCP)sopnamsp.h \ 1963 pipodrw.h \ 1964 $(SOPHYAINCP)machdefs.h \ 1965 $(SOPHYAINCP)pidrawer.h \ 1966 $(SOPHYAINCP)pibwdggen.h \ 1967 $(SOPHYAINCP)pisysdep.h \ 1968 $(SOPHYAINCP)piwdgx.h \ 1969 $(SOPHYAINCP)piwdggen.h \ 1970 $(SOPHYAINCP)pimsghandler.h \ 1971 $(SOPHYAINCP)picolist.h \ 1972 $(SOPHYAINCP)picmap.h \ 1973 $(SOPHYAINCP)picmapx.h \ 1974 $(SOPHYAINCP)picmapgen.h \ 1975 $(SOPHYAINCP)pigraphx.h \ 1976 $(SOPHYAINCP)pigraphgen.h \ 1977 $(SOPHYAINCP)pifontx.h \ 1978 $(SOPHYAINCP)pifontgen.h \ 1979 $(SOPHYAINCP)pigrcoord.h \ 1980 $(SOPHYAINCP)pilineatt.h \ 1981 $(SOPHYAINCP)pigraphuc.h \ 1982 $(SOPHYAINCP)pievthandler.h \ 1983 $(SOPHYAINCP)psfile.h \ 1984 $(SOPHYAINCP)pigratt.h \ 1985 $(SOPHYAINCP)piaxes.h \ 1986 $(SOPHYAINCP)parradapter.h \ 1987 $(SOPHYAINCP)lut.h \ 1988 $(SOPHYAINCP)histos2.h \ 1989 $(SOPHYAINCP)peida.h \ 1990 $(SOPHYAINCP)utils.h \ 1991 $(SOPHYAINCP)perrors.h \ 1992 $(SOPHYAINCP)pexceptions.h \ 1993 $(SOPHYAINCP)fmath.h \ 1994 $(SOPHYAINCP)histos.h \ 1995 $(SOPHYAINCP)objfio.h \ 1996 $(SOPHYAINCP)anydataobj.h \ 1997 $(SOPHYAINCP)ppersist.h \ 1998 $(SOPHYAINCP)gnumd5.h \ 1999 $(SOPHYAINCP)ppfbinstream.h \ 2000 $(SOPHYAINCP)rawstream.h \ 2001 $(SOPHYAINCP)ppfnametag.h \ 2002 $(SOPHYAINCP)tvector.h \ 2003 $(SOPHYAINCP)tmatrix.h \ 2004 $(SOPHYAINCP)tarray.h \ 2005 $(SOPHYAINCP)basarr.h \ 2006 $(SOPHYAINCP)mutyv.h \ 2007 $(SOPHYAINCP)dvlist.h \ 2008 $(SOPHYAINCP)ndatablock.h \ 2009 $(SOPHYAINCP)utilarr.h \ 2010 $(SOPHYAINCP)generalfit.h \ 2011 $(SOPHYAINCP)generaldata.h \ 2012 $(SOPHYAINCP)ntupintf.h \ 2013 $(SOPHYAINCP)poly.h 2014 $(CXXCOMPILELIB) -o $@ $< 2015 2016 $(SOPHYAOBJP)pisiadw.o: pisiadw.cc \ 2017 $(SOPHYAINCP)sopnamsp.h \ 2018 $(SOPHYAINCP)machdefs.h \ 2019 $(SOPHYAINCP)perrors.h \ 2020 $(SOPHYAINCP)pexceptions.h \ 2021 $(SOPHYAINCP)ctimer.h \ 2022 $(SOPHYAINCP)nbmath.h \ 2023 $(SOPHYAINCP)smathconst.h \ 2024 pistdimgapp.h \ 2025 $(SOPHYAINCP)pisysdep.h \ 2026 $(SOPHYAINCP)piapplx.h \ 2027 $(SOPHYAINCP)piapplgen.h \ 2028 $(SOPHYAINCP)pimsghandler.h \ 2029 $(SOPHYAINCP)picontainerx.h \ 2030 $(SOPHYAINCP)picontainergen.h \ 2031 $(SOPHYAINCP)piwdgx.h \ 2032 $(SOPHYAINCP)piwdggen.h \ 2033 $(SOPHYAINCP)picolist.h \ 2034 $(SOPHYAINCP)pimenubarx.h \ 2035 $(SOPHYAINCP)pimenubargen.h \ 2036 $(SOPHYAINCP)pimenux.h \ 2037 $(SOPHYAINCP)pimenugen.h \ 2038 $(SOPHYAINCP)picons.h \ 2039 $(SOPHYAINCP)pistdwdgx.h \ 2040 $(SOPHYAINCP)pistdwdggen.h \ 2041 $(SOPHYAINCP)pibwdgx.h \ 2042 $(SOPHYAINCP)pibwdggen.h \ 2043 $(SOPHYAINCP)picmap.h \ 2044 $(SOPHYAINCP)picmapx.h \ 2045 $(SOPHYAINCP)picmapgen.h \ 2046 $(SOPHYAINCP)pigraphx.h \ 2047 $(SOPHYAINCP)pigraphgen.h \ 2048 $(SOPHYAINCP)pifontx.h \ 2049 $(SOPHYAINCP)pifontgen.h \ 2050 $(SOPHYAINCP)pigrcoord.h \ 2051 $(SOPHYAINCP)pilineatt.h \ 2052 $(SOPHYAINCP)pigraphuc.h \ 2053 $(SOPHYAINCP)pievthandler.h \ 2054 $(SOPHYAINCP)psfile.h \ 2055 $(SOPHYAINCP)pigraphps.h \ 2056 $(SOPHYAINCP)piwindowx.h \ 2057 $(SOPHYAINCP)piwindowgen.h \ 2058 $(SOPHYAINCP)pioptmenux.h \ 2059 $(SOPHYAINCP)pioptmenugen.h \ 2060 $(SOPHYAINCP)pifilechox.h \ 2061 $(SOPHYAINCP)pifilechogen.h \ 2062 $(SOPHYAINCP)piperiodx.h \ 2063 $(SOPHYAINCP)periodic.h \ 2064 $(SOPHYAINCP)piimage.h \ 2065 $(SOPHYAINCP)parradapter.h \ 2066 $(SOPHYAINCP)lut.h \ 2067 $(SOPHYAINCP)pieldrw.h \ 2068 $(SOPHYAINCP)pidrawer.h \ 2069 $(SOPHYAINCP)pigratt.h \ 2070 $(SOPHYAINCP)piaxes.h \ 2071 $(SOPHYAINCP)pipixmapx.h \ 2072 $(SOPHYAINCP)pipixmapgen.h \ 2073 $(SOPHYAINCP)picmapview.h \ 2074 $(SOPHYAINCP)pi3dwdg.h \ 2075 $(SOPHYAINCP)pi3ddrw.h \ 2076 $(SOPHYAINCP)pigraph3d.h \ 2077 nobjmgr.h \ 2078 $(SOPHYAINCP)anydataobj.h \ 2079 $(SOPHYAINCP)ppersist.h \ 2080 $(SOPHYAINCP)gnumd5.h \ 2081 $(SOPHYAINCP)ppfbinstream.h \ 2082 $(SOPHYAINCP)rawstream.h \ 2083 $(SOPHYAINCP)ppfnametag.h \ 2084 $(SOPHYAINCP)dvlist.h \ 2085 $(SOPHYAINCP)objfio.h \ 2086 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2087 piacmd.h \ 2088 $(SOPHYAINCP)commander.h \ 2089 $(SOPHYAINCP)pdlmgr.h \ 2090 $(SOPHYAINCP)zthread.h pisiadw.h \ 2091 $(SOPHYAINCP)pilistx.h \ 2092 $(SOPHYAINCP)pilistgen.h \ 2093 $(SOPHYAINCP)pistzwin.h \ 2094 $(SOPHYAINCP)pitherm.h \ 2095 $(SOPHYAINCP)resusage.h \ 2096 servnobjm.h 2097 $(CXXCOMPILELIB) -o $@ $< 2098 2099 $(SOPHYAOBJP)pistdimgapp.o: pistdimgapp.cc \ 2100 $(SOPHYAINCP)sopnamsp.h \ 2101 $(SOPHYAINCP)machdefs.h \ 2102 $(SOPHYAINCP)strutil.h \ 2103 $(SOPHYAINCP)timing.h \ 2104 $(SOPHYAINCP)perrors.h \ 2105 $(SOPHYAINCP)pexceptions.h \ 2106 $(SOPHYAINCP)ctimer.h \ 2107 $(SOPHYAINCP)psighand.h \ 2108 $(SOPHYAINCP)cimage.h \ 2109 $(SOPHYAINCP)tmatrix.h \ 2110 $(SOPHYAINCP)tarray.h \ 2111 $(SOPHYAINCP)basarr.h \ 2112 $(SOPHYAINCP)anydataobj.h \ 2113 $(SOPHYAINCP)mutyv.h \ 2114 $(SOPHYAINCP)dvlist.h \ 2115 $(SOPHYAINCP)objfio.h \ 2116 $(SOPHYAINCP)ppersist.h \ 2117 $(SOPHYAINCP)gnumd5.h \ 2118 $(SOPHYAINCP)ppfbinstream.h \ 2119 $(SOPHYAINCP)rawstream.h \ 2120 $(SOPHYAINCP)ppfnametag.h \ 2121 $(SOPHYAINCP)ndatablock.h \ 2122 $(SOPHYAINCP)utilarr.h \ 2123 $(SOPHYAINCP)fioarr.h \ 2124 $(SOPHYAINCP)tvector.h \ 2125 pistdimgapp.h \ 2126 $(SOPHYAINCP)pisysdep.h \ 2127 $(SOPHYAINCP)piapplx.h \ 2128 $(SOPHYAINCP)piapplgen.h \ 2129 $(SOPHYAINCP)pimsghandler.h \ 2130 $(SOPHYAINCP)picontainerx.h \ 2131 $(SOPHYAINCP)picontainergen.h \ 2132 $(SOPHYAINCP)piwdgx.h \ 2133 $(SOPHYAINCP)piwdggen.h \ 2134 $(SOPHYAINCP)picolist.h \ 2135 $(SOPHYAINCP)pimenubarx.h \ 2136 $(SOPHYAINCP)pimenubargen.h \ 2137 $(SOPHYAINCP)pimenux.h \ 2138 $(SOPHYAINCP)pimenugen.h \ 2139 $(SOPHYAINCP)picons.h \ 2140 $(SOPHYAINCP)pistdwdgx.h \ 2141 $(SOPHYAINCP)pistdwdggen.h \ 2142 $(SOPHYAINCP)pibwdgx.h \ 2143 $(SOPHYAINCP)pibwdggen.h \ 2144 $(SOPHYAINCP)picmap.h \ 2145 $(SOPHYAINCP)picmapx.h \ 2146 $(SOPHYAINCP)picmapgen.h \ 2147 $(SOPHYAINCP)pigraphx.h \ 2148 $(SOPHYAINCP)pigraphgen.h \ 2149 $(SOPHYAINCP)pifontx.h \ 2150 $(SOPHYAINCP)pifontgen.h \ 2151 $(SOPHYAINCP)pigrcoord.h \ 2152 $(SOPHYAINCP)pilineatt.h \ 2153 $(SOPHYAINCP)pigraphuc.h \ 2154 $(SOPHYAINCP)pievthandler.h \ 2155 $(SOPHYAINCP)psfile.h \ 2156 $(SOPHYAINCP)pigraphps.h \ 2157 $(SOPHYAINCP)piwindowx.h \ 2158 $(SOPHYAINCP)piwindowgen.h \ 2159 $(SOPHYAINCP)pioptmenux.h \ 2160 $(SOPHYAINCP)pioptmenugen.h \ 2161 $(SOPHYAINCP)pifilechox.h \ 2162 $(SOPHYAINCP)pifilechogen.h \ 2163 $(SOPHYAINCP)piperiodx.h \ 2164 $(SOPHYAINCP)periodic.h \ 2165 $(SOPHYAINCP)piimage.h \ 2166 $(SOPHYAINCP)parradapter.h \ 2167 $(SOPHYAINCP)lut.h \ 2168 $(SOPHYAINCP)pieldrw.h \ 2169 $(SOPHYAINCP)pidrawer.h \ 2170 $(SOPHYAINCP)pigratt.h \ 2171 $(SOPHYAINCP)piaxes.h \ 2172 $(SOPHYAINCP)pipixmapx.h \ 2173 $(SOPHYAINCP)pipixmapgen.h \ 2174 $(SOPHYAINCP)picmapview.h \ 2175 $(SOPHYAINCP)pi3dwdg.h \ 2176 $(SOPHYAINCP)pi3ddrw.h \ 2177 $(SOPHYAINCP)pigraph3d.h \ 2178 nobjmgr.h dlftypes.h piacmd.h \ 2179 $(SOPHYAINCP)commander.h \ 2180 $(SOPHYAINCP)pdlmgr.h \ 2181 $(SOPHYAINCP)zthread.h pisiadw.h \ 2182 $(SOPHYAINCP)pilistx.h \ 2183 $(SOPHYAINCP)pilistgen.h \ 2184 $(SOPHYAINCP)pistzwin.h \ 2185 $(SOPHYAINCP)pitherm.h \ 2186 $(SOPHYAINCP)resusage.h \ 2187 servnobjm.h \ 2188 $(SOPHYAINCP)piimgtools.h \ 2189 $(SOPHYAINCP)pidrwtools.h \ 2190 $(SOPHYAINCP)piaxestools.h \ 2191 $(SOPHYAINCP)piscdrawwdg.h \ 2192 piinit.h \ 2193 $(SOPHYAINCP)sambainit.h \ 2194 $(SOPHYAINCP)skymapinit.h \ 2195 $(SOPHYAINCP)sophyainit.h \ 2196 $(SOPHYAINCP)ntoolsinit.h \ 2197 $(SOPHYAINCP)tarrinit.h \ 2198 $(SOPHYAINCP)piversion.h \ 2199 piaversion.h 2200 $(CXXCOMPILELIB) -o $@ $< 2201 2202 $(SOPHYAOBJP)pitvmaad.o: pitvmaad.cc \ 2203 $(SOPHYAINCP)sopnamsp.h \ 2204 pitvmaad.h \ 2205 $(SOPHYAINCP)machdefs.h \ 2206 $(SOPHYAINCP)parradapter.h \ 2207 $(SOPHYAINCP)lut.h \ 2208 $(SOPHYAINCP)tmatrix.h \ 2209 $(SOPHYAINCP)tarray.h \ 2210 $(SOPHYAINCP)basarr.h \ 2211 $(SOPHYAINCP)anydataobj.h \ 2212 $(SOPHYAINCP)mutyv.h \ 2213 $(SOPHYAINCP)dvlist.h \ 2214 $(SOPHYAINCP)objfio.h \ 2215 $(SOPHYAINCP)ppersist.h \ 2216 $(SOPHYAINCP)pexceptions.h \ 2217 $(SOPHYAINCP)gnumd5.h \ 2218 $(SOPHYAINCP)ppfbinstream.h \ 2219 $(SOPHYAINCP)rawstream.h \ 2220 $(SOPHYAINCP)ppfnametag.h \ 2221 $(SOPHYAINCP)ndatablock.h \ 2222 $(SOPHYAINCP)utilarr.h \ 2223 $(SOPHYAINCP)tvector.h 2224 $(CXXCOMPILELIB) -o $@ $< 2225 2226 $(SOPHYAOBJP)servnobjm.o: servnobjm.cc \ 2227 $(SOPHYAINCP)sopnamsp.h \ 2228 $(SOPHYAINCP)strutil.h nobjmgr.h \ 2229 $(SOPHYAINCP)machdefs.h \ 2230 $(SOPHYAINCP)anydataobj.h \ 2231 $(SOPHYAINCP)ppersist.h \ 2232 $(SOPHYAINCP)pexceptions.h \ 2233 $(SOPHYAINCP)gnumd5.h \ 2234 $(SOPHYAINCP)ppfbinstream.h \ 2235 $(SOPHYAINCP)rawstream.h \ 2236 $(SOPHYAINCP)ppfnametag.h \ 2237 $(SOPHYAINCP)dvlist.h \ 2238 $(SOPHYAINCP)objfio.h \ 2239 $(SOPHYAINCP)mutyv.h dlftypes.h \ 2240 servnobjm.h \ 2241 $(SOPHYAINCP)pdlmgr.h \ 2242 nomgadapter.h \ 2243 $(SOPHYAINCP)pidrawer.h \ 2244 $(SOPHYAINCP)pibwdggen.h \ 2245 $(SOPHYAINCP)pisysdep.h \ 2246 $(SOPHYAINCP)piwdgx.h \ 2247 $(SOPHYAINCP)piwdggen.h \ 2248 $(SOPHYAINCP)pimsghandler.h \ 2249 $(SOPHYAINCP)picolist.h \ 2250 $(SOPHYAINCP)picmap.h \ 2251 $(SOPHYAINCP)picmapx.h \ 2252 $(SOPHYAINCP)picmapgen.h \ 2253 $(SOPHYAINCP)pigraphx.h \ 2254 $(SOPHYAINCP)pigraphgen.h \ 2255 $(SOPHYAINCP)pifontx.h \ 2256 $(SOPHYAINCP)pifontgen.h \ 2257 $(SOPHYAINCP)pigrcoord.h \ 2258 $(SOPHYAINCP)pilineatt.h \ 2259 $(SOPHYAINCP)pigraphuc.h \ 2260 $(SOPHYAINCP)pievthandler.h \ 2261 $(SOPHYAINCP)psfile.h \ 2262 $(SOPHYAINCP)pigratt.h \ 2263 $(SOPHYAINCP)piaxes.h \ 2264 $(SOPHYAINCP)parradapter.h \ 2265 $(SOPHYAINCP)lut.h \ 2266 $(SOPHYAINCP)ntupintf.h \ 2267 $(SOPHYAINCP)generalfit.h \ 2268 $(SOPHYAINCP)tvector.h \ 2269 $(SOPHYAINCP)tmatrix.h \ 2270 $(SOPHYAINCP)tarray.h \ 2271 $(SOPHYAINCP)basarr.h \ 2272 $(SOPHYAINCP)ndatablock.h \ 2273 $(SOPHYAINCP)utilarr.h \ 2274 $(SOPHYAINCP)generaldata.h \ 2275 $(SOPHYAINCP)poly.h \ 2276 $(SOPHYAINCP)peida.h \ 2277 $(SOPHYAINCP)utils.h \ 2278 $(SOPHYAINCP)perrors.h \ 2279 $(SOPHYAINCP)fmath.h \ 2280 pistdimgapp.h \ 2281 $(SOPHYAINCP)piapplx.h \ 2282 $(SOPHYAINCP)piapplgen.h \ 2283 $(SOPHYAINCP)picontainerx.h \ 2284 $(SOPHYAINCP)picontainergen.h \ 2285 $(SOPHYAINCP)pimenubarx.h \ 2286 $(SOPHYAINCP)pimenubargen.h \ 2287 $(SOPHYAINCP)pimenux.h \ 2288 $(SOPHYAINCP)pimenugen.h \ 2289 $(SOPHYAINCP)picons.h \ 2290 $(SOPHYAINCP)pistdwdgx.h \ 2291 $(SOPHYAINCP)pistdwdggen.h \ 2292 $(SOPHYAINCP)pibwdgx.h \ 2293 $(SOPHYAINCP)pigraphps.h \ 2294 $(SOPHYAINCP)piwindowx.h \ 2295 $(SOPHYAINCP)piwindowgen.h \ 2296 $(SOPHYAINCP)pioptmenux.h \ 2297 $(SOPHYAINCP)pioptmenugen.h \ 2298 $(SOPHYAINCP)pifilechox.h \ 2299 $(SOPHYAINCP)pifilechogen.h \ 2300 $(SOPHYAINCP)piperiodx.h \ 2301 $(SOPHYAINCP)periodic.h \ 2302 $(SOPHYAINCP)piimage.h \ 2303 $(SOPHYAINCP)pieldrw.h \ 2304 $(SOPHYAINCP)pipixmapx.h \ 2305 $(SOPHYAINCP)pipixmapgen.h \ 2306 $(SOPHYAINCP)picmapview.h \ 2307 $(SOPHYAINCP)pi3dwdg.h \ 2308 $(SOPHYAINCP)pi3ddrw.h \ 2309 $(SOPHYAINCP)pigraph3d.h \ 2310 piacmd.h \ 2241 2311 $(SOPHYAINCP)commander.h \ 2242 2312 $(SOPHYAINCP)ctimer.h \ … … 2248 2318 $(SOPHYAINCP)resusage.h \ 2249 2319 $(SOPHYAINCP)fct1dfit.h \ 2250 $(SOPHYAINCP)fct2dfit.h pitvmaad.h\2251 $(SOPHYAINCP)ntuple.h \2320 $(SOPHYAINCP)fct2dfit.h \ 2321 pitvmaad.h $(SOPHYAINCP)ntuple.h \ 2252 2322 $(SOPHYAINCP)cimage.h \ 2253 2323 $(SOPHYAINCP)fioarr.h \ … … 2256 2326 $(SOPHYAINCP)hisprof.h \ 2257 2327 $(SOPHYAINCP)piyfxdrw.h \ 2258 $(SOPHYAINCP)pisurfdr.h pintuple.h\2259 pintup 3d.h pipodrw.h2260 $(CXXCOMPILE ) -o $@ $<2261 2328 $(SOPHYAINCP)pisurfdr.h \ 2329 pintuple.h pintup3d.h pipodrw.h 2330 $(CXXCOMPILELIB) -o $@ $< 2331 -
trunk/SophyaPI/ProgPI/Makefile
r2743 r2751 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILE) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 117 118 $(SOPHYAINCP)pistdimgapp.h \ 118 119 $(SOPHYAINCP)pisysdep.h \ … … 201 202 $(SOPHYAINCP)xntuple.h \ 202 203 $(SOPHYAINCP)ntupintf.h 203 $(CXXCOMPILE ) -o $@ $<204 $(CXXCOMPILEPROG) -o $@ $< 204 205 205 206 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 321 322 $(SOPHYAINCP)triangmtx.h \ 322 323 $(SOPHYAINCP)lambdaBuilder.h 323 $(CXXCOMPILE ) -o $@ $<324 $(CXXCOMPILEPROG) -o $@ $< 324 325 325 326 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 430 431 $(SOPHYAINCP)longlat.h \ 431 432 $(SOPHYAINCP)utilgeom.h 432 $(CXXCOMPILE) -o $@ $< 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 435 437 $(SOPHYAINCP)machdefs.h \ 436 438 $(SOPHYAINCP)piacmd.h \ … … 510 512 $(SOPHYAINCP)pitherm.h \ 511 513 $(SOPHYAINCP)resusage.h 512 $(CXXCOMPILE ) -o $@ $<513 514 $(CXXCOMPILEPROG) -o $@ $< 515 -
trunk/SophyaPI/ProgPI/smakefile
r2743 r2751 112 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILE) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 114 $(CXXCOMPILEPROG) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc \ 117 $(SOPHYAINCP)sopnamsp.h \ 117 118 $(SOPHYAINCP)pistdimgapp.h \ 118 119 $(SOPHYAINCP)pisysdep.h \ … … 201 202 $(SOPHYAINCP)xntuple.h \ 202 203 $(SOPHYAINCP)ntupintf.h 203 $(CXXCOMPILE ) -o $@ $<204 $(CXXCOMPILEPROG) -o $@ $< 204 205 205 206 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ … … 321 322 $(SOPHYAINCP)triangmtx.h \ 322 323 $(SOPHYAINCP)lambdaBuilder.h 323 $(CXXCOMPILE ) -o $@ $<324 $(CXXCOMPILEPROG) -o $@ $< 324 325 325 326 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ … … 430 431 $(SOPHYAINCP)longlat.h \ 431 432 $(SOPHYAINCP)utilgeom.h 432 $(CXXCOMPILE) -o $@ $< 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 433 $(CXXCOMPILEPROG) -o $@ $< 434 435 $(SOPHYAOBJP)w2ps.o: w2ps.cc \ 436 $(SOPHYAINCP)sopnamsp.h \ 435 437 $(SOPHYAINCP)machdefs.h \ 436 438 $(SOPHYAINCP)piacmd.h \ … … 510 512 $(SOPHYAINCP)pitherm.h \ 511 513 $(SOPHYAINCP)resusage.h 512 $(CXXCOMPILE ) -o $@ $<513 514 $(CXXCOMPILEPROG) -o $@ $< 515
Note:
See TracChangeset
for help on using the changeset viewer.