Changeset 826 in Sophya for trunk/SophyaPI
- Timestamp:
- Apr 6, 2000, 12:13:36 PM (25 years ago)
- Location:
- trunk/SophyaPI
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r693 r826 1 1 MODULECXXREPNAME := PI 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 MODULECPPFLAGS := -DSANS_EVOLPLANCK4 3 include ../Mgr/Makefile.h 5 4 … … 8 7 $(AR) $(ARFLAGS) $@ $? 9 8 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPI -l Outils++ -lImages++ -lStarReco++-o $(OBJ)xx.x -Hf9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPI -lSysTools -o $(OBJ)xx.x -Hf 11 10 endif 12 11 … … 18 17 19 18 $(OBJ)lut.o: lut.cc $(INC)machdefs.h \ 20 $(INC)machine.h \ 21 $(INC)defs.h lut.h 19 $(INC)pclassids.h lut.h 22 20 $(OBJ)parradapter.o: parradapter.cc parradapter.h \ 23 21 $(INC)machdefs.h \ 24 $(INC)machine.h \ 25 $(INC)defs.h lut.h 22 $(INC)pclassids.h lut.h 26 23 $(OBJ)pi3ddrw.o: pi3ddrw.cc pi3ddrw.h pisysdep.h \ 27 24 $(INC)machdefs.h \ 28 $(INC) machine.h \29 $(INC)defs.h pidrawer.h pibwdggen.h piwdgx.h \30 pi wdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \31 pi graphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \32 p sfile.h pigraph3d.h pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h \33 pi stdwdggen.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \34 pi windowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \35 pi applgen.h pimenubarx.h pimenubargen.h picons.h25 $(INC)pclassids.h pidrawer.h pibwdggen.h \ 26 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 27 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 28 pievthandler.h psfile.h pigraph3d.h pibwdgx.h pigraphps.h \ 29 pidrwtools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \ 30 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 31 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 32 picons.h 36 33 $(OBJ)piapplgen.o: piapplgen.cc piapplgen.h pimsghandler.h \ 37 34 $(INC)machdefs.h \ 38 $(INC)machine.h \ 39 $(INC)defs.h pisysdep.h picontainerx.h \ 35 $(INC)pclassids.h pisysdep.h picontainerx.h \ 40 36 picontainergen.h piwdgx.h piwdggen.h pimenubarx.h pimenubargen.h \ 41 37 pimenux.h pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h \ … … 44 40 $(OBJ)piapplx.o: piapplx.cc piapplx.h piapplgen.h pimsghandler.h \ 45 41 $(INC)machdefs.h \ 46 $(INC)machine.h \ 47 $(INC)defs.h pisysdep.h picontainerx.h \ 42 $(INC)pclassids.h pisysdep.h picontainerx.h \ 48 43 picontainergen.h piwdgx.h piwdggen.h pimenubarx.h pimenubargen.h \ 49 44 pimenux.h pimenugen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h \ … … 52 47 $(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h \ 53 48 $(INC)machdefs.h \ 54 $(INC)machine.h \ 55 $(INC)defs.h piwdgx.h piwdggen.h \ 49 $(INC)pclassids.h piwdgx.h piwdggen.h \ 56 50 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 57 51 pifontx.h pifontgen.h pigraphuc.h pievthandler.h psfile.h pidrawer.h \ … … 62 56 $(OBJ)pibwdgx.o: pibwdgx.cc pixtbaseP.h pibwdgx.h pisysdep.h \ 63 57 $(INC)machdefs.h \ 64 $(INC)machine.h \ 65 $(INC)defs.h pibwdggen.h piwdgx.h piwdggen.h \ 66 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 67 pifontx.h pifontgen.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 68 pixtbase.h 69 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h \ 70 $(INC)machdefs.h \ 71 $(INC)machine.h \ 72 $(INC)defs.h picmapx.h picmapgen.h 73 $(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h \ 74 $(INC)machdefs.h \ 75 $(INC)machine.h \ 76 $(INC)defs.h picmapx.h picmap.h 77 $(OBJ)picmapview.o: picmapview.cc picmapview.h pisysdep.h \ 78 $(INC)machdefs.h \ 79 $(INC)machine.h \ 80 $(INC)defs.h pibwdgx.h pibwdggen.h piwdgx.h \ 58 $(INC)pclassids.h pibwdggen.h piwdgx.h \ 81 59 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 82 60 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 83 psfile.h pigraphps.h 61 psfile.h pigraphps.h pixtbase.h 62 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h \ 63 $(INC)machdefs.h \ 64 $(INC)pclassids.h picmapx.h picmapgen.h 65 $(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h \ 66 $(INC)machdefs.h \ 67 $(INC)pclassids.h picmapx.h picmap.h 68 $(OBJ)picmapview.o: picmapview.cc picmapview.h pisysdep.h \ 69 $(INC)machdefs.h \ 70 $(INC)pclassids.h pibwdgx.h pibwdggen.h \ 71 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 72 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 73 pievthandler.h psfile.h pigraphps.h 84 74 $(OBJ)picmapx.o: picmapx.cc piwdgx.h piwdggen.h \ 85 75 $(INC)machdefs.h \ 86 $(INC)machine.h \ 87 $(INC)defs.h pimsghandler.h picmapx.h \ 76 $(INC)pclassids.h pimsghandler.h picmapx.h \ 88 77 picmapgen.h pisysdep.h 89 $(OBJ)picons.o: picons.cc pisysdep.h $(INC)machdefs.h\90 $(INC)mach ine.h \91 $(INC) defs.h pimenux.h pimenugen.h piwdgx.h \92 piwdg gen.h pimsghandler.h picons.h pistdwdgx.h pistdwdggen.h \78 $(OBJ)picons.o: picons.cc pisysdep.h \ 79 $(INC)machdefs.h \ 80 $(INC)pclassids.h pimenux.h pimenugen.h \ 81 piwdgx.h piwdggen.h pimsghandler.h picons.h pistdwdgx.h pistdwdggen.h \ 93 82 picontainerx.h picontainergen.h pibwdgx.h pibwdggen.h picmap.h \ 94 83 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ … … 96 85 $(OBJ)picontainergen.o: picontainergen.cc picontainergen.h pisysdep.h \ 97 86 $(INC)machdefs.h \ 98 $(INC)machine.h \ 99 $(INC)defs.h piwdgx.h piwdggen.h \ 87 $(INC)pclassids.h piwdgx.h piwdggen.h \ 100 88 pimsghandler.h 101 89 $(OBJ)picontainerx.o: picontainerx.cc picontainerx.h pisysdep.h \ 102 90 $(INC)machdefs.h \ 103 $(INC)machine.h \ 104 $(INC)defs.h picontainergen.h piwdgx.h \ 91 $(INC)pclassids.h picontainergen.h piwdgx.h \ 105 92 piwdggen.h pimsghandler.h 106 93 $(OBJ)pidrawer.o: pidrawer.cc $(INC)machdefs.h \ 107 $(INC)machine.h \ 108 $(INC)defs.h pidrawer.h pibwdggen.h pisysdep.h \ 109 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 110 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 94 $(INC)pclassids.h pidrawer.h pibwdggen.h \ 95 pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 96 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 111 97 pievthandler.h psfile.h 112 98 $(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h \ 113 99 $(INC)machdefs.h \ 114 $(INC)machine.h \ 115 $(INC)defs.h piwindowx.h piwindowgen.h \ 100 $(INC)pclassids.h piwindowx.h piwindowgen.h \ 116 101 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 117 102 piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ … … 121 106 $(OBJ)pidrwtools.o: pidrwtools.cc pidrwtools.h pisysdep.h \ 122 107 $(INC)machdefs.h \ 123 $(INC)machine.h \ 124 $(INC)defs.h pistdwdgx.h pistdwdggen.h \ 108 $(INC)pclassids.h pistdwdgx.h pistdwdggen.h \ 125 109 piwdgx.h piwdggen.h pimsghandler.h pioptmenux.h pioptmenugen.h \ 126 110 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ … … 132 116 $(OBJ)pievthandler.o: pievthandler.cc pievthandler.h pisysdep.h \ 133 117 $(INC)machdefs.h \ 134 $(INC)machine.h \ 135 $(INC)defs.h pimsghandler.h piwdgx.h \ 118 $(INC)pclassids.h pimsghandler.h piwdgx.h \ 136 119 piwdggen.h pigraphx.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 137 120 pifontx.h pifontgen.h 138 121 $(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h \ 139 122 $(INC)machdefs.h \ 140 $(INC)machine.h \ 141 $(INC)defs.h piwdgx.h piwdggen.h \ 123 $(INC)pclassids.h piwdgx.h piwdggen.h \ 142 124 pimsghandler.h 143 125 $(OBJ)pifilechox.o: pifilechox.cc pisysdep.h \ 144 126 $(INC)machdefs.h \ 145 $(INC)machine.h \ 146 $(INC)defs.h piapplx.h piapplgen.h \ 127 $(INC)pclassids.h piapplx.h piapplgen.h \ 147 128 pimsghandler.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 148 129 pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ … … 153 134 $(OBJ)pifontgen.o: pifontgen.cc pigraphgen.h pisysdep.h \ 154 135 $(INC)machdefs.h \ 155 $(INC)machine.h \ 156 $(INC)defs.h piwdgx.h piwdggen.h \ 136 $(INC)pclassids.h piwdgx.h piwdggen.h \ 157 137 pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h 158 138 $(OBJ)pifontx.o: pifontx.cc pisysdep.h \ 159 139 $(INC)machdefs.h \ 160 $(INC)machine.h \ 161 $(INC)defs.h pifontx.h pifontgen.h piwdgx.h \ 162 piwdggen.h pimsghandler.h 140 $(INC)pclassids.h pifontx.h pifontgen.h \ 141 piwdgx.h piwdggen.h pimsghandler.h 163 142 $(OBJ)pigraph3d.o: pigraph3d.cc pigraph3d.h pisysdep.h \ 164 143 $(INC)machdefs.h \ 165 $(INC)machine.h \ 166 $(INC)defs.h pigraphuc.h pigraphgen.h piwdgx.h \ 167 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h \ 168 pifontgen.h 144 $(INC)pclassids.h pigraphuc.h pigraphgen.h \ 145 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 146 pifontx.h pifontgen.h 169 147 $(OBJ)pigraphgen.o: pigraphgen.cc pigraphgen.h pisysdep.h \ 170 148 $(INC)machdefs.h \ 171 $(INC)machine.h \ 172 $(INC)defs.h piwdgx.h piwdggen.h \ 149 $(INC)pclassids.h piwdgx.h piwdggen.h \ 173 150 pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h 174 151 $(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h \ 175 152 $(INC)machdefs.h \ 176 $(INC)machine.h \ 177 $(INC)defs.h pigraphgen.h piwdgx.h piwdggen.h \ 178 pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 179 psfile.h 153 $(INC)pclassids.h pigraphgen.h piwdgx.h \ 154 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h \ 155 pifontgen.h psfile.h 180 156 $(OBJ)pigraphuc.o: pigraphuc.cc $(INC)machdefs.h \ 181 $(INC)machine.h \ 182 $(INC)defs.h pigraphuc.h pisysdep.h \ 157 $(INC)pclassids.h pigraphuc.h pisysdep.h \ 183 158 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 184 159 picmapgen.h pifontx.h pifontgen.h 185 160 $(OBJ)pigraphx.o: pigraphx.cc pigraphx.h pisysdep.h \ 186 161 $(INC)machdefs.h \ 187 $(INC) machine.h \188 $(INC)defs.h pigraphgen.h piwdgx.h piwdggen.h \189 pi msghandler.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h162 $(INC)pclassids.h pigraphgen.h piwdgx.h \ 163 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pifontx.h \ 164 pifontgen.h 190 165 $(OBJ)piimage.o: piimage.cc piimage.h parradapter.h \ 191 166 $(INC)machdefs.h \ 192 $(INC)machine.h \ 193 $(INC)defs.h lut.h pisysdep.h pidrawer.h \ 194 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 195 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 196 pievthandler.h psfile.h pipixmapx.h pipixmapgen.h pibwdgx.h \ 197 pigraphps.h pistdwdgx.h pistdwdggen.h piwindowx.h piwindowgen.h \ 198 picontainerx.h picontainergen.h picmapview.h piimgtools.h \ 199 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piapplx.h \ 200 piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 201 piscdrawwdg.h 167 $(INC)pclassids.h lut.h pisysdep.h \ 168 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 169 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 170 pigraphuc.h pievthandler.h psfile.h pipixmapx.h pipixmapgen.h \ 171 pibwdgx.h pigraphps.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 172 piwindowgen.h picontainerx.h picontainergen.h picmapview.h \ 173 piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \ 174 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h \ 175 pidrwtools.h piscdrawwdg.h 202 176 $(OBJ)piimgtools.o: piimgtools.cc piimgtools.h pisysdep.h \ 203 177 $(INC)machdefs.h \ 204 $(INC)machine.h \ 205 $(INC)defs.h pistdwdgx.h pistdwdggen.h \ 178 $(INC)pclassids.h pistdwdgx.h pistdwdggen.h \ 206 179 piwdgx.h piwdggen.h pimsghandler.h pioptmenux.h pioptmenugen.h \ 207 180 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ … … 213 186 $(OBJ)pilistgen.o: pilistgen.cc pilistgen.h pisysdep.h \ 214 187 $(INC)machdefs.h \ 215 $(INC)machine.h \ 216 $(INC)defs.h piwdgx.h piwdggen.h \ 188 $(INC)pclassids.h piwdgx.h piwdggen.h \ 217 189 pimsghandler.h 218 190 $(OBJ)pilistx.o: pilistx.cc pilistx.h pilistgen.h pisysdep.h \ 219 191 $(INC)machdefs.h \ 220 $(INC)machine.h \ 221 $(INC)defs.h piwdgx.h piwdggen.h \ 192 $(INC)pclassids.h piwdgx.h piwdggen.h \ 222 193 pimsghandler.h picontainerx.h picontainergen.h 223 194 $(OBJ)pimenubargen.o: pimenubargen.cc pimenubargen.h pisysdep.h \ 224 195 $(INC)machdefs.h \ 225 $(INC)machine.h \ 226 $(INC)defs.h pimenux.h pimenugen.h piwdgx.h \ 227 piwdggen.h pimsghandler.h piapplx.h piapplgen.h picontainerx.h \ 228 picontainergen.h pimenubarx.h picons.h pistdwdgx.h pistdwdggen.h \ 196 $(INC)pclassids.h pimenux.h pimenugen.h \ 197 piwdgx.h piwdggen.h pimsghandler.h piapplx.h piapplgen.h \ 198 picontainerx.h picontainergen.h pimenubarx.h picons.h pistdwdgx.h \ 199 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 200 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 201 pievthandler.h psfile.h pigraphps.h 202 $(OBJ)pimenubarx.o: pimenubarx.cc pimenubarx.h pimenubargen.h pisysdep.h \ 203 $(INC)machdefs.h \ 204 $(INC)pclassids.h pimenux.h pimenugen.h \ 205 piwdgx.h piwdggen.h pimsghandler.h piapplx.h piapplgen.h \ 206 picontainerx.h picontainergen.h picons.h pistdwdgx.h pistdwdggen.h \ 229 207 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 230 208 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 231 209 psfile.h pigraphps.h 232 $(OBJ)pimenubarx.o: pimenubarx.cc pimenubarx.h pimenubargen.h pisysdep.h \233 $(INC)machdefs.h \234 $(INC)machine.h \235 $(INC)defs.h pimenux.h pimenugen.h piwdgx.h \236 piwdggen.h pimsghandler.h piapplx.h piapplgen.h picontainerx.h \237 picontainergen.h picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h \238 pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \239 pifontx.h pifontgen.h pigraphuc.h pievthandler.h psfile.h pigraphps.h240 210 $(OBJ)pimenugen.o: pimenugen.cc pimenugen.h pisysdep.h \ 241 211 $(INC)machdefs.h \ 242 $(INC)machine.h \ 243 $(INC)defs.h piwdgx.h piwdggen.h \ 212 $(INC)pclassids.h piwdgx.h piwdggen.h \ 244 213 pimsghandler.h 245 214 $(OBJ)pimenux.o: pimenux.cc pisysdep.h \ 246 215 $(INC)machdefs.h \ 247 $(INC) machine.h \248 $(INC)defs.h pimenubarx.h pimenubargen.h \249 pim enux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h216 $(INC)pclassids.h pimenubarx.h \ 217 pimenubargen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 218 pimsghandler.h 250 219 $(OBJ)pimsghandler.o: pimsghandler.cc pimsghandler.h \ 251 220 $(INC)machdefs.h \ 252 $(INC)machine.h \ 253 $(INC)defs.h 221 $(INC)pclassids.h 254 222 $(OBJ)pioptmenugen.o: pioptmenugen.cc pioptmenugen.h pisysdep.h \ 255 223 $(INC)machdefs.h \ 256 $(INC)machine.h \ 257 $(INC)defs.h pimenux.h pimenugen.h piwdgx.h \ 258 piwdggen.h pimsghandler.h 224 $(INC)pclassids.h pimenux.h pimenugen.h \ 225 piwdgx.h piwdggen.h pimsghandler.h 259 226 $(OBJ)pioptmenux.o: pioptmenux.cc pisysdep.h \ 260 227 $(INC)machdefs.h \ 261 $(INC) machine.h \262 $(INC)defs.h pioptmenux.h pioptmenugen.h \263 pim enux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \264 pi stdwdggen.h piapplx.h piapplgen.h picontainerx.h picontainergen.h \265 pi menubarx.h pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h \266 pi cmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \267 p igraphuc.h pievthandler.h psfile.h pigraphps.h228 $(INC)pclassids.h pioptmenux.h \ 229 pioptmenugen.h pimenux.h pimenugen.h piwdgx.h piwdggen.h \ 230 pimsghandler.h pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h \ 231 picontainerx.h picontainergen.h pimenubarx.h pimenubargen.h picons.h \ 232 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 233 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 234 psfile.h pigraphps.h 268 235 $(OBJ)piperiodx.o: piperiodx.cc piwdgx.h piwdggen.h \ 269 236 $(INC)machdefs.h \ 270 $(INC)machine.h \ 271 $(INC)defs.h pimsghandler.h piperiodx.h \ 237 $(INC)pclassids.h pimsghandler.h piperiodx.h \ 272 238 $(INC)periodic.h 273 239 $(OBJ)pipixmapgen.o: pipixmapgen.cc pipixmapgen.h pisysdep.h \ 274 240 $(INC)machdefs.h \ 275 $(INC)machine.h \ 276 $(INC)defs.h pibwdgx.h pibwdggen.h piwdgx.h \ 277 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 278 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 279 psfile.h pigraphps.h 241 $(INC)pclassids.h pibwdgx.h pibwdggen.h \ 242 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 243 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 244 pievthandler.h psfile.h pigraphps.h 280 245 $(OBJ)pipixmapx.o: pipixmapx.cc pipixmapx.h pipixmapgen.h pisysdep.h \ 281 246 $(INC)machdefs.h \ 282 $(INC)machine.h \ 283 $(INC)defs.h pibwdgx.h pibwdggen.h piwdgx.h \ 284 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 285 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 286 psfile.h pigraphps.h 287 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc $(INC)machdefs.h \ 288 $(INC)machine.h \ 289 $(INC)defs.h piscdrawwdg.h pisysdep.h \ 247 $(INC)pclassids.h pibwdgx.h pibwdggen.h \ 248 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 249 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigraphuc.h \ 250 pievthandler.h psfile.h pigraphps.h 251 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc \ 252 $(INC)machdefs.h \ 253 $(INC)pclassids.h piscdrawwdg.h pisysdep.h \ 290 254 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 291 255 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ … … 297 261 $(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h \ 298 262 $(INC)machdefs.h \ 299 $(INC)machine.h \ 300 $(INC)defs.h piwdgx.h piwdggen.h \ 263 $(INC)pclassids.h piwdgx.h piwdggen.h \ 301 264 pimsghandler.h 302 265 $(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h \ 303 266 $(INC)machdefs.h \ 304 $(INC)machine.h \ 305 $(INC)defs.h pistdwdgx.h pistdwdggen.h \ 267 $(INC)pclassids.h pistdwdgx.h pistdwdggen.h \ 306 268 piwdgx.h piwdggen.h pimsghandler.h picontainerx.h picontainergen.h 307 269 $(OBJ)pistzwin.o: pistzwin.cc pistzwin.h pisysdep.h \ 308 270 $(INC)machdefs.h \ 309 $(INC)machine.h \ 310 $(INC)defs.h piwindowx.h piwindowgen.h \ 271 $(INC)pclassids.h piwindowx.h piwindowgen.h \ 311 272 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 312 273 piperiodx.h $(INC)periodic.h psfile.h \ … … 314 275 $(OBJ)pisurfdr.o: pisurfdr.cc pisurfdr.h parradapter.h \ 315 276 $(INC)machdefs.h \ 316 $(INC)machine.h \ 317 $(INC)defs.h lut.h pi3ddrw.h pisysdep.h \ 277 $(INC)pclassids.h lut.h pi3ddrw.h pisysdep.h \ 318 278 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 319 279 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ … … 321 281 $(OBJ)piwdggen.o: piwdggen.cc piwdggen.h \ 322 282 $(INC)machdefs.h \ 323 $(INC) machine.h \324 $(INC)defs.h pimsghandler.h picontainergen.h \325 pi sysdep.h piwdgx.h pievthandler.h pigraphx.h pigraphgen.h picmap.h \326 p icmapx.h picmapgen.h pifontx.h pifontgen.h psfile.h283 $(INC)pclassids.h pimsghandler.h \ 284 picontainergen.h pisysdep.h piwdgx.h pievthandler.h pigraphx.h \ 285 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 286 psfile.h 327 287 $(OBJ)piwdgx.o: piwdgx.cc piwdgx.h piwdggen.h \ 328 288 $(INC)machdefs.h \ 329 $(INC)machine.h \ 330 $(INC)defs.h pimsghandler.h picontainerx.h \ 331 pisysdep.h picontainergen.h pievthandler.h pigraphx.h pigraphgen.h \ 332 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h 289 $(INC)pclassids.h pimsghandler.h \ 290 picontainerx.h pisysdep.h picontainergen.h pievthandler.h pigraphx.h \ 291 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h 333 292 $(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h \ 334 293 $(INC)machdefs.h \ 335 $(INC)machine.h \ 336 $(INC)defs.h picontainerx.h picontainergen.h \ 337 piwdgx.h piwdggen.h pimsghandler.h psfile.h pifontgen.h pigraphgen.h \ 338 picmap.h picmapx.h picmapgen.h pifontx.h 294 $(INC)pclassids.h picontainerx.h \ 295 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h psfile.h \ 296 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h 339 297 $(OBJ)piwindowx.o: piwindowx.cc piwindowx.h piwindowgen.h pisysdep.h \ 340 298 $(INC)machdefs.h \ 341 $(INC)machine.h \ 342 $(INC)defs.h picontainerx.h picontainergen.h \ 343 piwdgx.h piwdggen.h pimsghandler.h 299 $(INC)pclassids.h picontainerx.h \ 300 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h 344 301 $(OBJ)pixtbase.o: pixtbase.cc pixtbaseP.h pibwdgx.h pisysdep.h \ 345 302 $(INC)machdefs.h \ 346 $(INC)machine.h \ 347 $(INC)defs.h pibwdggen.h piwdgx.h piwdggen.h \ 348 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 349 pifontx.h pifontgen.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 350 pixtbase.h 303 $(INC)pclassids.h pibwdggen.h piwdgx.h \ 304 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 305 pigraphgen.h pifontx.h pifontgen.h pigraphuc.h pievthandler.h \ 306 psfile.h pigraphps.h pixtbase.h 351 307 $(OBJ)psfile.o: psfile.cc psfile.h $(INC)machdefs.h \ 352 $(INC)machine.h \ 353 $(INC)defs.h pisysdep.h pifontgen.h \ 308 $(INC)pclassids.h pisysdep.h pifontgen.h \ 354 309 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 355 310 picmapgen.h pifontx.h -
trunk/SophyaPI/PIext/Makefile
r693 r826 1 1 MODULECXXREPNAME := PI 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 MODULECPPFLAGS := -DSANS_EVOLPLANCK4 3 include ../Mgr/Makefile.h 5 4 6 5 all: $(LIB)libPIext.a 7 $(LIB)libPIext.a : $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nom matvecadapter.o $(OBJ)nomstladapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o6 $(LIB)libPIext.a : $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nomskymapadapter.o $(OBJ)nomspecrespadapter.o $(OBJ)nomtmatvecadapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pitvmaad.o $(OBJ)servnobjm.o 8 7 $(AR) $(ARFLAGS) $@ $? 9 8 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPIext -l Outils++ -lImages++ -lStarReco++-lPI -o $(OBJ)xx.x -Hf9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPIext -lSysTools -lTArray -lNTools -lHiStats -lSkyMap -lSamba -lSkyT -lFitsIOServer -lIFFTW -lLinAlg -lPI -o $(OBJ)xx.x -Hf 11 10 endif 12 11 13 12 clean: 14 rm -f $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nom matvecadapter.o $(OBJ)nomstladapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o13 rm -f $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nomskymapadapter.o $(OBJ)nomspecrespadapter.o $(OBJ)nomtmatvecadapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pitvmaad.o $(OBJ)servnobjm.o 15 14 ifeq ($(CXX),cxx) 16 15 cd $(REPM); rm -f *.o … … 19 18 $(OBJ)basexecut.o: basexecut.cc piacmd.h \ 20 19 $(INC)machdefs.h \ 21 $(INC)machine.h \ 22 $(INC)defs.h dlftypes.h basexecut.h \ 20 $(INC)pclassids.h dlftypes.h basexecut.h \ 23 21 $(INC)pdlmgr.h \ 24 $(INC)ctimer.h \ 25 $(INC)peida.h \ 26 $(INC)utils.h \ 27 $(INC)perrors.h \ 28 $(INC)exceptions.h \ 29 $(INC)peidainit.h \ 30 $(INC)fmath.h pistdimgapp.h \ 22 $(INC)ctimer.h pistdimgapp.h \ 31 23 $(INC)pisysdep.h \ 32 24 $(INC)piapplx.h \ … … 74 66 $(INC)anydataobj.h \ 75 67 $(INC)ppersist.h \ 76 $(INC)pclassids.h pisiadw.h \ 68 $(INC)pexceptions.h \ 69 $(INC)gnumd5.h pisiadw.h \ 77 70 $(INC)pilistx.h \ 78 71 $(INC)pilistgen.h \ … … 81 74 $(INC)periodic.h servnobjm.h \ 82 75 $(INC)histos.h \ 83 $(INC)cvector.h \ 84 $(INC)matrix.h \ 76 $(INC)objfio.h \ 77 $(INC)peida.h \ 78 $(INC)utils.h \ 79 $(INC)perrors.h \ 80 $(INC)fmath.h \ 81 $(INC)tvector.h \ 82 $(INC)tmatrix.h \ 83 $(INC)tarray.h \ 84 $(INC)basarr.h \ 85 $(INC)dvlist.h \ 86 $(INC)ndatablock.h \ 87 $(INC)utilarr.h \ 85 88 $(INC)histos2.h \ 86 89 $(INC)hisprof.h \ 87 90 $(INC)ntuple.h \ 88 91 $(INC)ntupintf.h \ 89 $(INC)dvlist.h \90 92 $(INC)generaldata.h \ 91 93 $(INC)poly.h 92 $(OBJ)nobjmgr.o: nobjmgr.cc $(INC)strutil.h \ 94 $(OBJ)nomgadapter.o: nomgadapter.cc \ 95 $(INC)machdefs.h \ 96 $(INC)pclassids.h nomgadapter.h \ 97 $(INC)ppersist.h \ 98 $(INC)pexceptions.h \ 99 $(INC)gnumd5.h \ 100 $(INC)anydataobj.h \ 101 $(INC)pidrawer.h \ 102 $(INC)pibwdggen.h \ 103 $(INC)pisysdep.h \ 104 $(INC)piwdgx.h \ 105 $(INC)piwdggen.h \ 106 $(INC)pimsghandler.h \ 107 $(INC)picmap.h \ 108 $(INC)picmapx.h \ 109 $(INC)picmapgen.h \ 110 $(INC)pigraphx.h \ 111 $(INC)pigraphgen.h \ 112 $(INC)pifontx.h \ 113 $(INC)pifontgen.h \ 114 $(INC)pigraphuc.h \ 115 $(INC)pievthandler.h \ 116 $(INC)psfile.h \ 117 $(INC)parradapter.h \ 118 $(INC)lut.h \ 119 $(INC)ntupintf.h 120 $(OBJ)nomgfdadapter.o: nomgfdadapter.cc \ 121 $(INC)machdefs.h \ 122 $(INC)pclassids.h nomgfdadapter.h \ 123 nomgadapter.h $(INC)ppersist.h \ 124 $(INC)pexceptions.h \ 125 $(INC)gnumd5.h \ 126 $(INC)anydataobj.h \ 127 $(INC)pidrawer.h \ 128 $(INC)pibwdggen.h \ 129 $(INC)pisysdep.h \ 130 $(INC)piwdgx.h \ 131 $(INC)piwdggen.h \ 132 $(INC)pimsghandler.h \ 133 $(INC)picmap.h \ 134 $(INC)picmapx.h \ 135 $(INC)picmapgen.h \ 136 $(INC)pigraphx.h \ 137 $(INC)pigraphgen.h \ 138 $(INC)pifontx.h \ 139 $(INC)pifontgen.h \ 140 $(INC)pigraphuc.h \ 141 $(INC)pievthandler.h \ 142 $(INC)psfile.h \ 143 $(INC)parradapter.h \ 144 $(INC)lut.h \ 145 $(INC)ntupintf.h \ 146 $(INC)generaldata.h \ 147 $(INC)objfio.h \ 148 $(INC)poly.h \ 149 $(INC)peida.h \ 150 $(INC)utils.h \ 151 $(INC)perrors.h \ 152 $(INC)fmath.h \ 153 $(INC)tvector.h \ 154 $(INC)tmatrix.h \ 155 $(INC)tarray.h \ 156 $(INC)basarr.h \ 157 $(INC)dvlist.h \ 158 $(INC)ndatablock.h \ 159 $(INC)utilarr.h pipodrw.h \ 160 $(INC)histos2.h \ 161 $(INC)histos.h 162 $(OBJ)nomhistadapter.o: nomhistadapter.cc \ 163 $(INC)machdefs.h \ 164 $(INC)pclassids.h nomhistadapter.h \ 165 nomgadapter.h $(INC)ppersist.h \ 166 $(INC)pexceptions.h \ 167 $(INC)gnumd5.h \ 168 $(INC)anydataobj.h \ 169 $(INC)pidrawer.h \ 170 $(INC)pibwdggen.h \ 171 $(INC)pisysdep.h \ 172 $(INC)piwdgx.h \ 173 $(INC)piwdggen.h \ 174 $(INC)pimsghandler.h \ 175 $(INC)picmap.h \ 176 $(INC)picmapx.h \ 177 $(INC)picmapgen.h \ 178 $(INC)pigraphx.h \ 179 $(INC)pigraphgen.h \ 180 $(INC)pifontx.h \ 181 $(INC)pifontgen.h \ 182 $(INC)pigraphuc.h \ 183 $(INC)pievthandler.h \ 184 $(INC)psfile.h \ 185 $(INC)parradapter.h \ 186 $(INC)lut.h \ 187 $(INC)ntupintf.h \ 188 $(INC)histos.h \ 189 $(INC)objfio.h \ 190 $(INC)peida.h \ 191 $(INC)utils.h \ 192 $(INC)perrors.h \ 193 $(INC)fmath.h \ 194 $(INC)tvector.h \ 195 $(INC)tmatrix.h \ 196 $(INC)tarray.h \ 197 $(INC)basarr.h \ 198 $(INC)dvlist.h \ 199 $(INC)ndatablock.h \ 200 $(INC)utilarr.h \ 201 $(INC)histos2.h \ 202 $(INC)hisprof.h \ 203 $(INC)ntuple.h \ 204 $(INC)xntuple.h pihisto.h pihisto2d.h \ 205 $(INC)pimenux.h \ 206 $(INC)pimenugen.h \ 207 $(INC)pimenubarx.h \ 208 $(INC)pimenubargen.h \ 209 $(INC)pioptmenux.h \ 210 $(INC)pioptmenugen.h \ 211 $(INC)pistdwdgx.h \ 212 $(INC)pistdwdggen.h \ 213 $(INC)piscdrawwdg.h \ 214 $(INC)pibwdgx.h \ 215 $(INC)pigraphps.h \ 216 $(INC)piwindowx.h \ 217 $(INC)piwindowgen.h \ 218 $(INC)picontainerx.h \ 219 $(INC)picontainergen.h pipodrw.h servnobjm.h \ 220 $(INC)pdlmgr.h dlftypes.h 221 $(OBJ)nomimagadapter.o: nomimagadapter.cc \ 222 $(INC)machdefs.h \ 223 $(INC)pclassids.h nomimagadapter.h \ 224 nomgadapter.h $(INC)ppersist.h \ 225 $(INC)pexceptions.h \ 226 $(INC)gnumd5.h \ 227 $(INC)anydataobj.h \ 228 $(INC)pidrawer.h \ 229 $(INC)pibwdggen.h \ 230 $(INC)pisysdep.h \ 231 $(INC)piwdgx.h \ 232 $(INC)piwdggen.h \ 233 $(INC)pimsghandler.h \ 234 $(INC)picmap.h \ 235 $(INC)picmapx.h \ 236 $(INC)picmapgen.h \ 237 $(INC)pigraphx.h \ 238 $(INC)pigraphgen.h \ 239 $(INC)pifontx.h \ 240 $(INC)pifontgen.h \ 241 $(INC)pigraphuc.h \ 242 $(INC)pievthandler.h \ 243 $(INC)psfile.h \ 244 $(INC)parradapter.h \ 245 $(INC)lut.h \ 246 $(INC)ntupintf.h \ 247 $(INC)cimage.h \ 248 $(INC)rzimage.h \ 249 $(INC)rzvect.h \ 250 $(INC)perrors.h \ 93 251 $(INC)datatypes.h \ 94 $(INC)machine.h \ 95 $(INC)defs.h nobjmgr.h \ 96 $(INC)machdefs.h \ 97 $(INC)anydataobj.h \ 98 $(INC)ppersist.h \ 99 $(INC)perrors.h \ 100 $(INC)exceptions.h \ 101 $(INC)peidainit.h \ 102 $(INC)pclassids.h dlftypes.h servnobjm.h \ 252 $(INC)dvlist.h \ 253 $(INC)objfio.h pimgadapter.h 254 $(OBJ)nomskymapadapter.o: nomskymapadapter.cc \ 255 $(INC)machdefs.h \ 256 $(INC)pclassids.h nomskymapadapter.h \ 257 nomgadapter.h $(INC)ppersist.h \ 258 $(INC)pexceptions.h \ 259 $(INC)gnumd5.h \ 260 $(INC)anydataobj.h \ 261 $(INC)pidrawer.h \ 262 $(INC)pibwdggen.h \ 263 $(INC)pisysdep.h \ 264 $(INC)piwdgx.h \ 265 $(INC)piwdggen.h \ 266 $(INC)pimsghandler.h \ 267 $(INC)picmap.h \ 268 $(INC)picmapx.h \ 269 $(INC)picmapgen.h \ 270 $(INC)pigraphx.h \ 271 $(INC)pigraphgen.h \ 272 $(INC)pifontx.h \ 273 $(INC)pifontgen.h \ 274 $(INC)pigraphuc.h \ 275 $(INC)pievthandler.h \ 276 $(INC)psfile.h \ 277 $(INC)parradapter.h \ 278 $(INC)lut.h \ 279 $(INC)ntupintf.h \ 280 $(INC)tmatrix.h \ 281 $(INC)tarray.h \ 282 $(INC)basarr.h \ 283 $(INC)dvlist.h \ 284 $(INC)objfio.h \ 285 $(INC)ndatablock.h \ 286 $(INC)utilarr.h \ 287 $(INC)pixelmap.h \ 288 $(INC)spherepos.h \ 289 $(INC)unitvector.h \ 290 $(INC)vector3d.h \ 291 $(INC)longlat.h \ 292 $(INC)utilgeom.h \ 293 $(INC)spherethetaphi.h \ 294 $(INC)sphericalmap.h \ 295 $(INC)smathconst.h \ 296 $(INC)tvector.h \ 297 $(INC)spheregorski.h \ 298 $(INC)localmap.h pitvmaad.h \ 299 $(INC)complexios.h 300 $(OBJ)nomspecrespadapter.o: nomspecrespadapter.cc \ 301 $(INC)machdefs.h \ 302 $(INC)pclassids.h nomspecrespadapter.h \ 303 nomgadapter.h $(INC)ppersist.h \ 304 $(INC)pexceptions.h \ 305 $(INC)gnumd5.h \ 306 $(INC)anydataobj.h \ 307 $(INC)pidrawer.h \ 308 $(INC)pibwdggen.h \ 309 $(INC)pisysdep.h \ 310 $(INC)piwdgx.h \ 311 $(INC)piwdggen.h \ 312 $(INC)pimsghandler.h \ 313 $(INC)picmap.h \ 314 $(INC)picmapx.h \ 315 $(INC)picmapgen.h \ 316 $(INC)pigraphx.h \ 317 $(INC)pigraphgen.h \ 318 $(INC)pifontx.h \ 319 $(INC)pifontgen.h \ 320 $(INC)pigraphuc.h \ 321 $(INC)pievthandler.h \ 322 $(INC)psfile.h \ 323 $(INC)parradapter.h \ 324 $(INC)lut.h \ 325 $(INC)ntupintf.h \ 326 $(INC)specresp.h \ 327 $(INC)specrespvector.h \ 328 $(INC)tvector.h \ 329 $(INC)tmatrix.h \ 330 $(INC)tarray.h \ 331 $(INC)basarr.h \ 332 $(INC)dvlist.h \ 333 $(INC)objfio.h \ 334 $(INC)ndatablock.h \ 335 $(INC)utilarr.h \ 336 $(INC)gaussfilt.h 337 $(OBJ)nomtmatvecadapter.o: nomtmatvecadapter.cc \ 338 $(INC)machdefs.h \ 339 $(INC)pclassids.h \ 340 $(INC)tvector.h \ 341 $(INC)tmatrix.h \ 342 $(INC)tarray.h \ 343 $(INC)basarr.h \ 344 $(INC)anydataobj.h \ 345 $(INC)dvlist.h \ 346 $(INC)objfio.h \ 347 $(INC)ppersist.h \ 348 $(INC)pexceptions.h \ 349 $(INC)gnumd5.h \ 350 $(INC)ndatablock.h \ 351 $(INC)utilarr.h nomtmatvecadapter.h \ 352 nomgadapter.h $(INC)pidrawer.h \ 353 $(INC)pibwdggen.h \ 354 $(INC)pisysdep.h \ 355 $(INC)piwdgx.h \ 356 $(INC)piwdggen.h \ 357 $(INC)pimsghandler.h \ 358 $(INC)picmap.h \ 359 $(INC)picmapx.h \ 360 $(INC)picmapgen.h \ 361 $(INC)pigraphx.h \ 362 $(INC)pigraphgen.h \ 363 $(INC)pifontx.h \ 364 $(INC)pifontgen.h \ 365 $(INC)pigraphuc.h \ 366 $(INC)pievthandler.h \ 367 $(INC)psfile.h \ 368 $(INC)parradapter.h \ 369 $(INC)lut.h \ 370 $(INC)ntupintf.h \ 371 $(INC)piscdrawwdg.h \ 372 $(INC)pibwdgx.h \ 373 $(INC)pigraphps.h \ 374 $(INC)pistdwdgx.h \ 375 $(INC)pistdwdggen.h \ 376 $(INC)piwindowx.h \ 377 $(INC)piwindowgen.h \ 378 $(INC)picontainerx.h \ 379 $(INC)picontainergen.h pitvmaad.h \ 380 $(INC)fioarr.h 381 $(OBJ)pawexecut.o: pawexecut.cc $(INC)strutil.h \ 382 $(INC)histos.h \ 383 $(INC)objfio.h \ 384 $(INC)machdefs.h \ 385 $(INC)pclassids.h \ 386 $(INC)anydataobj.h \ 387 $(INC)ppersist.h \ 388 $(INC)pexceptions.h \ 389 $(INC)gnumd5.h \ 390 $(INC)peida.h \ 391 $(INC)utils.h \ 392 $(INC)perrors.h \ 393 $(INC)fmath.h \ 394 $(INC)tvector.h \ 395 $(INC)tmatrix.h \ 396 $(INC)tarray.h \ 397 $(INC)basarr.h \ 398 $(INC)dvlist.h \ 399 $(INC)ndatablock.h \ 400 $(INC)utilarr.h \ 401 $(INC)histos2.h \ 402 $(INC)hisprof.h \ 403 $(INC)ntuple.h \ 404 $(INC)ntupintf.h pawexecut.h piacmd.h \ 405 dlftypes.h nobjmgr.h servnobjm.h \ 406 $(INC)pdlmgr.h pistdimgapp.h \ 407 $(INC)pisysdep.h \ 408 $(INC)piapplx.h \ 409 $(INC)piapplgen.h \ 410 $(INC)pimsghandler.h \ 411 $(INC)picontainerx.h \ 412 $(INC)picontainergen.h \ 413 $(INC)piwdgx.h \ 414 $(INC)piwdggen.h \ 415 $(INC)pimenubarx.h \ 416 $(INC)pimenubargen.h \ 417 $(INC)pimenux.h \ 418 $(INC)pimenugen.h \ 419 $(INC)picons.h \ 420 $(INC)pistdwdgx.h \ 421 $(INC)pistdwdggen.h \ 422 $(INC)pibwdgx.h \ 423 $(INC)pibwdggen.h \ 424 $(INC)picmap.h \ 425 $(INC)picmapx.h \ 426 $(INC)picmapgen.h \ 427 $(INC)pigraphx.h \ 428 $(INC)pigraphgen.h \ 429 $(INC)pifontx.h \ 430 $(INC)pifontgen.h \ 431 $(INC)pigraphuc.h \ 432 $(INC)pievthandler.h \ 433 $(INC)psfile.h \ 434 $(INC)pigraphps.h \ 435 $(INC)piwindowx.h \ 436 $(INC)piwindowgen.h \ 437 $(INC)pioptmenux.h \ 438 $(INC)pioptmenugen.h \ 439 $(INC)pifilechox.h \ 440 $(INC)pifilechogen.h \ 441 $(INC)piimage.h \ 442 $(INC)parradapter.h \ 443 $(INC)lut.h \ 444 $(INC)pidrawer.h \ 445 $(INC)pipixmapx.h \ 446 $(INC)pipixmapgen.h \ 447 $(INC)picmapview.h \ 448 $(INC)pi3ddrw.h \ 449 $(INC)pigraph3d.h pisiadw.h \ 450 $(INC)pilistx.h \ 451 $(INC)pilistgen.h \ 452 $(INC)pistzwin.h \ 453 $(INC)piperiodx.h \ 454 $(INC)periodic.h 455 $(OBJ)piacmd.o: piacmd.cc piacmd.h $(INC)machdefs.h \ 456 $(INC)pclassids.h dlftypes.h basexecut.h \ 457 $(INC)pdlmgr.h \ 458 $(INC)ctimer.h pistdimgapp.h \ 459 $(INC)pisysdep.h \ 460 $(INC)piapplx.h \ 461 $(INC)piapplgen.h \ 462 $(INC)pimsghandler.h \ 463 $(INC)picontainerx.h \ 464 $(INC)picontainergen.h \ 465 $(INC)piwdgx.h \ 466 $(INC)piwdggen.h \ 467 $(INC)pimenubarx.h \ 468 $(INC)pimenubargen.h \ 469 $(INC)pimenux.h \ 470 $(INC)pimenugen.h \ 471 $(INC)picons.h \ 472 $(INC)pistdwdgx.h \ 473 $(INC)pistdwdggen.h \ 474 $(INC)pibwdgx.h \ 475 $(INC)pibwdggen.h \ 476 $(INC)picmap.h \ 477 $(INC)picmapx.h \ 478 $(INC)picmapgen.h \ 479 $(INC)pigraphx.h \ 480 $(INC)pigraphgen.h \ 481 $(INC)pifontx.h \ 482 $(INC)pifontgen.h \ 483 $(INC)pigraphuc.h \ 484 $(INC)pievthandler.h \ 485 $(INC)psfile.h \ 486 $(INC)pigraphps.h \ 487 $(INC)piwindowx.h \ 488 $(INC)piwindowgen.h \ 489 $(INC)pioptmenux.h \ 490 $(INC)pioptmenugen.h \ 491 $(INC)pifilechox.h \ 492 $(INC)pifilechogen.h \ 493 $(INC)piimage.h \ 494 $(INC)parradapter.h \ 495 $(INC)lut.h \ 496 $(INC)pidrawer.h \ 497 $(INC)pipixmapx.h \ 498 $(INC)pipixmapgen.h \ 499 $(INC)picmapview.h \ 500 $(INC)pi3ddrw.h \ 501 $(INC)pigraph3d.h nobjmgr.h \ 502 $(INC)anydataobj.h \ 503 $(INC)ppersist.h \ 504 $(INC)pexceptions.h \ 505 $(INC)gnumd5.h pisiadw.h \ 506 $(INC)pilistx.h \ 507 $(INC)pilistgen.h \ 508 $(INC)pistzwin.h \ 509 $(INC)piperiodx.h \ 510 $(INC)periodic.h piafitting.h \ 511 $(INC)tvector.h \ 512 $(INC)tmatrix.h \ 513 $(INC)tarray.h \ 514 $(INC)basarr.h \ 515 $(INC)dvlist.h \ 516 $(INC)objfio.h \ 517 $(INC)ndatablock.h \ 518 $(INC)utilarr.h pawexecut.h 519 $(OBJ)piafitting.o: piafitting.cc $(INC)strutil.h \ 520 $(INC)nbtri.h \ 521 $(INC)machdefs.h \ 522 $(INC)pclassids.h \ 523 $(INC)generalfit.h \ 524 $(INC)pexceptions.h \ 525 $(INC)tvector.h \ 526 $(INC)tmatrix.h \ 527 $(INC)tarray.h \ 528 $(INC)basarr.h \ 529 $(INC)anydataobj.h \ 530 $(INC)dvlist.h \ 531 $(INC)objfio.h \ 532 $(INC)ppersist.h \ 533 $(INC)gnumd5.h \ 534 $(INC)ndatablock.h \ 535 $(INC)utilarr.h \ 536 $(INC)generaldata.h \ 537 $(INC)ntupintf.h \ 538 $(INC)poly.h \ 539 $(INC)peida.h \ 540 $(INC)utils.h \ 541 $(INC)perrors.h \ 542 $(INC)fmath.h \ 543 $(INC)fct1dfit.h \ 544 $(INC)fct2dfit.h \ 545 $(INC)ntuple.h \ 546 $(INC)cimage.h \ 547 $(INC)rzimage.h \ 548 $(INC)rzvect.h \ 549 $(INC)datatypes.h \ 550 $(INC)histos.h \ 551 $(INC)histos2.h \ 552 $(INC)hisprof.h \ 553 $(INC)objfitter.h piafitting.h \ 554 $(INC)pdlmgr.h dlftypes.h piacmd.h nobjmgr.h \ 555 pistdimgapp.h $(INC)pisysdep.h \ 556 $(INC)piapplx.h \ 557 $(INC)piapplgen.h \ 558 $(INC)pimsghandler.h \ 559 $(INC)picontainerx.h \ 560 $(INC)picontainergen.h \ 561 $(INC)piwdgx.h \ 562 $(INC)piwdggen.h \ 563 $(INC)pimenubarx.h \ 564 $(INC)pimenubargen.h \ 565 $(INC)pimenux.h \ 566 $(INC)pimenugen.h \ 567 $(INC)picons.h \ 568 $(INC)pistdwdgx.h \ 569 $(INC)pistdwdggen.h \ 570 $(INC)pibwdgx.h \ 571 $(INC)pibwdggen.h \ 572 $(INC)picmap.h \ 573 $(INC)picmapx.h \ 574 $(INC)picmapgen.h \ 575 $(INC)pigraphx.h \ 576 $(INC)pigraphgen.h \ 577 $(INC)pifontx.h \ 578 $(INC)pifontgen.h \ 579 $(INC)pigraphuc.h \ 580 $(INC)pievthandler.h \ 581 $(INC)psfile.h \ 582 $(INC)pigraphps.h \ 583 $(INC)piwindowx.h \ 584 $(INC)piwindowgen.h \ 585 $(INC)pioptmenux.h \ 586 $(INC)pioptmenugen.h \ 587 $(INC)pifilechox.h \ 588 $(INC)pifilechogen.h \ 589 $(INC)piimage.h \ 590 $(INC)parradapter.h \ 591 $(INC)lut.h \ 592 $(INC)pidrawer.h \ 593 $(INC)pipixmapx.h \ 594 $(INC)pipixmapgen.h \ 595 $(INC)picmapview.h \ 596 $(INC)pi3ddrw.h \ 597 $(INC)pigraph3d.h pisiadw.h \ 598 $(INC)pilistx.h \ 599 $(INC)pilistgen.h \ 600 $(INC)pistzwin.h \ 601 $(INC)piperiodx.h \ 602 $(INC)periodic.h 603 $(OBJ)pigfd1.o: pigfd1.cc pigfd1.h \ 604 $(INC)generaldata.h \ 605 $(INC)objfio.h \ 606 $(INC)machdefs.h \ 607 $(INC)pclassids.h \ 608 $(INC)anydataobj.h \ 609 $(INC)ppersist.h \ 610 $(INC)pexceptions.h \ 611 $(INC)gnumd5.h \ 612 $(INC)ntupintf.h \ 613 $(INC)poly.h \ 614 $(INC)peida.h \ 615 $(INC)utils.h \ 616 $(INC)perrors.h \ 617 $(INC)fmath.h \ 618 $(INC)tvector.h \ 619 $(INC)tmatrix.h \ 620 $(INC)tarray.h \ 621 $(INC)basarr.h \ 622 $(INC)dvlist.h \ 623 $(INC)ndatablock.h \ 624 $(INC)utilarr.h \ 625 $(INC)pidrawer.h \ 626 $(INC)pibwdggen.h \ 627 $(INC)pisysdep.h \ 628 $(INC)piwdgx.h \ 629 $(INC)piwdggen.h \ 630 $(INC)pimsghandler.h \ 631 $(INC)picmap.h \ 632 $(INC)picmapx.h \ 633 $(INC)picmapgen.h \ 634 $(INC)pigraphx.h \ 635 $(INC)pigraphgen.h \ 636 $(INC)pifontx.h \ 637 $(INC)pifontgen.h \ 638 $(INC)pigraphuc.h \ 639 $(INC)pievthandler.h \ 640 $(INC)psfile.h 641 $(OBJ)pigfd2.o: pigfd2.cc pigfd2.h \ 642 $(INC)generaldata.h \ 643 $(INC)objfio.h \ 644 $(INC)machdefs.h \ 645 $(INC)pclassids.h \ 646 $(INC)anydataobj.h \ 647 $(INC)ppersist.h \ 648 $(INC)pexceptions.h \ 649 $(INC)gnumd5.h \ 650 $(INC)ntupintf.h \ 651 $(INC)poly.h \ 652 $(INC)peida.h \ 653 $(INC)utils.h \ 654 $(INC)perrors.h \ 655 $(INC)fmath.h \ 656 $(INC)tvector.h \ 657 $(INC)tmatrix.h \ 658 $(INC)tarray.h \ 659 $(INC)basarr.h \ 660 $(INC)dvlist.h \ 661 $(INC)ndatablock.h \ 662 $(INC)utilarr.h \ 663 $(INC)pi3ddrw.h \ 664 $(INC)pisysdep.h \ 665 $(INC)pidrawer.h \ 666 $(INC)pibwdggen.h \ 667 $(INC)piwdgx.h \ 668 $(INC)piwdggen.h \ 669 $(INC)pimsghandler.h \ 670 $(INC)picmap.h \ 671 $(INC)picmapx.h \ 672 $(INC)picmapgen.h \ 673 $(INC)pigraphx.h \ 674 $(INC)pigraphgen.h \ 675 $(INC)pifontx.h \ 676 $(INC)pifontgen.h \ 677 $(INC)pigraphuc.h \ 678 $(INC)pievthandler.h \ 679 $(INC)psfile.h \ 680 $(INC)pigraph3d.h \ 681 $(INC)pibwdgx.h \ 682 $(INC)pigraphps.h 683 $(OBJ)pihisto.o: pihisto.cc pihisto.h \ 684 $(INC)histos.h \ 685 $(INC)objfio.h \ 686 $(INC)machdefs.h \ 687 $(INC)pclassids.h \ 688 $(INC)anydataobj.h \ 689 $(INC)ppersist.h \ 690 $(INC)pexceptions.h \ 691 $(INC)gnumd5.h \ 692 $(INC)peida.h \ 693 $(INC)utils.h \ 694 $(INC)perrors.h \ 695 $(INC)fmath.h \ 696 $(INC)tvector.h \ 697 $(INC)tmatrix.h \ 698 $(INC)tarray.h \ 699 $(INC)basarr.h \ 700 $(INC)dvlist.h \ 701 $(INC)ndatablock.h \ 702 $(INC)utilarr.h \ 703 $(INC)pidrawer.h \ 704 $(INC)pibwdggen.h \ 705 $(INC)pisysdep.h \ 706 $(INC)piwdgx.h \ 707 $(INC)piwdggen.h \ 708 $(INC)pimsghandler.h \ 709 $(INC)picmap.h \ 710 $(INC)picmapx.h \ 711 $(INC)picmapgen.h \ 712 $(INC)pigraphx.h \ 713 $(INC)pigraphgen.h \ 714 $(INC)pifontx.h \ 715 $(INC)pifontgen.h \ 716 $(INC)pigraphuc.h \ 717 $(INC)pievthandler.h \ 718 $(INC)psfile.h \ 719 $(INC)hisprof.h 720 $(OBJ)pihisto2d.o: pihisto2d.cc $(INC)piapplgen.h \ 721 $(INC)pimsghandler.h \ 722 $(INC)machdefs.h \ 723 $(INC)pclassids.h \ 724 $(INC)pisysdep.h \ 725 $(INC)picontainerx.h \ 726 $(INC)picontainergen.h \ 727 $(INC)piwdgx.h \ 728 $(INC)piwdggen.h \ 729 $(INC)pimenubarx.h \ 730 $(INC)pimenubargen.h \ 731 $(INC)pimenux.h \ 732 $(INC)pimenugen.h \ 733 $(INC)picons.h \ 734 $(INC)pistdwdgx.h \ 735 $(INC)pistdwdggen.h \ 736 $(INC)pibwdgx.h \ 737 $(INC)pibwdggen.h \ 738 $(INC)picmap.h \ 739 $(INC)picmapx.h \ 740 $(INC)picmapgen.h \ 741 $(INC)pigraphx.h \ 742 $(INC)pigraphgen.h \ 743 $(INC)pifontx.h \ 744 $(INC)pifontgen.h \ 745 $(INC)pigraphuc.h \ 746 $(INC)pievthandler.h \ 747 $(INC)psfile.h \ 748 $(INC)pigraphps.h pihisto2d.h \ 749 $(INC)pioptmenux.h \ 750 $(INC)pioptmenugen.h \ 751 $(INC)histos2.h \ 752 $(INC)peida.h \ 753 $(INC)utils.h \ 754 $(INC)perrors.h \ 755 $(INC)pexceptions.h \ 756 $(INC)fmath.h \ 757 $(INC)histos.h \ 758 $(INC)objfio.h \ 759 $(INC)anydataobj.h \ 760 $(INC)ppersist.h \ 761 $(INC)gnumd5.h \ 762 $(INC)tvector.h \ 763 $(INC)tmatrix.h \ 764 $(INC)tarray.h \ 765 $(INC)basarr.h \ 766 $(INC)dvlist.h \ 767 $(INC)ndatablock.h \ 768 $(INC)utilarr.h \ 769 $(INC)piscdrawwdg.h \ 770 $(INC)piwindowx.h \ 771 $(INC)piwindowgen.h \ 772 $(INC)pidrawer.h \ 773 $(INC)nbrandom.h 774 $(OBJ)piinit.o: piinit.cc $(INC)machdefs.h \ 775 $(INC)pclassids.h piinit.h \ 776 $(INC)sambainit.h \ 777 $(INC)skymapinit.h \ 778 $(INC)tarrinit.h \ 779 $(INC)sophyainit.h \ 780 $(INC)ntoolsinit.h pistdimgapp.h \ 781 $(INC)pisysdep.h \ 782 $(INC)piapplx.h \ 783 $(INC)piapplgen.h \ 784 $(INC)pimsghandler.h \ 785 $(INC)picontainerx.h \ 786 $(INC)picontainergen.h \ 787 $(INC)piwdgx.h \ 788 $(INC)piwdggen.h \ 789 $(INC)pimenubarx.h \ 790 $(INC)pimenubargen.h \ 791 $(INC)pimenux.h \ 792 $(INC)pimenugen.h \ 793 $(INC)picons.h \ 794 $(INC)pistdwdgx.h \ 795 $(INC)pistdwdggen.h \ 796 $(INC)pibwdgx.h \ 797 $(INC)pibwdggen.h \ 798 $(INC)picmap.h \ 799 $(INC)picmapx.h \ 800 $(INC)picmapgen.h \ 801 $(INC)pigraphx.h \ 802 $(INC)pigraphgen.h \ 803 $(INC)pifontx.h \ 804 $(INC)pifontgen.h \ 805 $(INC)pigraphuc.h \ 806 $(INC)pievthandler.h \ 807 $(INC)psfile.h \ 808 $(INC)pigraphps.h \ 809 $(INC)piwindowx.h \ 810 $(INC)piwindowgen.h \ 811 $(INC)pioptmenux.h \ 812 $(INC)pioptmenugen.h \ 813 $(INC)pifilechox.h \ 814 $(INC)pifilechogen.h \ 815 $(INC)piimage.h \ 816 $(INC)parradapter.h \ 817 $(INC)lut.h \ 818 $(INC)pidrawer.h \ 819 $(INC)pipixmapx.h \ 820 $(INC)pipixmapgen.h \ 821 $(INC)picmapview.h \ 822 $(INC)pi3ddrw.h \ 823 $(INC)pigraph3d.h nobjmgr.h \ 824 $(INC)anydataobj.h \ 825 $(INC)ppersist.h \ 826 $(INC)pexceptions.h \ 827 $(INC)gnumd5.h dlftypes.h piacmd.h pisiadw.h \ 828 $(INC)pilistx.h \ 829 $(INC)pilistgen.h \ 830 $(INC)pistzwin.h \ 831 $(INC)piperiodx.h \ 832 $(INC)periodic.h servnobjm.h \ 833 $(INC)pdlmgr.h nomhistadapter.h \ 834 nomgadapter.h $(INC)ntupintf.h \ 835 $(INC)histos.h \ 836 $(INC)objfio.h \ 837 $(INC)peida.h \ 838 $(INC)utils.h \ 839 $(INC)perrors.h \ 840 $(INC)fmath.h \ 841 $(INC)tvector.h \ 842 $(INC)tmatrix.h \ 843 $(INC)tarray.h \ 844 $(INC)basarr.h \ 845 $(INC)dvlist.h \ 846 $(INC)ndatablock.h \ 847 $(INC)utilarr.h \ 848 $(INC)histos2.h \ 849 $(INC)hisprof.h \ 850 $(INC)ntuple.h \ 851 $(INC)xntuple.h nomgfdadapter.h \ 852 $(INC)generaldata.h \ 853 $(INC)poly.h nomimagadapter.h \ 854 $(INC)cimage.h \ 855 $(INC)rzimage.h \ 856 $(INC)rzvect.h \ 857 $(INC)datatypes.h nomtmatvecadapter.h \ 858 nomskymapadapter.h $(INC)pixelmap.h \ 859 $(INC)spherepos.h \ 860 $(INC)unitvector.h \ 861 $(INC)vector3d.h \ 862 $(INC)longlat.h \ 863 $(INC)utilgeom.h \ 864 $(INC)spherethetaphi.h \ 865 $(INC)sphericalmap.h \ 866 $(INC)smathconst.h \ 867 $(INC)spheregorski.h \ 868 $(INC)localmap.h \ 869 $(INC)specrespvector.h \ 870 $(INC)specresp.h \ 871 $(INC)gaussfilt.h nomspecrespadapter.h 872 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h \ 873 $(INC)ntupintf.h \ 874 $(INC)machdefs.h \ 875 $(INC)pclassids.h \ 876 $(INC)pi3ddrw.h \ 877 $(INC)pisysdep.h \ 878 $(INC)pidrawer.h \ 879 $(INC)pibwdggen.h \ 880 $(INC)piwdgx.h \ 881 $(INC)piwdggen.h \ 882 $(INC)pimsghandler.h \ 883 $(INC)picmap.h \ 884 $(INC)picmapx.h \ 885 $(INC)picmapgen.h \ 886 $(INC)pigraphx.h \ 887 $(INC)pigraphgen.h \ 888 $(INC)pifontx.h \ 889 $(INC)pifontgen.h \ 890 $(INC)pigraphuc.h \ 891 $(INC)pievthandler.h \ 892 $(INC)psfile.h \ 893 $(INC)pigraph3d.h \ 894 $(INC)pibwdgx.h \ 895 $(INC)pigraphps.h 896 $(OBJ)pintuple.o: pintuple.cc pintuple.h \ 897 $(INC)ntupintf.h \ 898 $(INC)machdefs.h \ 899 $(INC)pclassids.h \ 900 $(INC)pidrawer.h \ 901 $(INC)pibwdggen.h \ 902 $(INC)pisysdep.h \ 903 $(INC)piwdgx.h \ 904 $(INC)piwdggen.h \ 905 $(INC)pimsghandler.h \ 906 $(INC)picmap.h \ 907 $(INC)picmapx.h \ 908 $(INC)picmapgen.h \ 909 $(INC)pigraphx.h \ 910 $(INC)pigraphgen.h \ 911 $(INC)pifontx.h \ 912 $(INC)pifontgen.h \ 913 $(INC)pigraphuc.h \ 914 $(INC)pievthandler.h \ 915 $(INC)psfile.h 916 $(OBJ)pipodrw.o: pipodrw.cc pipodrw.h \ 917 $(INC)machdefs.h \ 918 $(INC)pclassids.h \ 919 $(INC)pidrawer.h \ 920 $(INC)pibwdggen.h \ 921 $(INC)pisysdep.h \ 922 $(INC)piwdgx.h \ 923 $(INC)piwdggen.h \ 924 $(INC)pimsghandler.h \ 925 $(INC)picmap.h \ 926 $(INC)picmapx.h \ 927 $(INC)picmapgen.h \ 928 $(INC)pigraphx.h \ 929 $(INC)pigraphgen.h \ 930 $(INC)pifontx.h \ 931 $(INC)pifontgen.h \ 932 $(INC)pigraphuc.h \ 933 $(INC)pievthandler.h \ 934 $(INC)psfile.h \ 935 $(INC)parradapter.h \ 936 $(INC)lut.h \ 937 $(INC)histos2.h \ 938 $(INC)peida.h \ 939 $(INC)utils.h \ 940 $(INC)perrors.h \ 941 $(INC)pexceptions.h \ 942 $(INC)fmath.h \ 943 $(INC)histos.h \ 944 $(INC)objfio.h \ 945 $(INC)anydataobj.h \ 946 $(INC)ppersist.h \ 947 $(INC)gnumd5.h \ 948 $(INC)tvector.h \ 949 $(INC)tmatrix.h \ 950 $(INC)tarray.h \ 951 $(INC)basarr.h \ 952 $(INC)dvlist.h \ 953 $(INC)ndatablock.h \ 954 $(INC)utilarr.h \ 955 $(INC)generalfit.h \ 956 $(INC)generaldata.h \ 957 $(INC)ntupintf.h \ 958 $(INC)poly.h 959 $(OBJ)pisiadw.o: pisiadw.cc $(INC)machdefs.h \ 960 $(INC)pclassids.h \ 961 $(INC)perrors.h \ 962 $(INC)pexceptions.h \ 963 $(INC)ctimer.h \ 964 $(INC)nbmath.h \ 965 $(INC)smathconst.h pistdimgapp.h \ 966 $(INC)pisysdep.h \ 967 $(INC)piapplx.h \ 968 $(INC)piapplgen.h \ 969 $(INC)pimsghandler.h \ 970 $(INC)picontainerx.h \ 971 $(INC)picontainergen.h \ 972 $(INC)piwdgx.h \ 973 $(INC)piwdggen.h \ 974 $(INC)pimenubarx.h \ 975 $(INC)pimenubargen.h \ 976 $(INC)pimenux.h \ 977 $(INC)pimenugen.h \ 978 $(INC)picons.h \ 979 $(INC)pistdwdgx.h \ 980 $(INC)pistdwdggen.h \ 981 $(INC)pibwdgx.h \ 982 $(INC)pibwdggen.h \ 983 $(INC)picmap.h \ 984 $(INC)picmapx.h \ 985 $(INC)picmapgen.h \ 986 $(INC)pigraphx.h \ 987 $(INC)pigraphgen.h \ 988 $(INC)pifontx.h \ 989 $(INC)pifontgen.h \ 990 $(INC)pigraphuc.h \ 991 $(INC)pievthandler.h \ 992 $(INC)psfile.h \ 993 $(INC)pigraphps.h \ 994 $(INC)piwindowx.h \ 995 $(INC)piwindowgen.h \ 996 $(INC)pioptmenux.h \ 997 $(INC)pioptmenugen.h \ 998 $(INC)pifilechox.h \ 999 $(INC)pifilechogen.h \ 1000 $(INC)piimage.h \ 1001 $(INC)parradapter.h \ 1002 $(INC)lut.h \ 1003 $(INC)pidrawer.h \ 1004 $(INC)pipixmapx.h \ 1005 $(INC)pipixmapgen.h \ 1006 $(INC)picmapview.h \ 1007 $(INC)pi3ddrw.h \ 1008 $(INC)pigraph3d.h nobjmgr.h \ 1009 $(INC)anydataobj.h \ 1010 $(INC)ppersist.h \ 1011 $(INC)gnumd5.h dlftypes.h piacmd.h pisiadw.h \ 1012 $(INC)pilistx.h \ 1013 $(INC)pilistgen.h \ 1014 $(INC)pistzwin.h \ 1015 $(INC)piperiodx.h \ 1016 $(INC)periodic.h servnobjm.h \ 1017 $(INC)pdlmgr.h 1018 $(OBJ)pistdimgapp.o: pistdimgapp.cc \ 1019 $(INC)machdefs.h \ 1020 $(INC)pclassids.h \ 1021 $(INC)strutil.h \ 1022 $(INC)timing.h \ 1023 $(INC)perrors.h \ 1024 $(INC)pexceptions.h \ 1025 $(INC)ctimer.h \ 1026 $(INC)psighand.h \ 1027 $(INC)cimage.h \ 1028 $(INC)rzimage.h \ 1029 $(INC)rzvect.h \ 1030 $(INC)datatypes.h \ 1031 $(INC)ppersist.h \ 1032 $(INC)gnumd5.h \ 1033 $(INC)dvlist.h \ 1034 $(INC)objfio.h \ 1035 $(INC)anydataobj.h pistdimgapp.h \ 1036 $(INC)pisysdep.h \ 1037 $(INC)piapplx.h \ 1038 $(INC)piapplgen.h \ 1039 $(INC)pimsghandler.h \ 1040 $(INC)picontainerx.h \ 1041 $(INC)picontainergen.h \ 1042 $(INC)piwdgx.h \ 1043 $(INC)piwdggen.h \ 1044 $(INC)pimenubarx.h \ 1045 $(INC)pimenubargen.h \ 1046 $(INC)pimenux.h \ 1047 $(INC)pimenugen.h \ 1048 $(INC)picons.h \ 1049 $(INC)pistdwdgx.h \ 1050 $(INC)pistdwdggen.h \ 1051 $(INC)pibwdgx.h \ 1052 $(INC)pibwdggen.h \ 1053 $(INC)picmap.h \ 1054 $(INC)picmapx.h \ 1055 $(INC)picmapgen.h \ 1056 $(INC)pigraphx.h \ 1057 $(INC)pigraphgen.h \ 1058 $(INC)pifontx.h \ 1059 $(INC)pifontgen.h \ 1060 $(INC)pigraphuc.h \ 1061 $(INC)pievthandler.h \ 1062 $(INC)psfile.h \ 1063 $(INC)pigraphps.h \ 1064 $(INC)piwindowx.h \ 1065 $(INC)piwindowgen.h \ 1066 $(INC)pioptmenux.h \ 1067 $(INC)pioptmenugen.h \ 1068 $(INC)pifilechox.h \ 1069 $(INC)pifilechogen.h \ 1070 $(INC)piimage.h \ 1071 $(INC)parradapter.h \ 1072 $(INC)lut.h \ 1073 $(INC)pidrawer.h \ 1074 $(INC)pipixmapx.h \ 1075 $(INC)pipixmapgen.h \ 1076 $(INC)picmapview.h \ 1077 $(INC)pi3ddrw.h \ 1078 $(INC)pigraph3d.h nobjmgr.h dlftypes.h \ 1079 piacmd.h pisiadw.h $(INC)pilistx.h \ 1080 $(INC)pilistgen.h \ 1081 $(INC)pistzwin.h \ 1082 $(INC)piperiodx.h \ 1083 $(INC)periodic.h pihisto2d.h \ 1084 $(INC)histos2.h \ 1085 $(INC)peida.h \ 1086 $(INC)utils.h \ 1087 $(INC)fmath.h \ 1088 $(INC)histos.h \ 1089 $(INC)tvector.h \ 1090 $(INC)tmatrix.h \ 1091 $(INC)tarray.h \ 1092 $(INC)basarr.h \ 1093 $(INC)ndatablock.h \ 1094 $(INC)utilarr.h \ 1095 $(INC)piscdrawwdg.h \ 1096 $(INC)piimgtools.h \ 1097 $(INC)pidrwtools.h piinit.h \ 1098 $(INC)sambainit.h \ 1099 $(INC)skymapinit.h \ 1100 $(INC)tarrinit.h \ 1101 $(INC)sophyainit.h \ 1102 $(INC)ntoolsinit.h \ 1103 $(INC)piversion.h piaversion.h 1104 $(OBJ)pitvmaad.o: pitvmaad.cc pitvmaad.h \ 1105 $(INC)machdefs.h \ 1106 $(INC)pclassids.h \ 1107 $(INC)parradapter.h \ 1108 $(INC)lut.h \ 1109 $(INC)tmatrix.h \ 1110 $(INC)tarray.h \ 1111 $(INC)basarr.h \ 1112 $(INC)anydataobj.h \ 1113 $(INC)dvlist.h \ 1114 $(INC)objfio.h \ 1115 $(INC)ppersist.h \ 1116 $(INC)pexceptions.h \ 1117 $(INC)gnumd5.h \ 1118 $(INC)ndatablock.h \ 1119 $(INC)utilarr.h \ 1120 $(INC)tvector.h 1121 $(OBJ)servnobjm.o: servnobjm.cc $(INC)strutil.h \ 1122 nobjmgr.h $(INC)machdefs.h \ 1123 $(INC)pclassids.h \ 1124 $(INC)anydataobj.h \ 1125 $(INC)ppersist.h \ 1126 $(INC)pexceptions.h \ 1127 $(INC)gnumd5.h dlftypes.h servnobjm.h \ 103 1128 $(INC)pdlmgr.h nomgadapter.h \ 104 1129 $(INC)pidrawer.h \ … … 151 1176 $(INC)piperiodx.h \ 152 1177 $(INC)periodic.h \ 153 $(INC)pisurfdr.h pipodrw.h \ 154 $(INC)histos2.h \ 155 $(INC)peida.h \ 156 $(INC)utils.h \ 157 $(INC)fmath.h \ 158 $(INC)histos.h \ 159 $(INC)cvector.h \ 160 $(INC)matrix.h pintuple.h pintup3d.h pigfd1.h \ 161 $(INC)generaldata.h \ 162 $(INC)poly.h pigfd2.h 163 $(OBJ)nomgadapter.o: nomgadapter.cc $(INC)machdefs.h \ 164 $(INC)machine.h \ 165 $(INC)defs.h nomgadapter.h \ 166 $(INC)ppersist.h \ 167 $(INC)perrors.h \ 168 $(INC)exceptions.h \ 169 $(INC)peidainit.h \ 170 $(INC)pclassids.h \ 171 $(INC)anydataobj.h \ 172 $(INC)pidrawer.h \ 173 $(INC)pibwdggen.h \ 174 $(INC)pisysdep.h \ 175 $(INC)piwdgx.h \ 176 $(INC)piwdggen.h \ 177 $(INC)pimsghandler.h \ 178 $(INC)picmap.h \ 179 $(INC)picmapx.h \ 180 $(INC)picmapgen.h \ 181 $(INC)pigraphx.h \ 182 $(INC)pigraphgen.h \ 183 $(INC)pifontx.h \ 184 $(INC)pifontgen.h \ 185 $(INC)pigraphuc.h \ 186 $(INC)pievthandler.h \ 187 $(INC)psfile.h \ 188 $(INC)parradapter.h \ 189 $(INC)lut.h \ 190 $(INC)ntupintf.h 191 $(OBJ)nomgfdadapter.o: nomgfdadapter.cc \ 192 $(INC)machdefs.h \ 193 $(INC)machine.h \ 194 $(INC)defs.h nomgfdadapter.h nomgadapter.h \ 195 $(INC)ppersist.h \ 196 $(INC)perrors.h \ 197 $(INC)exceptions.h \ 198 $(INC)peidainit.h \ 199 $(INC)pclassids.h \ 200 $(INC)anydataobj.h \ 201 $(INC)pidrawer.h \ 202 $(INC)pibwdggen.h \ 203 $(INC)pisysdep.h \ 204 $(INC)piwdgx.h \ 205 $(INC)piwdggen.h \ 206 $(INC)pimsghandler.h \ 207 $(INC)picmap.h \ 208 $(INC)picmapx.h \ 209 $(INC)picmapgen.h \ 210 $(INC)pigraphx.h \ 211 $(INC)pigraphgen.h \ 212 $(INC)pifontx.h \ 213 $(INC)pifontgen.h \ 214 $(INC)pigraphuc.h \ 215 $(INC)pievthandler.h \ 216 $(INC)psfile.h \ 217 $(INC)parradapter.h \ 218 $(INC)lut.h \ 219 $(INC)ntupintf.h \ 1178 $(INC)fct1dfit.h \ 1179 $(INC)generalfit.h \ 1180 $(INC)tvector.h \ 1181 $(INC)tmatrix.h \ 1182 $(INC)tarray.h \ 1183 $(INC)basarr.h \ 1184 $(INC)dvlist.h \ 1185 $(INC)objfio.h \ 1186 $(INC)ndatablock.h \ 1187 $(INC)utilarr.h \ 220 1188 $(INC)generaldata.h \ 221 1189 $(INC)poly.h \ 222 1190 $(INC)peida.h \ 223 1191 $(INC)utils.h \ 1192 $(INC)perrors.h \ 224 1193 $(INC)fmath.h \ 225 $(INC)cvector.h \ 226 $(INC)matrix.h pipodrw.h \ 227 $(INC)histos2.h \ 228 $(INC)histos.h 229 $(OBJ)nomhistadapter.o: nomhistadapter.cc \ 230 $(INC)machdefs.h \ 231 $(INC)machine.h \ 232 $(INC)defs.h nomhistadapter.h nomgadapter.h \ 233 $(INC)ppersist.h \ 234 $(INC)perrors.h \ 235 $(INC)exceptions.h \ 236 $(INC)peidainit.h \ 237 $(INC)pclassids.h \ 238 $(INC)anydataobj.h \ 239 $(INC)pidrawer.h \ 240 $(INC)pibwdggen.h \ 241 $(INC)pisysdep.h \ 242 $(INC)piwdgx.h \ 243 $(INC)piwdggen.h \ 244 $(INC)pimsghandler.h \ 245 $(INC)picmap.h \ 246 $(INC)picmapx.h \ 247 $(INC)picmapgen.h \ 248 $(INC)pigraphx.h \ 249 $(INC)pigraphgen.h \ 250 $(INC)pifontx.h \ 251 $(INC)pifontgen.h \ 252 $(INC)pigraphuc.h \ 253 $(INC)pievthandler.h \ 254 $(INC)psfile.h \ 255 $(INC)parradapter.h \ 256 $(INC)lut.h \ 257 $(INC)ntupintf.h \ 258 $(INC)histos.h \ 259 $(INC)peida.h \ 260 $(INC)utils.h \ 261 $(INC)fmath.h \ 262 $(INC)cvector.h \ 263 $(INC)matrix.h \ 264 $(INC)histos2.h \ 265 $(INC)hisprof.h \ 1194 $(INC)fct2dfit.h pitvmaad.h \ 266 1195 $(INC)ntuple.h \ 267 $(INC)dvlist.h pihisto.h pihisto2d.h \268 $(INC)pimenux.h \269 $(INC)pimenugen.h \270 $(INC)pimenubarx.h \271 $(INC)pimenubargen.h \272 $(INC)pioptmenux.h \273 $(INC)pioptmenugen.h \274 $(INC)pistdwdgx.h \275 $(INC)pistdwdggen.h \276 $(INC)piscdrawwdg.h \277 $(INC)pibwdgx.h \278 $(INC)pigraphps.h \279 $(INC)piwindowx.h \280 $(INC)piwindowgen.h \281 $(INC)picontainerx.h \282 $(INC)picontainergen.h pipodrw.h servnobjm.h \283 $(INC)pdlmgr.h dlftypes.h284 $(OBJ)nomimagadapter.o: nomimagadapter.cc \285 $(INC)machdefs.h \286 $(INC)machine.h \287 $(INC)defs.h nomimagadapter.h nomgadapter.h \288 $(INC)ppersist.h \289 $(INC)perrors.h \290 $(INC)exceptions.h \291 $(INC)peidainit.h \292 $(INC)pclassids.h \293 $(INC)anydataobj.h \294 $(INC)pidrawer.h \295 $(INC)pibwdggen.h \296 $(INC)pisysdep.h \297 $(INC)piwdgx.h \298 $(INC)piwdggen.h \299 $(INC)pimsghandler.h \300 $(INC)picmap.h \301 $(INC)picmapx.h \302 $(INC)picmapgen.h \303 $(INC)pigraphx.h \304 $(INC)pigraphgen.h \305 $(INC)pifontx.h \306 $(INC)pifontgen.h \307 $(INC)pigraphuc.h \308 $(INC)pievthandler.h \309 $(INC)psfile.h \310 $(INC)parradapter.h \311 $(INC)lut.h \312 $(INC)ntupintf.h \313 1196 $(INC)cimage.h \ 314 1197 $(INC)rzimage.h \ 315 1198 $(INC)rzvect.h \ 316 1199 $(INC)datatypes.h \ 317 $(INC)dvlist.h pimgadapter.h 318 $(OBJ)nomstladapter.o: nomstladapter.cc \ 319 $(INC)machdefs.h \ 320 $(INC)machine.h \ 321 $(INC)defs.h nomstladapter.h nomgadapter.h \ 322 $(INC)ppersist.h \ 323 $(INC)perrors.h \ 324 $(INC)exceptions.h \ 325 $(INC)peidainit.h \ 326 $(INC)pclassids.h \ 327 $(INC)anydataobj.h \ 328 $(INC)pidrawer.h \ 329 $(INC)pibwdggen.h \ 330 $(INC)pisysdep.h \ 331 $(INC)piwdgx.h \ 332 $(INC)piwdggen.h \ 333 $(INC)pimsghandler.h \ 334 $(INC)picmap.h \ 335 $(INC)picmapx.h \ 336 $(INC)picmapgen.h \ 337 $(INC)pigraphx.h \ 338 $(INC)pigraphgen.h \ 339 $(INC)pifontx.h \ 340 $(INC)pifontgen.h \ 341 $(INC)pigraphuc.h \ 342 $(INC)pievthandler.h \ 343 $(INC)psfile.h \ 344 $(INC)parradapter.h \ 345 $(INC)lut.h \ 346 $(INC)ntupintf.h \ 347 $(INC)stlist.h \ 348 $(INC)dynccd.h \ 349 $(INC)star.h \ 350 $(INC)starmacro.h \ 351 $(INC)psf.h \ 352 $(INC)peida.h \ 353 $(INC)utils.h \ 354 $(INC)fmath.h \ 355 $(INC)cimage.h \ 356 $(INC)rzimage.h \ 357 $(INC)rzvect.h \ 358 $(INC)datatypes.h \ 359 $(INC)dvlist.h \ 360 $(INC)fct1dfit.h \ 361 $(INC)generalfit.h \ 362 $(INC)matrix.h \ 363 $(INC)cvector.h \ 364 $(INC)generaldata.h \ 365 $(INC)poly.h \ 366 $(INC)fct2dfit.h \ 367 $(INC)pixelmap.h \ 368 $(INC)transfo.h \ 369 $(INC)zfidu.h \ 370 $(INC)imgalig.h \ 371 $(INC)fitsimage.h \ 372 $(INC)fitsheader.h \ 373 $(INC)erosio.h \ 374 $(INC)fitskeys.h \ 375 $(INC)erostape.h \ 376 $(INC)strutil.h \ 377 $(INC)ptrarray.h \ 378 $(INC)voidptrarray.h \ 379 $(INC)basearray.h \ 380 $(INC)array.h \ 381 $(INC)lockfile.h \ 382 $(INC)erostarfile.h \ 383 $(INC)xstrstream.h \ 384 $(INC)dates.h \ 385 $(INC)tarlib.h pistlist.h 386 $(OBJ)pigfd1.o: pigfd1.cc pigfd1.h \ 387 $(INC)generaldata.h \ 388 $(INC)exceptions.h \ 389 $(INC)defs.h \ 390 $(INC)peidainit.h \ 391 $(INC)ppersist.h \ 392 $(INC)machine.h \ 393 $(INC)perrors.h \ 394 $(INC)pclassids.h \ 395 $(INC)ntupintf.h \ 396 $(INC)machdefs.h \ 397 $(INC)poly.h \ 398 $(INC)peida.h \ 399 $(INC)utils.h \ 400 $(INC)fmath.h \ 401 $(INC)cvector.h \ 402 $(INC)matrix.h \ 403 $(INC)pidrawer.h \ 404 $(INC)pibwdggen.h \ 405 $(INC)pisysdep.h \ 406 $(INC)piwdgx.h \ 407 $(INC)piwdggen.h \ 408 $(INC)pimsghandler.h \ 409 $(INC)picmap.h \ 410 $(INC)picmapx.h \ 411 $(INC)picmapgen.h \ 412 $(INC)pigraphx.h \ 413 $(INC)pigraphgen.h \ 414 $(INC)pifontx.h \ 415 $(INC)pifontgen.h \ 416 $(INC)pigraphuc.h \ 417 $(INC)pievthandler.h \ 418 $(INC)psfile.h 419 $(OBJ)pigfd2.o: pigfd2.cc pigfd2.h \ 420 $(INC)generaldata.h \ 421 $(INC)exceptions.h \ 422 $(INC)defs.h \ 423 $(INC)peidainit.h \ 424 $(INC)ppersist.h \ 425 $(INC)machine.h \ 426 $(INC)perrors.h \ 427 $(INC)pclassids.h \ 428 $(INC)ntupintf.h \ 429 $(INC)machdefs.h \ 430 $(INC)poly.h \ 431 $(INC)peida.h \ 432 $(INC)utils.h \ 433 $(INC)fmath.h \ 434 $(INC)cvector.h \ 435 $(INC)matrix.h \ 436 $(INC)pi3ddrw.h \ 437 $(INC)pisysdep.h \ 438 $(INC)pidrawer.h \ 439 $(INC)pibwdggen.h \ 440 $(INC)piwdgx.h \ 441 $(INC)piwdggen.h \ 442 $(INC)pimsghandler.h \ 443 $(INC)picmap.h \ 444 $(INC)picmapx.h \ 445 $(INC)picmapgen.h \ 446 $(INC)pigraphx.h \ 447 $(INC)pigraphgen.h \ 448 $(INC)pifontx.h \ 449 $(INC)pifontgen.h \ 450 $(INC)pigraphuc.h \ 451 $(INC)pievthandler.h \ 452 $(INC)psfile.h \ 453 $(INC)pigraph3d.h \ 454 $(INC)pibwdgx.h \ 455 $(INC)pigraphps.h 456 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \ 457 $(INC)peida.h \ 458 $(INC)defs.h \ 459 $(INC)utils.h \ 460 $(INC)machine.h \ 461 $(INC)perrors.h \ 462 $(INC)exceptions.h \ 463 $(INC)peidainit.h \ 464 $(INC)fmath.h \ 465 $(INC)cvector.h \ 466 $(INC)matrix.h \ 467 $(INC)ppersist.h \ 468 $(INC)pclassids.h \ 469 $(INC)pidrawer.h \ 470 $(INC)pibwdggen.h \ 471 $(INC)pisysdep.h \ 472 $(INC)machdefs.h \ 473 $(INC)piwdgx.h \ 474 $(INC)piwdggen.h \ 475 $(INC)pimsghandler.h \ 476 $(INC)picmap.h \ 477 $(INC)picmapx.h \ 478 $(INC)picmapgen.h \ 479 $(INC)pigraphx.h \ 480 $(INC)pigraphgen.h \ 481 $(INC)pifontx.h \ 482 $(INC)pifontgen.h \ 483 $(INC)pigraphuc.h \ 484 $(INC)pievthandler.h \ 485 $(INC)psfile.h \ 486 $(INC)hisprof.h 487 $(OBJ)pihisto2d.o: pihisto2d.cc $(INC)piapplgen.h \ 488 $(INC)pimsghandler.h \ 489 $(INC)machdefs.h \ 490 $(INC)machine.h \ 491 $(INC)defs.h \ 492 $(INC)pisysdep.h \ 493 $(INC)picontainerx.h \ 494 $(INC)picontainergen.h \ 495 $(INC)piwdgx.h \ 496 $(INC)piwdggen.h \ 497 $(INC)pimenubarx.h \ 498 $(INC)pimenubargen.h \ 499 $(INC)pimenux.h \ 500 $(INC)pimenugen.h \ 501 $(INC)picons.h \ 502 $(INC)pistdwdgx.h \ 503 $(INC)pistdwdggen.h \ 504 $(INC)pibwdgx.h \ 505 $(INC)pibwdggen.h \ 506 $(INC)picmap.h \ 507 $(INC)picmapx.h \ 508 $(INC)picmapgen.h \ 509 $(INC)pigraphx.h \ 510 $(INC)pigraphgen.h \ 511 $(INC)pifontx.h \ 512 $(INC)pifontgen.h \ 513 $(INC)pigraphuc.h \ 514 $(INC)pievthandler.h \ 515 $(INC)psfile.h \ 516 $(INC)pigraphps.h pihisto2d.h \ 517 $(INC)pioptmenux.h \ 518 $(INC)pioptmenugen.h \ 1200 $(INC)histos.h \ 519 1201 $(INC)histos2.h \ 520 $(INC)peida.h \ 521 $(INC)utils.h \ 522 $(INC)perrors.h \ 523 $(INC)exceptions.h \ 524 $(INC)peidainit.h \ 525 $(INC)fmath.h \ 526 $(INC)histos.h \ 527 $(INC)cvector.h \ 528 $(INC)matrix.h \ 529 $(INC)ppersist.h \ 530 $(INC)pclassids.h \ 1202 $(INC)hisprof.h \ 531 1203 $(INC)piscdrawwdg.h \ 532 $(INC)piwindowx.h \ 533 $(INC)piwindowgen.h \ 534 $(INC)pidrawer.h \ 535 $(INC)nbrandom.h 536 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h \ 537 $(INC)ntupintf.h \ 538 $(INC)machdefs.h \ 539 $(INC)machine.h \ 540 $(INC)defs.h \ 541 $(INC)pi3ddrw.h \ 542 $(INC)pisysdep.h \ 543 $(INC)pidrawer.h \ 544 $(INC)pibwdggen.h \ 545 $(INC)piwdgx.h \ 546 $(INC)piwdggen.h \ 547 $(INC)pimsghandler.h \ 548 $(INC)picmap.h \ 549 $(INC)picmapx.h \ 550 $(INC)picmapgen.h \ 551 $(INC)pigraphx.h \ 552 $(INC)pigraphgen.h \ 553 $(INC)pifontx.h \ 554 $(INC)pifontgen.h \ 555 $(INC)pigraphuc.h \ 556 $(INC)pievthandler.h \ 557 $(INC)psfile.h \ 558 $(INC)pigraph3d.h \ 559 $(INC)pibwdgx.h \ 560 $(INC)pigraphps.h 561 $(OBJ)pintuple.o: pintuple.cc pintuple.h \ 562 $(INC)ntupintf.h \ 563 $(INC)machdefs.h \ 564 $(INC)machine.h \ 565 $(INC)defs.h \ 566 $(INC)pidrawer.h \ 567 $(INC)pibwdggen.h \ 568 $(INC)pisysdep.h \ 569 $(INC)piwdgx.h \ 570 $(INC)piwdggen.h \ 571 $(INC)pimsghandler.h \ 572 $(INC)picmap.h \ 573 $(INC)picmapx.h \ 574 $(INC)picmapgen.h \ 575 $(INC)pigraphx.h \ 576 $(INC)pigraphgen.h \ 577 $(INC)pifontx.h \ 578 $(INC)pifontgen.h \ 579 $(INC)pigraphuc.h \ 580 $(INC)pievthandler.h \ 581 $(INC)psfile.h 582 $(OBJ)pipodrw.o: pipodrw.cc pipodrw.h \ 583 $(INC)machdefs.h \ 584 $(INC)machine.h \ 585 $(INC)defs.h \ 586 $(INC)pidrawer.h \ 587 $(INC)pibwdggen.h \ 588 $(INC)pisysdep.h \ 589 $(INC)piwdgx.h \ 590 $(INC)piwdggen.h \ 591 $(INC)pimsghandler.h \ 592 $(INC)picmap.h \ 593 $(INC)picmapx.h \ 594 $(INC)picmapgen.h \ 595 $(INC)pigraphx.h \ 596 $(INC)pigraphgen.h \ 597 $(INC)pifontx.h \ 598 $(INC)pifontgen.h \ 599 $(INC)pigraphuc.h \ 600 $(INC)pievthandler.h \ 601 $(INC)psfile.h \ 602 $(INC)parradapter.h \ 603 $(INC)lut.h \ 604 $(INC)histos2.h \ 605 $(INC)peida.h \ 606 $(INC)utils.h \ 607 $(INC)perrors.h \ 608 $(INC)exceptions.h \ 609 $(INC)peidainit.h \ 610 $(INC)fmath.h \ 611 $(INC)histos.h \ 612 $(INC)cvector.h \ 613 $(INC)matrix.h \ 614 $(INC)ppersist.h \ 615 $(INC)pclassids.h \ 616 $(INC)generalfit.h \ 617 $(INC)generaldata.h \ 618 $(INC)ntupintf.h \ 619 $(INC)poly.h 620 $(OBJ)pisiadw.o: pisiadw.cc $(INC)machdefs.h \ 621 $(INC)machine.h \ 622 $(INC)defs.h \ 623 $(INC)perrors.h \ 624 $(INC)exceptions.h \ 625 $(INC)peidainit.h \ 626 $(INC)ctimer.h \ 627 $(INC)peida.h \ 628 $(INC)utils.h \ 629 $(INC)fmath.h \ 630 $(INC)nbmath.h pistdimgapp.h \ 631 $(INC)pisysdep.h \ 632 $(INC)piapplx.h \ 633 $(INC)piapplgen.h \ 634 $(INC)pimsghandler.h \ 635 $(INC)picontainerx.h \ 636 $(INC)picontainergen.h \ 637 $(INC)piwdgx.h \ 638 $(INC)piwdggen.h \ 639 $(INC)pimenubarx.h \ 640 $(INC)pimenubargen.h \ 641 $(INC)pimenux.h \ 642 $(INC)pimenugen.h \ 643 $(INC)picons.h \ 644 $(INC)pistdwdgx.h \ 645 $(INC)pistdwdggen.h \ 646 $(INC)pibwdgx.h \ 647 $(INC)pibwdggen.h \ 648 $(INC)picmap.h \ 649 $(INC)picmapx.h \ 650 $(INC)picmapgen.h \ 651 $(INC)pigraphx.h \ 652 $(INC)pigraphgen.h \ 653 $(INC)pifontx.h \ 654 $(INC)pifontgen.h \ 655 $(INC)pigraphuc.h \ 656 $(INC)pievthandler.h \ 657 $(INC)psfile.h \ 658 $(INC)pigraphps.h \ 659 $(INC)piwindowx.h \ 660 $(INC)piwindowgen.h \ 661 $(INC)pioptmenux.h \ 662 $(INC)pioptmenugen.h \ 663 $(INC)pifilechox.h \ 664 $(INC)pifilechogen.h \ 665 $(INC)piimage.h \ 666 $(INC)parradapter.h \ 667 $(INC)lut.h \ 668 $(INC)pidrawer.h \ 669 $(INC)pipixmapx.h \ 670 $(INC)pipixmapgen.h \ 671 $(INC)picmapview.h \ 672 $(INC)pi3ddrw.h \ 673 $(INC)pigraph3d.h nobjmgr.h \ 674 $(INC)anydataobj.h \ 675 $(INC)ppersist.h \ 676 $(INC)pclassids.h dlftypes.h piacmd.h \ 677 pisiadw.h $(INC)pilistx.h \ 678 $(INC)pilistgen.h \ 679 $(INC)pistzwin.h \ 680 $(INC)piperiodx.h \ 681 $(INC)periodic.h servnobjm.h \ 682 $(INC)pdlmgr.h 683 $(OBJ)pistdimgapp.o: pistdimgapp.cc $(INC)machdefs.h \ 684 $(INC)machine.h \ 685 $(INC)defs.h \ 686 $(INC)strutil.h \ 687 $(INC)timing.h \ 688 $(INC)perrors.h \ 689 $(INC)exceptions.h \ 690 $(INC)peidainit.h \ 691 $(INC)ctimer.h \ 692 $(INC)peida.h \ 693 $(INC)utils.h \ 694 $(INC)fmath.h \ 695 $(INC)psighand.h \ 696 $(INC)cimage.h \ 697 $(INC)rzimage.h \ 698 $(INC)rzvect.h \ 699 $(INC)datatypes.h \ 700 $(INC)ppersist.h \ 701 $(INC)pclassids.h \ 702 $(INC)dvlist.h pistdimgapp.h \ 703 $(INC)pisysdep.h \ 704 $(INC)piapplx.h \ 705 $(INC)piapplgen.h \ 706 $(INC)pimsghandler.h \ 707 $(INC)picontainerx.h \ 708 $(INC)picontainergen.h \ 709 $(INC)piwdgx.h \ 710 $(INC)piwdggen.h \ 711 $(INC)pimenubarx.h \ 712 $(INC)pimenubargen.h \ 713 $(INC)pimenux.h \ 714 $(INC)pimenugen.h \ 715 $(INC)picons.h \ 716 $(INC)pistdwdgx.h \ 717 $(INC)pistdwdggen.h \ 718 $(INC)pibwdgx.h \ 719 $(INC)pibwdggen.h \ 720 $(INC)picmap.h \ 721 $(INC)picmapx.h \ 722 $(INC)picmapgen.h \ 723 $(INC)pigraphx.h \ 724 $(INC)pigraphgen.h \ 725 $(INC)pifontx.h \ 726 $(INC)pifontgen.h \ 727 $(INC)pigraphuc.h \ 728 $(INC)pievthandler.h \ 729 $(INC)psfile.h \ 730 $(INC)pigraphps.h \ 731 $(INC)piwindowx.h \ 732 $(INC)piwindowgen.h \ 733 $(INC)pioptmenux.h \ 734 $(INC)pioptmenugen.h \ 735 $(INC)pifilechox.h \ 736 $(INC)pifilechogen.h \ 737 $(INC)piimage.h \ 738 $(INC)parradapter.h \ 739 $(INC)lut.h \ 740 $(INC)pidrawer.h \ 741 $(INC)pipixmapx.h \ 742 $(INC)pipixmapgen.h \ 743 $(INC)picmapview.h \ 744 $(INC)pi3ddrw.h \ 745 $(INC)pigraph3d.h nobjmgr.h \ 746 $(INC)anydataobj.h dlftypes.h piacmd.h \ 747 pisiadw.h $(INC)pilistx.h \ 748 $(INC)pilistgen.h \ 749 $(INC)pistzwin.h \ 750 $(INC)piperiodx.h \ 751 $(INC)periodic.h pihisto2d.h \ 752 $(INC)histos2.h \ 753 $(INC)histos.h \ 754 $(INC)cvector.h \ 755 $(INC)matrix.h \ 756 $(INC)piscdrawwdg.h \ 757 $(INC)piimgtools.h \ 758 $(INC)pidrwtools.h piinit.h \ 759 $(INC)outilsinit.h \ 760 $(INC)piversion.h piaversion.h 761 $(OBJ)pistlist.o: pistlist.cc pistlist.h \ 762 $(INC)stlist.h \ 763 $(INC)machine.h \ 764 $(INC)defs.h \ 765 $(INC)exceptions.h \ 766 $(INC)peidainit.h \ 767 $(INC)perrors.h \ 768 $(INC)dynccd.h \ 769 $(INC)ppersist.h \ 770 $(INC)pclassids.h \ 771 $(INC)star.h \ 772 $(INC)starmacro.h \ 773 $(INC)psf.h \ 774 $(INC)peida.h \ 775 $(INC)utils.h \ 776 $(INC)fmath.h \ 777 $(INC)cimage.h \ 778 $(INC)rzimage.h \ 779 $(INC)rzvect.h \ 780 $(INC)datatypes.h \ 781 $(INC)dvlist.h \ 782 $(INC)fct1dfit.h \ 783 $(INC)generalfit.h \ 784 $(INC)matrix.h \ 785 $(INC)cvector.h \ 786 $(INC)generaldata.h \ 787 $(INC)ntupintf.h \ 788 $(INC)machdefs.h \ 789 $(INC)poly.h \ 790 $(INC)fct2dfit.h \ 791 $(INC)pixelmap.h \ 792 $(INC)transfo.h \ 793 $(INC)zfidu.h \ 794 $(INC)imgalig.h \ 795 $(INC)fitsimage.h \ 796 $(INC)fitsheader.h \ 797 $(INC)erosio.h \ 798 $(INC)fitskeys.h \ 799 $(INC)erostape.h \ 800 $(INC)strutil.h \ 801 $(INC)ptrarray.h \ 802 $(INC)voidptrarray.h \ 803 $(INC)basearray.h \ 804 $(INC)array.h \ 805 $(INC)lockfile.h \ 806 $(INC)erostarfile.h \ 807 $(INC)xstrstream.h \ 808 $(INC)dates.h \ 809 $(INC)tarlib.h \ 810 $(INC)pidrawer.h \ 811 $(INC)pibwdggen.h \ 812 $(INC)pisysdep.h \ 813 $(INC)piwdgx.h \ 814 $(INC)piwdggen.h \ 815 $(INC)pimsghandler.h \ 816 $(INC)picmap.h \ 817 $(INC)picmapx.h \ 818 $(INC)picmapgen.h \ 819 $(INC)pigraphx.h \ 820 $(INC)pigraphgen.h \ 821 $(INC)pifontx.h \ 822 $(INC)pifontgen.h \ 823 $(INC)pigraphuc.h \ 824 $(INC)pievthandler.h \ 825 $(INC)psfile.h 1204 $(INC)pisurfdr.h pintuple.h pintup3d.h \ 1205 pipodrw.h -
trunk/SophyaPI/PIext/objlist.list
r693 r826 5 5 nomhistadapter.o 6 6 nomimagadapter.o 7 nommatvecadapter.o 8 nomstladapter.o 7 nomskymapadapter.o 8 nomspecrespadapter.o 9 nomtmatvecadapter.o 9 10 pawexecut.o 10 11 piacmd.o … … 20 21 pisiadw.o 21 22 pistdimgapp.o 22 pi stlist.o23 pitvmaad.o 23 24 servnobjm.o
Note:
See TracChangeset
for help on using the changeset viewer.