Changeset 2743 in Sophya for trunk/SophyaPI
- Timestamp:
- May 20, 2005, 9:57:11 AM (20 years ago)
- Location:
- trunk/SophyaPI
- Files:
-
- 10 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r2544 r2743 1 MODULECXXREPNAME := PI 2 MODULEDECCXXFLAGS := -msg_quiet 3 include ../Mgr/Makefile.h 4 5 all: $(LIB)libPI.a 6 $(LIB)libPI.a : $(OBJ)lut.o $(OBJ)parradapter.o $(OBJ)pi3ddrw.o $(OBJ)pi3dwdg.o $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)piaxes.o $(OBJ)piaxestools.o $(OBJ)pibargraph.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapview.o $(OBJ)picmapx.o $(OBJ)picons.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pidrawer.o $(OBJ)pidrawwin.o $(OBJ)pidrwtools.o $(OBJ)pieldrw.o $(OBJ)pievthandler.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pifontgen.o $(OBJ)pifontx.o $(OBJ)pigraph3d.o $(OBJ)pigraphgen.o $(OBJ)pigraphps.o $(OBJ)pigraphuc.o $(OBJ)pigraphx.o $(OBJ)pigratt.o $(OBJ)pigrcoord.o $(OBJ)piimage.o $(OBJ)piimgtools.o $(OBJ)pilineatt.o $(OBJ)pilistgen.o $(OBJ)pilistx.o $(OBJ)pimenubargen.o $(OBJ)pimenubarx.o $(OBJ)pimenugen.o $(OBJ)pimenux.o $(OBJ)pimsghandler.o $(OBJ)pioptmenugen.o $(OBJ)pioptmenux.o $(OBJ)piperiodx.o $(OBJ)pipixmapgen.o $(OBJ)pipixmapx.o $(OBJ)piscdrawwdg.o $(OBJ)pistdwdggen.o $(OBJ)pistdwdgx.o $(OBJ)pistzwin.o $(OBJ)pisurfdr.o $(OBJ)pitherm.o $(OBJ)pitxtdrw.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o $(OBJ)piyfxdrw.o $(OBJ)psfile.o 7 $(AR) $(ARFLAGS) $@ $($(ARARGS)) 8 ifeq ($(CXX),cxx) 9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 10 endif 1 include ../BuildMgr/sophyamake.inc 2 3 all: $(SOPHYALIBP)libPI.a 11 4 12 5 clean: 13 rm -f $(OBJ)lut.o $(OBJ)parradapter.o $(OBJ)pi3ddrw.o $(OBJ)pi3dwdg.o $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)piaxes.o $(OBJ)piaxestools.o $(OBJ)pibargraph.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapview.o $(OBJ)picmapx.o $(OBJ)picons.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pidrawer.o $(OBJ)pidrawwin.o $(OBJ)pidrwtools.o $(OBJ)pieldrw.o $(OBJ)pievthandler.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pifontgen.o $(OBJ)pifontx.o $(OBJ)pigraph3d.o $(OBJ)pigraphgen.o $(OBJ)pigraphps.o $(OBJ)pigraphuc.o $(OBJ)pigraphx.o $(OBJ)pigratt.o $(OBJ)pigrcoord.o $(OBJ)piimage.o $(OBJ)piimgtools.o $(OBJ)pilineatt.o $(OBJ)pilistgen.o $(OBJ)pilistx.o $(OBJ)pimenubargen.o $(OBJ)pimenubarx.o $(OBJ)pimenugen.o $(OBJ)pimenux.o $(OBJ)pimsghandler.o $(OBJ)pioptmenugen.o $(OBJ)pioptmenux.o $(OBJ)piperiodx.o $(OBJ)pipixmapgen.o $(OBJ)pipixmapx.o $(OBJ)piscdrawwdg.o $(OBJ)pistdwdggen.o $(OBJ)pistdwdgx.o $(OBJ)pistzwin.o $(OBJ)pisurfdr.o $(OBJ)pitherm.o $(OBJ)pitxtdrw.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o $(OBJ)piyfxdrw.o $(OBJ)psfile.o 14 ifeq ($(CXX),cxx) 15 cd $(REPM); rm -f *.o 16 endif 17 18 $(OBJ)lut.o: lut.cc $(INC)machdefs.h lut.h 19 $(OBJ)parradapter.o: parradapter.cc parradapter.h \ 20 $(INC)machdefs.h lut.h 21 $(OBJ)pi3ddrw.o: pi3ddrw.cc pi3ddrw.h pisysdep.h \ 22 $(INC)machdefs.h pidrawer.h pibwdggen.h \ 23 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 24 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 25 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h \ 26 pieldrw.h pigraph3d.h 27 $(OBJ)pi3dwdg.o: pi3dwdg.cc pi3dwdg.h pisysdep.h \ 28 $(INC)machdefs.h pi3ddrw.h pidrawer.h \ 29 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 30 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 31 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h \ 32 piaxes.h pieldrw.h pigraph3d.h pibwdgx.h pigraphps.h pidrwtools.h \ 33 pistdwdgx.h pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h \ 34 pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 35 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 36 picons.h 37 $(OBJ)piapplgen.o: piapplgen.cc piapplgen.h pimsghandler.h \ 38 $(INC)machdefs.h pisysdep.h picontainerx.h \ 39 picontainergen.h piwdgx.h piwdggen.h picolist.h pimenubarx.h \ 40 pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 41 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 42 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 43 pigraphuc.h pievthandler.h psfile.h pigraphps.h 44 $(OBJ)piapplx.o: piapplx.cc piapplx.h piapplgen.h pimsghandler.h \ 45 $(INC)machdefs.h pisysdep.h picontainerx.h \ 46 picontainergen.h piwdgx.h piwdggen.h picolist.h pimenubarx.h \ 47 pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 48 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 49 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 50 pigraphuc.h pievthandler.h psfile.h pigraphps.h 51 $(OBJ)piaxes.o: piaxes.cc $(INC)machdefs.h piaxes.h \ 52 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h \ 53 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 54 pifontgen.h pigrcoord.h pilineatt.h pigratt.h 55 $(OBJ)piaxestools.o: piaxestools.cc piaxes.h pigraphuc.h pisysdep.h \ 56 $(INC)machdefs.h pigraphgen.h piwdgx.h \ 57 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 58 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h piaxestools.h \ 59 pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h pimenux.h \ 60 pimenugen.h piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \ 61 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h \ 62 pibwdggen.h pigraphx.h pievthandler.h psfile.h pigraphps.h \ 63 piscdrawwdg.h pidrawer.h pieldrw.h 64 $(OBJ)pibargraph.o: pibargraph.cc $(INC)machdefs.h \ 65 pibargraph.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 66 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 67 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 68 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 69 $(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h \ 70 $(INC)machdefs.h piwdgx.h piwdggen.h \ 71 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 72 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 73 pigraphuc.h pievthandler.h psfile.h pidrawer.h pigratt.h piaxes.h \ 74 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 75 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 76 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 77 pimenubargen.h picons.h pibwdgx.h 78 $(OBJ)pibwdgx.o: pibwdgx.cc pixtbaseP.h pibwdgx.h pisysdep.h \ 79 $(INC)machdefs.h pibwdggen.h piwdgx.h \ 80 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 81 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 82 pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 83 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h \ 84 $(INC)machdefs.h picmapx.h picmapgen.h 85 $(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h \ 86 $(INC)machdefs.h picmapx.h picmap.h 87 $(OBJ)picmapview.o: picmapview.cc picmapview.h pisysdep.h \ 88 $(INC)machdefs.h pibwdgx.h pibwdggen.h \ 89 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 90 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 91 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 92 $(OBJ)picmapx.o: picmapx.cc piwdgx.h piwdggen.h \ 93 $(INC)machdefs.h pimsghandler.h picolist.h \ 94 picmapx.h picmapgen.h pisysdep.h 95 $(OBJ)picons.o: picons.cc pisysdep.h \ 96 $(INC)machdefs.h pimenux.h pimenugen.h \ 97 piwdgx.h piwdggen.h pimsghandler.h picolist.h picons.h pistdwdgx.h \ 98 pistdwdggen.h picontainerx.h picontainergen.h pibwdgx.h pibwdggen.h \ 99 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 100 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h \ 101 psfile.h pigraphps.h 102 $(OBJ)picontainergen.o: picontainergen.cc picontainergen.h pisysdep.h \ 103 $(INC)machdefs.h piwdgx.h piwdggen.h \ 104 pimsghandler.h picolist.h 105 $(OBJ)picontainerx.o: picontainerx.cc picontainerx.h pisysdep.h \ 106 $(INC)machdefs.h picontainergen.h piwdgx.h \ 107 piwdggen.h pimsghandler.h picolist.h 108 $(OBJ)pidrawer.o: pidrawer.cc $(INC)machdefs.h \ 109 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 110 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 111 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 112 pievthandler.h psfile.h pigratt.h piaxes.h pidrwtools.h pistdwdgx.h \ 113 pistdwdggen.h pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h \ 114 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piapplx.h \ 115 piapplgen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h \ 116 pigraphps.h ucckprot.h 117 $(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h \ 118 $(INC)machdefs.h piwindowx.h piwindowgen.h \ 119 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 120 picolist.h piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 121 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 122 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 123 pistdwdgx.h pistdwdggen.h pidrawer.h pigratt.h piaxes.h pieldrw.h 124 $(OBJ)pidrwtools.o: pidrwtools.cc pidrwtools.h pisysdep.h \ 125 $(INC)machdefs.h pistdwdgx.h pistdwdggen.h \ 126 piwdgx.h piwdggen.h pimsghandler.h picolist.h pimenux.h pimenugen.h \ 127 pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 128 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 129 picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 130 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 131 pigraphuc.h pievthandler.h psfile.h pigraphps.h piscdrawwdg.h \ 132 pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h pi3ddrw.h \ 133 pigraph3d.h 134 $(OBJ)pieldrw.o: pieldrw.cc $(INC)machdefs.h \ 135 pieldrw.h pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 136 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 137 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 138 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 139 $(OBJ)pievthandler.o: pievthandler.cc pievthandler.h pisysdep.h \ 140 $(INC)machdefs.h pimsghandler.h piwdgx.h \ 141 piwdggen.h picolist.h pigraphx.h pigraphgen.h picmap.h picmapx.h \ 142 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 143 $(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h \ 144 $(INC)machdefs.h piwdgx.h piwdggen.h \ 145 pimsghandler.h picolist.h 146 $(OBJ)pifilechox.o: pifilechox.cc pisysdep.h \ 147 $(INC)machdefs.h piapplx.h piapplgen.h \ 148 pimsghandler.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 149 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 150 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 151 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 152 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 153 pifilechox.h pifilechogen.h piwindowx.h piwindowgen.h 154 $(OBJ)pifontgen.o: pifontgen.cc pigraphgen.h pisysdep.h \ 155 $(INC)machdefs.h piwdgx.h piwdggen.h \ 156 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 157 pifontgen.h pigrcoord.h pilineatt.h 158 $(OBJ)pifontx.o: pifontx.cc pisysdep.h \ 159 $(INC)machdefs.h pifontx.h pifontgen.h \ 160 piwdgx.h piwdggen.h pimsghandler.h picolist.h 161 $(OBJ)pigraph3d.o: pigraph3d.cc pigraph3d.h pisysdep.h \ 162 $(INC)machdefs.h pigraphuc.h pigraphgen.h \ 163 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 164 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 165 $(OBJ)pigraphgen.o: pigraphgen.cc pigraphgen.h pisysdep.h \ 166 $(INC)machdefs.h piwdgx.h piwdggen.h \ 167 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 168 pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 169 $(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h \ 170 $(INC)machdefs.h pigraphgen.h piwdgx.h \ 171 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 172 pifontx.h pifontgen.h pigrcoord.h pilineatt.h psfile.h 173 $(OBJ)pigraphuc.o: pigraphuc.cc $(INC)machdefs.h \ 174 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h \ 175 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 176 pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 177 $(OBJ)pigraphx.o: pigraphx.cc pigraphx.h pisysdep.h \ 178 $(INC)machdefs.h pigraphgen.h piwdgx.h \ 179 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 180 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 181 $(OBJ)pigratt.o: pigratt.cc pigratt.h pisysdep.h \ 182 $(INC)machdefs.h pigraphgen.h piwdgx.h \ 183 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 184 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 185 $(INC)strutilxx.h 186 $(OBJ)pigrcoord.o: pigrcoord.cc pigrcoord.h pisysdep.h \ 187 $(INC)machdefs.h 188 $(OBJ)piimage.o: piimage.cc pisysdep.h \ 189 $(INC)machdefs.h piimage.h parradapter.h \ 190 lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 191 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 192 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 193 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pipixmapx.h \ 194 pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 195 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \ 196 picmapview.h piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h \ 197 pimenugen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 198 picons.h pidrwtools.h piscdrawwdg.h piyfxdrw.h 199 $(OBJ)piimgtools.o: piimgtools.cc piimgtools.h pisysdep.h \ 200 $(INC)machdefs.h pistdwdgx.h pistdwdggen.h \ 201 piwdgx.h piwdggen.h pimsghandler.h picolist.h pioptmenux.h \ 202 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ 203 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 204 pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 205 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 206 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h piimage.h \ 207 parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 208 pipixmapx.h pipixmapgen.h picmapview.h 209 $(OBJ)pilineatt.o: pilineatt.cc pilineatt.h pisysdep.h \ 210 $(INC)machdefs.h 211 $(OBJ)pilistgen.o: pilistgen.cc pilistgen.h pisysdep.h \ 212 $(INC)machdefs.h piwdgx.h piwdggen.h \ 213 pimsghandler.h picolist.h 214 $(OBJ)pilistx.o: pilistx.cc pilistx.h pilistgen.h pisysdep.h \ 215 $(INC)machdefs.h piwdgx.h piwdggen.h \ 216 pimsghandler.h picolist.h picontainerx.h picontainergen.h 217 $(OBJ)pimenubargen.o: pimenubargen.cc pimenubargen.h pisysdep.h \ 218 $(INC)machdefs.h pimenux.h pimenugen.h \ 219 piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h piapplgen.h \ 220 picontainerx.h picontainergen.h pimenubarx.h picons.h pistdwdgx.h \ 221 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 222 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 223 pigraphuc.h pievthandler.h psfile.h pigraphps.h 224 $(OBJ)pimenubarx.o: pimenubarx.cc pimenubarx.h pimenubargen.h pisysdep.h \ 225 $(INC)machdefs.h pimenux.h pimenugen.h \ 226 piwdgx.h piwdggen.h pimsghandler.h picolist.h piapplx.h piapplgen.h \ 227 picontainerx.h picontainergen.h picons.h pistdwdgx.h pistdwdggen.h \ 228 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 229 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 230 pigraphuc.h pievthandler.h psfile.h pigraphps.h 231 $(OBJ)pimenugen.o: pimenugen.cc pimenugen.h pisysdep.h \ 232 $(INC)machdefs.h piwdgx.h piwdggen.h \ 233 pimsghandler.h picolist.h 234 $(OBJ)pimenux.o: pimenux.cc pisysdep.h \ 235 $(INC)machdefs.h pimenubarx.h pimenubargen.h \ 236 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 237 $(OBJ)pimsghandler.o: pimsghandler.cc pimsghandler.h \ 238 $(INC)machdefs.h 239 $(OBJ)pioptmenugen.o: pioptmenugen.cc pioptmenugen.h pisysdep.h \ 240 $(INC)machdefs.h pimenux.h pimenugen.h \ 241 piwdgx.h piwdggen.h pimsghandler.h picolist.h 242 $(OBJ)pioptmenux.o: pioptmenux.cc pisysdep.h \ 243 $(INC)machdefs.h pioptmenux.h pioptmenugen.h \ 244 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 245 pistdwdgx.h pistdwdggen.h piapplx.h piapplgen.h picontainerx.h \ 246 picontainergen.h pimenubarx.h pimenubargen.h picons.h pibwdgx.h \ 247 pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 248 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 249 pievthandler.h psfile.h pigraphps.h 250 $(OBJ)piperiodx.o: piperiodx.cc piwdgx.h piwdggen.h \ 251 $(INC)machdefs.h pimsghandler.h picolist.h \ 252 piperiodx.h $(INC)periodic.h 253 $(OBJ)pipixmapgen.o: pipixmapgen.cc pipixmapgen.h pisysdep.h \ 254 $(INC)machdefs.h pibwdgx.h pibwdggen.h \ 255 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 256 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 257 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 258 $(OBJ)pipixmapx.o: pipixmapx.cc pipixmapx.h pipixmapgen.h pisysdep.h \ 259 $(INC)machdefs.h pibwdgx.h pibwdggen.h \ 260 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 261 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 262 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 263 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc \ 264 $(INC)machdefs.h piscdrawwdg.h pisysdep.h \ 265 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 266 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 267 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h \ 268 psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 269 piwindowgen.h picontainerx.h picontainergen.h pidrawer.h pigratt.h \ 270 piaxes.h pieldrw.h pidrwtools.h pimenux.h pimenugen.h pioptmenux.h \ 271 pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 272 picons.h piaxestools.h 273 $(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h \ 274 $(INC)machdefs.h piwdgx.h piwdggen.h \ 275 pimsghandler.h picolist.h 276 $(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h \ 277 $(INC)machdefs.h pistdwdgx.h pistdwdggen.h \ 278 piwdgx.h piwdggen.h pimsghandler.h picolist.h picontainerx.h \ 279 picontainergen.h 280 $(OBJ)pistzwin.o: pistzwin.cc pistzwin.h pisysdep.h \ 281 $(INC)machdefs.h piwindowx.h piwindowgen.h \ 282 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 283 picolist.h piperiodx.h $(INC)periodic.h \ 284 psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 285 pifontx.h pigrcoord.h pilineatt.h 286 $(OBJ)pisurfdr.o: pisurfdr.cc pisurfdr.h parradapter.h \ 287 $(INC)machdefs.h lut.h pi3ddrw.h pisysdep.h \ 288 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 289 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 290 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h \ 291 psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 292 $(OBJ)pitherm.o: pitherm.cc pitherm.h pisysdep.h \ 293 $(INC)machdefs.h pibwdgx.h pibwdggen.h \ 294 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 295 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 296 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 297 $(OBJ)pitxtdrw.o: pitxtdrw.cc $(INC)machdefs.h \ 298 pitxtdrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 299 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 300 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 301 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 302 $(OBJ)piwdggen.o: piwdggen.cc piwdggen.h \ 303 $(INC)machdefs.h pimsghandler.h picolist.h \ 304 picontainergen.h pisysdep.h piwdgx.h pievthandler.h pigraphx.h \ 305 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 306 pigrcoord.h pilineatt.h psfile.h 307 $(OBJ)piwdgx.o: piwdgx.cc piwdgx.h piwdggen.h \ 308 $(INC)machdefs.h pimsghandler.h picolist.h \ 309 picontainerx.h pisysdep.h picontainergen.h pievthandler.h pigraphx.h \ 310 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 311 pigrcoord.h pilineatt.h $(INC)pexceptions.h 312 $(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h \ 313 $(INC)machdefs.h picontainerx.h \ 314 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 315 psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h \ 316 pifontx.h pigrcoord.h pilineatt.h 317 $(OBJ)piwindowx.o: piwindowx.cc piwindowx.h piwindowgen.h pisysdep.h \ 318 $(INC)machdefs.h picontainerx.h \ 319 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 320 $(OBJ)pixtbase.o: pixtbase.cc $(INC)machdefs.h \ 321 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 322 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 323 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 324 pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 325 $(OBJ)piyfxdrw.o: piyfxdrw.cc $(INC)machdefs.h \ 326 piyfxdrw.h pisysdep.h parradapter.h lut.h pidrawer.h pibwdggen.h \ 327 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 328 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 329 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h 330 $(OBJ)psfile.o: psfile.cc psfile.h $(INC)machdefs.h \ 331 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h \ 332 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 333 pigrcoord.h pilineatt.h 6 rm -f $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplmac.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgmac.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapmac.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainermac.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pierrdisp.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechomac.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontmac.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphmac.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistmac.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarmac.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenumac.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenumac.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodmac.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapmac.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)pippapplmac.o $(SOPHYAOBJP)pipplist.o $(SOPHYAOBJP)pippmenubar.o $(SOPHYAOBJP)pippoptmenu.o $(SOPHYAOBJP)pippviewadapter.o $(SOPHYAOBJP)pippwindowmac.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgmac.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piup.o $(SOPHYAOBJP)piupdattachment.o $(SOPHYAOBJP)piup_def.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgmac.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowmac.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o $(SOPHYAOBJP)xdispim.o 7 rm -f $(SOPHYALIBP)libPI.a 8 9 $(SOPHYALIBP)libPI.a : $(SOPHYAOBJP)lut.o $(SOPHYAOBJP)parradapter.o $(SOPHYAOBJP)pi3ddrw.o $(SOPHYAOBJP)pi3dwdg.o $(SOPHYAOBJP)piapplgen.o $(SOPHYAOBJP)piapplx.o $(SOPHYAOBJP)piaxes.o $(SOPHYAOBJP)piaxestools.o $(SOPHYAOBJP)pibargraph.o $(SOPHYAOBJP)pibwdggen.o $(SOPHYAOBJP)pibwdgx.o $(SOPHYAOBJP)picmap.o $(SOPHYAOBJP)picmapgen.o $(SOPHYAOBJP)picmapview.o $(SOPHYAOBJP)picmapx.o $(SOPHYAOBJP)picons.o $(SOPHYAOBJP)picontainergen.o $(SOPHYAOBJP)picontainerx.o $(SOPHYAOBJP)pidrawer.o $(SOPHYAOBJP)pidrawwin.o $(SOPHYAOBJP)pidrwtools.o $(SOPHYAOBJP)pieldrw.o $(SOPHYAOBJP)pievthandler.o $(SOPHYAOBJP)pifilechogen.o $(SOPHYAOBJP)pifilechox.o $(SOPHYAOBJP)pifontgen.o $(SOPHYAOBJP)pifontx.o $(SOPHYAOBJP)pigraph3d.o $(SOPHYAOBJP)pigraphgen.o $(SOPHYAOBJP)pigraphps.o $(SOPHYAOBJP)pigraphuc.o $(SOPHYAOBJP)pigraphx.o $(SOPHYAOBJP)pigratt.o $(SOPHYAOBJP)pigrcoord.o $(SOPHYAOBJP)piimage.o $(SOPHYAOBJP)piimgtools.o $(SOPHYAOBJP)pilineatt.o $(SOPHYAOBJP)pilistgen.o $(SOPHYAOBJP)pilistx.o $(SOPHYAOBJP)pimenubargen.o $(SOPHYAOBJP)pimenubarx.o $(SOPHYAOBJP)pimenugen.o $(SOPHYAOBJP)pimenux.o $(SOPHYAOBJP)pimsghandler.o $(SOPHYAOBJP)pioptmenugen.o $(SOPHYAOBJP)pioptmenux.o $(SOPHYAOBJP)piperiodx.o $(SOPHYAOBJP)pipixmapgen.o $(SOPHYAOBJP)pipixmapx.o $(SOPHYAOBJP)piscdrawwdg.o $(SOPHYAOBJP)pistdwdggen.o $(SOPHYAOBJP)pistdwdgx.o $(SOPHYAOBJP)pistzwin.o $(SOPHYAOBJP)pisurfdr.o $(SOPHYAOBJP)pitherm.o $(SOPHYAOBJP)pitxtdrw.o $(SOPHYAOBJP)piwdggen.o $(SOPHYAOBJP)piwdgx.o $(SOPHYAOBJP)piwindowgen.o $(SOPHYAOBJP)piwindowx.o $(SOPHYAOBJP)pixtbase.o $(SOPHYAOBJP)piyfxdrw.o $(SOPHYAOBJP)psfile.o 10 $(AR) $(ARFLAGS) $@ $? 11 12 $(SOPHYAOBJP)lut.o: lut.cc $(SOPHYAINCP)sopnamsp.h \ 13 $(SOPHYAINCP)machdefs.h lut.h 14 $(CXXCOMPILE) -o $@ $< 15 16 $(SOPHYAOBJP)parradapter.o: parradapter.cc \ 17 $(SOPHYAINCP)sopnamsp.h parradapter.h \ 18 $(SOPHYAINCP)machdefs.h lut.h 19 $(CXXCOMPILE) -o $@ $< 20 21 $(SOPHYAOBJP)pi3ddrw.o: pi3ddrw.cc \ 22 $(SOPHYAINCP)sopnamsp.h pi3ddrw.h \ 23 pisysdep.h $(SOPHYAINCP)machdefs.h \ 24 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 25 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 26 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 27 pigratt.h piaxes.h pieldrw.h pigraph3d.h 28 $(CXXCOMPILE) -o $@ $< 29 30 $(SOPHYAOBJP)pi3dwdg.o: pi3dwdg.cc \ 31 $(SOPHYAINCP)sopnamsp.h pi3dwdg.h \ 32 pisysdep.h $(SOPHYAINCP)machdefs.h \ 33 pi3ddrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 34 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 35 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 36 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h \ 37 pibwdgx.h pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pimenux.h \ 38 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 39 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 40 pimenubargen.h picons.h 41 $(CXXCOMPILE) -o $@ $< 42 43 $(SOPHYAOBJP)piapplgen.o: piapplgen.cc \ 44 $(SOPHYAINCP)sopnamsp.h piapplgen.h \ 45 pimsghandler.h $(SOPHYAINCP)machdefs.h \ 46 pisysdep.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 47 picolist.h pimenubarx.h pimenubargen.h pimenux.h pimenugen.h picons.h \ 48 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 49 picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h \ 50 pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 51 $(CXXCOMPILE) -o $@ $< 52 53 $(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 \ 65 $(SOPHYAINCP)machdefs.h piaxes.h \ 66 pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 67 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 68 pigrcoord.h pilineatt.h pigratt.h 69 $(CXXCOMPILE) -o $@ $< 70 71 $(SOPHYAOBJP)piaxestools.o: piaxestools.cc \ 72 $(SOPHYAINCP)sopnamsp.h piaxes.h \ 73 pigraphuc.h pisysdep.h \ 74 $(SOPHYAINCP)machdefs.h pigraphgen.h \ 75 piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h \ 76 picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigratt.h \ 77 piaxestools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \ 78 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ 79 picontainergen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 80 picons.h pibwdgx.h pibwdggen.h pigraphx.h pievthandler.h psfile.h \ 81 pigraphps.h piscdrawwdg.h pidrawer.h pieldrw.h 82 $(CXXCOMPILE) -o $@ $< 83 84 $(SOPHYAOBJP)pibargraph.o: pibargraph.cc \ 85 $(SOPHYAINCP)sopnamsp.h \ 86 $(SOPHYAINCP)machdefs.h pibargraph.h \ 87 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 88 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 89 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 90 pievthandler.h psfile.h pigratt.h piaxes.h 91 $(CXXCOMPILE) -o $@ $< 92 93 $(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 pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h piwindowgen.h \ 101 picontainerx.h picontainergen.h piapplx.h piapplgen.h pimenubarx.h \ 102 pimenubargen.h picons.h pibwdgx.h 103 $(CXXCOMPILE) -o $@ $< 104 105 $(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 $@ $< 119 120 $(SOPHYAOBJP)picmapgen.o: picmapgen.cc \ 121 $(SOPHYAINCP)sopnamsp.h picmapgen.h \ 122 pisysdep.h $(SOPHYAINCP)machdefs.h \ 123 picmapx.h picmap.h 124 $(CXXCOMPILE) -o $@ $< 125 126 $(SOPHYAOBJP)picmapview.o: picmapview.cc \ 127 $(SOPHYAINCP)sopnamsp.h picmapview.h \ 128 pisysdep.h $(SOPHYAINCP)machdefs.h \ 129 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 130 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 131 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 132 pigraphps.h 133 $(CXXCOMPILE) -o $@ $< 134 135 $(SOPHYAOBJP)picmapx.o: picmapx.cc \ 136 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 137 piwdggen.h $(SOPHYAINCP)machdefs.h \ 138 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 \ 143 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 144 picons.h pistdwdgx.h pistdwdggen.h picontainerx.h picontainergen.h \ 145 pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 146 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 147 pievthandler.h psfile.h pigraphps.h 148 $(CXXCOMPILE) -o $@ $< 149 150 $(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 $@ $< 155 156 $(SOPHYAOBJP)picontainerx.o: picontainerx.cc \ 157 $(SOPHYAINCP)sopnamsp.h picontainerx.h \ 158 pisysdep.h $(SOPHYAINCP)machdefs.h \ 159 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 160 $(CXXCOMPILE) -o $@ $< 161 162 $(SOPHYAOBJP)pidrawer.o: pidrawer.cc \ 163 $(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 $@ $< 173 174 $(SOPHYAOBJP)pidrawwin.o: pidrawwin.cc \ 175 $(SOPHYAINCP)sopnamsp.h pidrawwin.h \ 176 pisysdep.h $(SOPHYAINCP)machdefs.h \ 177 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 178 piwdggen.h pimsghandler.h picolist.h piscdrawwdg.h pibwdgx.h \ 179 pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 180 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 181 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 182 pidrawer.h pigratt.h piaxes.h pieldrw.h 183 $(CXXCOMPILE) -o $@ $< 184 185 $(SOPHYAOBJP)pidrwtools.o: pidrwtools.cc \ 186 $(SOPHYAINCP)sopnamsp.h pidrwtools.h \ 187 pisysdep.h $(SOPHYAINCP)machdefs.h \ 188 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 189 pimenux.h pimenugen.h pioptmenux.h pioptmenugen.h piwindowx.h \ 190 piwindowgen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \ 191 pimenubarx.h pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h \ 192 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 193 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 194 piscdrawwdg.h pidrawer.h pigratt.h piaxes.h pieldrw.h pi3dwdg.h \ 195 pi3ddrw.h pigraph3d.h 196 $(CXXCOMPILE) -o $@ $< 197 198 $(SOPHYAOBJP)pieldrw.o: pieldrw.cc \ 199 $(SOPHYAINCP)sopnamsp.h \ 200 $(SOPHYAINCP)machdefs.h pieldrw.h \ 201 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 202 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 203 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 204 pievthandler.h psfile.h pigratt.h piaxes.h 205 $(CXXCOMPILE) -o $@ $< 206 207 $(SOPHYAOBJP)pievthandler.o: pievthandler.cc \ 208 $(SOPHYAINCP)sopnamsp.h pievthandler.h \ 209 pisysdep.h $(SOPHYAINCP)machdefs.h \ 210 pimsghandler.h piwdgx.h piwdggen.h picolist.h pigraphx.h pigraphgen.h \ 211 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 212 pilineatt.h 213 $(CXXCOMPILE) -o $@ $< 214 215 $(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 $@ $< 220 221 $(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 $@ $< 231 232 $(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 $@ $< 238 239 $(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 $@ $< 244 245 $(SOPHYAOBJP)pigraph3d.o: pigraph3d.cc \ 246 $(SOPHYAINCP)sopnamsp.h pigraph3d.h \ 247 pisysdep.h $(SOPHYAINCP)machdefs.h \ 248 pigraphuc.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 249 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 250 pilineatt.h 251 $(CXXCOMPILE) -o $@ $< 252 253 $(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 $@ $< 259 260 $(SOPHYAOBJP)pigraphps.o: pigraphps.cc \ 261 $(SOPHYAINCP)sopnamsp.h pigraphps.h \ 262 pisysdep.h $(SOPHYAINCP)machdefs.h \ 263 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 264 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 265 psfile.h 266 $(CXXCOMPILE) -o $@ $< 267 268 $(SOPHYAOBJP)pigraphuc.o: pigraphuc.cc \ 269 $(SOPHYAINCP)sopnamsp.h \ 270 $(SOPHYAINCP)machdefs.h pigraphuc.h \ 271 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 272 picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h \ 273 pilineatt.h ucckprot.h 274 $(CXXCOMPILE) -o $@ $< 275 276 $(SOPHYAOBJP)pigraphx.o: pigraphx.cc \ 277 $(SOPHYAINCP)sopnamsp.h pigraphx.h \ 278 pisysdep.h $(SOPHYAINCP)machdefs.h \ 279 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 280 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h 281 $(CXXCOMPILE) -o $@ $< 282 283 $(SOPHYAOBJP)pigratt.o: pigratt.cc \ 284 $(SOPHYAINCP)sopnamsp.h pigratt.h \ 285 pisysdep.h $(SOPHYAINCP)machdefs.h \ 286 pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h picmap.h \ 287 picmapx.h picmapgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 288 $(SOPHYAINCP)strutilxx.h 289 $(CXXCOMPILE) -o $@ $< 290 291 $(SOPHYAOBJP)pigrcoord.o: pigrcoord.cc \ 292 $(SOPHYAINCP)sopnamsp.h pigrcoord.h \ 293 pisysdep.h $(SOPHYAINCP)machdefs.h 294 $(CXXCOMPILE) -o $@ $< 295 296 $(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 \ 300 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 301 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 302 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pipixmapx.h \ 303 pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 304 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h picmapview.h \ 305 piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \ 306 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \ 307 piscdrawwdg.h piyfxdrw.h 308 $(CXXCOMPILE) -o $@ $< 309 310 $(SOPHYAOBJP)piimgtools.o: piimgtools.cc \ 311 $(SOPHYAINCP)sopnamsp.h piimgtools.h \ 312 pisysdep.h $(SOPHYAINCP)machdefs.h \ 313 pistdwdgx.h pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 314 pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piwindowx.h \ 315 piwindowgen.h picontainerx.h picontainergen.h piapplx.h piapplgen.h \ 316 pimenubarx.h pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h \ 317 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 318 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h \ 319 piimage.h parradapter.h lut.h pieldrw.h pidrawer.h pigratt.h piaxes.h \ 320 pipixmapx.h pipixmapgen.h picmapview.h 321 $(CXXCOMPILE) -o $@ $< 322 323 $(SOPHYAOBJP)pilineatt.o: pilineatt.cc \ 324 $(SOPHYAINCP)sopnamsp.h pilineatt.h \ 325 pisysdep.h $(SOPHYAINCP)machdefs.h 326 $(CXXCOMPILE) -o $@ $< 327 328 $(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 $@ $< 333 334 $(SOPHYAOBJP)pilistx.o: pilistx.cc \ 335 $(SOPHYAINCP)sopnamsp.h pilistx.h \ 336 pilistgen.h pisysdep.h \ 337 $(SOPHYAINCP)machdefs.h piwdgx.h \ 338 piwdggen.h pimsghandler.h picolist.h picontainerx.h picontainergen.h 339 $(CXXCOMPILE) -o $@ $< 340 341 $(SOPHYAOBJP)pimenubargen.o: pimenubargen.cc \ 342 $(SOPHYAINCP)sopnamsp.h pimenubargen.h \ 343 pisysdep.h $(SOPHYAINCP)machdefs.h \ 344 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 345 piapplx.h piapplgen.h picontainerx.h picontainergen.h pimenubarx.h \ 346 picons.h pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h \ 347 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h pifontgen.h \ 348 pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h pigraphps.h 349 $(CXXCOMPILE) -o $@ $< 350 351 $(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 \ 358 pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 359 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 $@ $< 396 397 $(SOPHYAOBJP)piperiodx.o: piperiodx.cc \ 398 $(SOPHYAINCP)sopnamsp.h piwdgx.h \ 399 piwdggen.h $(SOPHYAINCP)machdefs.h \ 400 pimsghandler.h picolist.h piperiodx.h \ 401 $(SOPHYAINCP)periodic.h 402 $(CXXCOMPILE) -o $@ $< 403 404 $(SOPHYAOBJP)pipixmapgen.o: pipixmapgen.cc \ 405 $(SOPHYAINCP)sopnamsp.h pipixmapgen.h \ 406 pisysdep.h $(SOPHYAINCP)machdefs.h \ 407 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 408 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 409 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 410 pigraphps.h 411 $(CXXCOMPILE) -o $@ $< 412 413 $(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 $@ $< 421 422 $(SOPHYAOBJP)piscdrawwdg.o: piscdrawwdg.cc \ 423 $(SOPHYAINCP)sopnamsp.h \ 424 $(SOPHYAINCP)machdefs.h piscdrawwdg.h \ 425 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 426 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 427 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 428 pievthandler.h psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 429 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ 430 pigratt.h piaxes.h pieldrw.h pidrwtools.h pimenux.h pimenugen.h \ 431 pioptmenux.h pioptmenugen.h piapplx.h piapplgen.h pimenubarx.h \ 432 pimenubargen.h picons.h piaxestools.h 433 $(CXXCOMPILE) -o $@ $< 434 435 $(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 $@ $< 440 441 $(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 \ 445 picontainerx.h picontainergen.h 446 $(CXXCOMPILE) -o $@ $< 447 448 $(SOPHYAOBJP)pistzwin.o: pistzwin.cc \ 449 $(SOPHYAINCP)sopnamsp.h pistzwin.h \ 450 pisysdep.h $(SOPHYAINCP)machdefs.h \ 451 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h piwdgx.h \ 452 piwdggen.h pimsghandler.h picolist.h piperiodx.h \ 453 $(SOPHYAINCP)periodic.h psfile.h \ 454 pifontgen.h pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h \ 455 pigrcoord.h pilineatt.h 456 $(CXXCOMPILE) -o $@ $< 457 458 $(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 \ 462 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 463 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 464 pievthandler.h psfile.h pigratt.h piaxes.h pieldrw.h pigraph3d.h 465 $(CXXCOMPILE) -o $@ $< 466 467 $(SOPHYAOBJP)pitherm.o: pitherm.cc \ 468 $(SOPHYAINCP)sopnamsp.h pitherm.h \ 469 pisysdep.h $(SOPHYAINCP)machdefs.h \ 470 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \ 471 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \ 472 pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h psfile.h \ 473 pigraphps.h 474 $(CXXCOMPILE) -o $@ $< 475 476 $(SOPHYAOBJP)pitxtdrw.o: pitxtdrw.cc \ 477 $(SOPHYAINCP)sopnamsp.h \ 478 $(SOPHYAINCP)machdefs.h pitxtdrw.h \ 479 pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 480 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 481 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 482 pievthandler.h psfile.h pigratt.h piaxes.h 483 $(CXXCOMPILE) -o $@ $< 484 485 $(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 \ 499 $(SOPHYAINCP)pexceptions.h 500 $(CXXCOMPILE) -o $@ $< 501 502 $(SOPHYAOBJP)piwindowgen.o: piwindowgen.cc \ 503 $(SOPHYAINCP)sopnamsp.h piwindowgen.h \ 504 pisysdep.h $(SOPHYAINCP)machdefs.h \ 505 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ 506 picolist.h psfile.h pifontgen.h pigraphgen.h picmap.h picmapx.h \ 507 picmapgen.h pifontx.h pigrcoord.h pilineatt.h 508 $(CXXCOMPILE) -o $@ $< 509 510 $(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 $@ $< 516 517 $(SOPHYAOBJP)pixtbase.o: pixtbase.cc \ 518 $(SOPHYAINCP)sopnamsp.h \ 519 $(SOPHYAINCP)machdefs.h pixtbaseP.h \ 520 pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \ 521 picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 522 pifontx.h pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h \ 523 pievthandler.h psfile.h pigraphps.h pixtbase.h 524 $(CXXCOMPILE) -o $@ $< 525 526 $(SOPHYAOBJP)piyfxdrw.o: piyfxdrw.cc \ 527 $(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 \ 537 pisysdep.h pifontgen.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h \ 538 picolist.h picmap.h picmapx.h picmapgen.h pifontx.h pigrcoord.h \ 539 pilineatt.h 540 $(CXXCOMPILE) -o $@ $< 541 -
trunk/SophyaPI/PI/Tests/Makefile
r2437 r2743 1 MODULECXXREPNAME := PITest 2 MODULEDECCXXFLAGS := -msg_quiet 3 include $(SOPHYADEVREP)/Include/Makefile.h 4 5 6 ifdef NOSHLIB 7 LIBF = $(LIB)libPI.a $(LIB)libOutils++.a $(LIB)libcoutils.a 8 LIBS = -L$(LIB) -lPIext -lPI -lOutils++ -lcoutils -lXm -lXt -lX11 -lm 9 ifeq ($(CXX),cxx) 10 # librairie des instances de templates cxx 11 LIBS := $(LIBS) -lertcxx -lertcxxpi 12 endif 13 else 14 LIBF = $(SLB)libPI.so $(SLB)libsophya.so 15 LIBS = -L$(SLB) -lPI -lsophya -L/usr/X11R6/lib -lXm -lXp -lXt -lX11 -lm 16 endif 17 18 ifeq (${MACHEROS},Linux) 19 LIBS := $(LIBS) -ldl 20 endif 21 22 ifndef (NOSHLIB) 23 LIBS := $(SLIBS) $(LIBS) 24 endif 25 26 27 LDLIBS := $(LIBS) $(LDLIBS) 28 29 %:%.cc 30 %:%.o 31 %.o:%.cc 32 %.o:%.c 33 %:%.c 34 35 .PRECIOUS: $(EXE)% $(OBJ)%.o 36 37 %:$(EXE)% 38 echo $@ " done" 39 40 $(EXE)%:$(OBJ)%.o 41 $(LINK.cc) -o $@ $< $(LIBS) 42 43 $(OBJ)%.o:%.cc 44 $(COMPILE.cc) $(USERFLAGS) -o $@ $< 45 46 $(EXE)%:$(OBJ)%.cc 47 $(LINK.cc) $(USERFLAGS) -o $@ $< $(LIBS) 48 49 $(EXE)%:$(OBJ)%.c 50 $(LINK.c) $(USERFLAGS) -o $@ $< $(LIBS) 51 52 $(OBJ)%.o:%.c 53 $(COMPILE.c) -c $(CFLAGS) $(USERFLAGS) -o $@ $< 54 55 1 include ../BuildMgr/sophyamake.inc 2 3 PROGS = $(SOPHYAEXEP)midasitt $(SOPHYAEXEP)pilinetst $(SOPHYAEXEP)pist $(SOPHYAEXEP)pit0 $(SOPHYAEXEP)pit1 $(SOPHYAEXEP)pitcons $(SOPHYAEXEP)pitgr $(SOPHYAEXEP)xp0 $(SOPHYAEXEP)xp1 $(SOPHYAEXEP)xp2 $(SOPHYAEXEP)xp3 4 5 all: $(PROGS) 6 56 7 clean: 57 rm -f $(OBJ)pit0.o $(OBJ)pit1.o $(OBJ)pitcons.o $(OBJ)pitgr.o $(OBJ)pitst.o 58 rm -f $(EXE)pit0 $(EXE)pit1 $(EXE)pitcons $(EXE)pitgr $(EXE)pitst 59 if [ -d $(OBJ)cxxrep_PITest ] ; then cd $(OBJ)cxxrep_PITest ; rm -f *.o ; fi 8 rm -f $(PROGS) 9 rm -f $(SOPHYAOBJP)xp3.o $(SOPHYAOBJP)xp2.o $(SOPHYAOBJP)xp1.o $(SOPHYAOBJP)xp0.o $(SOPHYAOBJP)pitgr.o $(SOPHYAOBJP)pitcons.o $(SOPHYAOBJP)pit1.o $(SOPHYAOBJP)pit0.o $(SOPHYAOBJP)pist.o $(SOPHYAOBJP)pilinetst.o $(SOPHYAOBJP)midasitt.o 10 11 midasitt: $(SOPHYAEXEP)midasitt 12 echo $@ " done" 13 $(SOPHYAEXEP)midasitt: $(SOPHYAOBJP)midasitt.o 14 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 15 16 pilinetst: $(SOPHYAEXEP)pilinetst 17 echo $@ " done" 18 $(SOPHYAEXEP)pilinetst: $(SOPHYAOBJP)pilinetst.o 19 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 20 21 pist: $(SOPHYAEXEP)pist 22 echo $@ " done" 23 $(SOPHYAEXEP)pist: $(SOPHYAOBJP)pist.o 24 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 25 26 pit0: $(SOPHYAEXEP)pit0 27 echo $@ " done" 28 $(SOPHYAEXEP)pit0: $(SOPHYAOBJP)pit0.o 29 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 30 31 pit1: $(SOPHYAEXEP)pit1 32 echo $@ " done" 33 $(SOPHYAEXEP)pit1: $(SOPHYAOBJP)pit1.o 34 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 35 36 pitcons: $(SOPHYAEXEP)pitcons 37 echo $@ " done" 38 $(SOPHYAEXEP)pitcons: $(SOPHYAOBJP)pitcons.o 39 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 40 41 pitgr: $(SOPHYAEXEP)pitgr 42 echo $@ " done" 43 $(SOPHYAEXEP)pitgr: $(SOPHYAOBJP)pitgr.o 44 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 45 46 xp0: $(SOPHYAEXEP)xp0 47 echo $@ " done" 48 $(SOPHYAEXEP)xp0: $(SOPHYAOBJP)xp0.o 49 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 50 51 xp1: $(SOPHYAEXEP)xp1 52 echo $@ " done" 53 $(SOPHYAEXEP)xp1: $(SOPHYAOBJP)xp1.o 54 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 55 56 xp2: $(SOPHYAEXEP)xp2 57 echo $@ " done" 58 $(SOPHYAEXEP)xp2: $(SOPHYAOBJP)xp2.o 59 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 60 61 xp3: $(SOPHYAEXEP)xp3 62 echo $@ " done" 63 $(SOPHYAEXEP)xp3: $(SOPHYAOBJP)xp3.o 64 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 65 66 $(SOPHYAOBJP)midasitt.o: midasitt.cc \ 67 $(SOPHYAINCP)sopnamsp.h \ 68 $(SOPHYAINCP)pisysdep.h \ 69 $(SOPHYAINCP)machdefs.h \ 70 $(SOPHYAINCP)piapplx.h \ 71 $(SOPHYAINCP)piapplgen.h \ 72 $(SOPHYAINCP)pimsghandler.h \ 73 $(SOPHYAINCP)picontainerx.h \ 74 $(SOPHYAINCP)picontainergen.h \ 75 $(SOPHYAINCP)piwdgx.h \ 76 $(SOPHYAINCP)piwdggen.h \ 77 $(SOPHYAINCP)picolist.h \ 78 $(SOPHYAINCP)pimenubarx.h \ 79 $(SOPHYAINCP)pimenubargen.h \ 80 $(SOPHYAINCP)pimenux.h \ 81 $(SOPHYAINCP)pimenugen.h \ 82 $(SOPHYAINCP)picons.h \ 83 $(SOPHYAINCP)pistdwdgx.h \ 84 $(SOPHYAINCP)pistdwdggen.h \ 85 $(SOPHYAINCP)pibwdgx.h \ 86 $(SOPHYAINCP)pibwdggen.h \ 87 $(SOPHYAINCP)picmap.h \ 88 $(SOPHYAINCP)picmapx.h \ 89 $(SOPHYAINCP)picmapgen.h \ 90 $(SOPHYAINCP)pigraphx.h \ 91 $(SOPHYAINCP)pigraphgen.h \ 92 $(SOPHYAINCP)pifontx.h \ 93 $(SOPHYAINCP)pifontgen.h \ 94 $(SOPHYAINCP)pigrcoord.h \ 95 $(SOPHYAINCP)pilineatt.h \ 96 $(SOPHYAINCP)pigraphuc.h \ 97 $(SOPHYAINCP)pievthandler.h \ 98 $(SOPHYAINCP)psfile.h \ 99 $(SOPHYAINCP)pigraphps.h \ 100 $(SOPHYAINCP)piwindowx.h \ 101 $(SOPHYAINCP)piwindowgen.h \ 102 $(SOPHYAINCP)piperiodx.h \ 103 $(SOPHYAINCP)periodic.h \ 104 $(SOPHYAINCP)pidrawwin.h \ 105 $(SOPHYAINCP)piscdrawwdg.h \ 106 $(SOPHYAINCP)pidrawer.h \ 107 $(SOPHYAINCP)pigratt.h \ 108 $(SOPHYAINCP)piaxes.h \ 109 $(SOPHYAINCP)pieldrw.h \ 110 $(SOPHYAINCP)piimage.h \ 111 $(SOPHYAINCP)parradapter.h \ 112 $(SOPHYAINCP)lut.h \ 113 $(SOPHYAINCP)pipixmapx.h \ 114 $(SOPHYAINCP)pipixmapgen.h \ 115 $(SOPHYAINCP)picmapview.h \ 116 $(SOPHYAINCP)piimgtools.h \ 117 $(SOPHYAINCP)pioptmenux.h \ 118 $(SOPHYAINCP)pioptmenugen.h \ 119 $(SOPHYAINCP)pidrwtools.h \ 120 $(SOPHYAINCP)pisurfdr.h \ 121 $(SOPHYAINCP)pi3ddrw.h \ 122 $(SOPHYAINCP)pigraph3d.h \ 123 $(SOPHYAINCP)pi3dwdg.h \ 124 $(SOPHYAINCP)piyfxdrw.h 125 $(CXXCOMPILE) -o $@ $< 126 127 $(SOPHYAOBJP)pilinetst.o: pilinetst.cc \ 128 $(SOPHYAINCP)sopnamsp.h \ 129 $(SOPHYAINCP)pisysdep.h \ 130 $(SOPHYAINCP)machdefs.h \ 131 $(SOPHYAINCP)piapplx.h \ 132 $(SOPHYAINCP)piapplgen.h \ 133 $(SOPHYAINCP)pimsghandler.h \ 134 $(SOPHYAINCP)picontainerx.h \ 135 $(SOPHYAINCP)picontainergen.h \ 136 $(SOPHYAINCP)piwdgx.h \ 137 $(SOPHYAINCP)piwdggen.h \ 138 $(SOPHYAINCP)picolist.h \ 139 $(SOPHYAINCP)pimenubarx.h \ 140 $(SOPHYAINCP)pimenubargen.h \ 141 $(SOPHYAINCP)pimenux.h \ 142 $(SOPHYAINCP)pimenugen.h \ 143 $(SOPHYAINCP)picons.h \ 144 $(SOPHYAINCP)pistdwdgx.h \ 145 $(SOPHYAINCP)pistdwdggen.h \ 146 $(SOPHYAINCP)pibwdgx.h \ 147 $(SOPHYAINCP)pibwdggen.h \ 148 $(SOPHYAINCP)picmap.h \ 149 $(SOPHYAINCP)picmapx.h \ 150 $(SOPHYAINCP)picmapgen.h \ 151 $(SOPHYAINCP)pigraphx.h \ 152 $(SOPHYAINCP)pigraphgen.h \ 153 $(SOPHYAINCP)pifontx.h \ 154 $(SOPHYAINCP)pifontgen.h \ 155 $(SOPHYAINCP)pigrcoord.h \ 156 $(SOPHYAINCP)pilineatt.h \ 157 $(SOPHYAINCP)pigraphuc.h \ 158 $(SOPHYAINCP)pievthandler.h \ 159 $(SOPHYAINCP)psfile.h \ 160 $(SOPHYAINCP)pigraphps.h \ 161 $(SOPHYAINCP)piwindowx.h \ 162 $(SOPHYAINCP)piwindowgen.h 163 $(CXXCOMPILE) -o $@ $< 164 165 $(SOPHYAOBJP)pist.o: pist.cc $(SOPHYAINCP)sopnamsp.h \ 166 $(SOPHYAINCP)pisysdep.h \ 167 $(SOPHYAINCP)machdefs.h \ 168 $(SOPHYAINCP)piapplx.h \ 169 $(SOPHYAINCP)piapplgen.h \ 170 $(SOPHYAINCP)pimsghandler.h \ 171 $(SOPHYAINCP)picontainerx.h \ 172 $(SOPHYAINCP)picontainergen.h \ 173 $(SOPHYAINCP)piwdgx.h \ 174 $(SOPHYAINCP)piwdggen.h \ 175 $(SOPHYAINCP)picolist.h \ 176 $(SOPHYAINCP)pimenubarx.h \ 177 $(SOPHYAINCP)pimenubargen.h \ 178 $(SOPHYAINCP)pimenux.h \ 179 $(SOPHYAINCP)pimenugen.h \ 180 $(SOPHYAINCP)picons.h \ 181 $(SOPHYAINCP)pistdwdgx.h \ 182 $(SOPHYAINCP)pistdwdggen.h \ 183 $(SOPHYAINCP)pibwdgx.h \ 184 $(SOPHYAINCP)pibwdggen.h \ 185 $(SOPHYAINCP)picmap.h \ 186 $(SOPHYAINCP)picmapx.h \ 187 $(SOPHYAINCP)picmapgen.h \ 188 $(SOPHYAINCP)pigraphx.h \ 189 $(SOPHYAINCP)pigraphgen.h \ 190 $(SOPHYAINCP)pifontx.h \ 191 $(SOPHYAINCP)pifontgen.h \ 192 $(SOPHYAINCP)pigrcoord.h \ 193 $(SOPHYAINCP)pilineatt.h \ 194 $(SOPHYAINCP)pigraphuc.h \ 195 $(SOPHYAINCP)pievthandler.h \ 196 $(SOPHYAINCP)psfile.h \ 197 $(SOPHYAINCP)pigraphps.h \ 198 $(SOPHYAINCP)piwindowx.h \ 199 $(SOPHYAINCP)piwindowgen.h 200 $(CXXCOMPILE) -o $@ $< 201 202 $(SOPHYAOBJP)pit0.o: pit0.cc $(SOPHYAINCP)sopnamsp.h \ 203 $(SOPHYAINCP)pisysdep.h \ 204 $(SOPHYAINCP)machdefs.h \ 205 $(SOPHYAINCP)piapplx.h \ 206 $(SOPHYAINCP)piapplgen.h \ 207 $(SOPHYAINCP)pimsghandler.h \ 208 $(SOPHYAINCP)picontainerx.h \ 209 $(SOPHYAINCP)picontainergen.h \ 210 $(SOPHYAINCP)piwdgx.h \ 211 $(SOPHYAINCP)piwdggen.h \ 212 $(SOPHYAINCP)picolist.h \ 213 $(SOPHYAINCP)pimenubarx.h \ 214 $(SOPHYAINCP)pimenubargen.h \ 215 $(SOPHYAINCP)pimenux.h \ 216 $(SOPHYAINCP)pimenugen.h \ 217 $(SOPHYAINCP)picons.h \ 218 $(SOPHYAINCP)pistdwdgx.h \ 219 $(SOPHYAINCP)pistdwdggen.h \ 220 $(SOPHYAINCP)pibwdgx.h \ 221 $(SOPHYAINCP)pibwdggen.h \ 222 $(SOPHYAINCP)picmap.h \ 223 $(SOPHYAINCP)picmapx.h \ 224 $(SOPHYAINCP)picmapgen.h \ 225 $(SOPHYAINCP)pigraphx.h \ 226 $(SOPHYAINCP)pigraphgen.h \ 227 $(SOPHYAINCP)pifontx.h \ 228 $(SOPHYAINCP)pifontgen.h \ 229 $(SOPHYAINCP)pigrcoord.h \ 230 $(SOPHYAINCP)pilineatt.h \ 231 $(SOPHYAINCP)pigraphuc.h \ 232 $(SOPHYAINCP)pievthandler.h \ 233 $(SOPHYAINCP)psfile.h \ 234 $(SOPHYAINCP)pigraphps.h \ 235 $(SOPHYAINCP)piwindowx.h \ 236 $(SOPHYAINCP)piwindowgen.h \ 237 $(SOPHYAINCP)piperiodx.h \ 238 $(SOPHYAINCP)periodic.h 239 $(CXXCOMPILE) -o $@ $< 240 241 $(SOPHYAOBJP)pit1.o: pit1.cc $(SOPHYAINCP)sopnamsp.h \ 242 $(SOPHYAINCP)pisysdep.h \ 243 $(SOPHYAINCP)machdefs.h \ 244 $(SOPHYAINCP)piapplx.h \ 245 $(SOPHYAINCP)piapplgen.h \ 246 $(SOPHYAINCP)pimsghandler.h \ 247 $(SOPHYAINCP)picontainerx.h \ 248 $(SOPHYAINCP)picontainergen.h \ 249 $(SOPHYAINCP)piwdgx.h \ 250 $(SOPHYAINCP)piwdggen.h \ 251 $(SOPHYAINCP)picolist.h \ 252 $(SOPHYAINCP)pimenubarx.h \ 253 $(SOPHYAINCP)pimenubargen.h \ 254 $(SOPHYAINCP)pimenux.h \ 255 $(SOPHYAINCP)pimenugen.h \ 256 $(SOPHYAINCP)picons.h \ 257 $(SOPHYAINCP)pistdwdgx.h \ 258 $(SOPHYAINCP)pistdwdggen.h \ 259 $(SOPHYAINCP)pibwdgx.h \ 260 $(SOPHYAINCP)pibwdggen.h \ 261 $(SOPHYAINCP)picmap.h \ 262 $(SOPHYAINCP)picmapx.h \ 263 $(SOPHYAINCP)picmapgen.h \ 264 $(SOPHYAINCP)pigraphx.h \ 265 $(SOPHYAINCP)pigraphgen.h \ 266 $(SOPHYAINCP)pifontx.h \ 267 $(SOPHYAINCP)pifontgen.h \ 268 $(SOPHYAINCP)pigrcoord.h \ 269 $(SOPHYAINCP)pilineatt.h \ 270 $(SOPHYAINCP)pigraphuc.h \ 271 $(SOPHYAINCP)pievthandler.h \ 272 $(SOPHYAINCP)psfile.h \ 273 $(SOPHYAINCP)pigraphps.h \ 274 $(SOPHYAINCP)piwindowx.h \ 275 $(SOPHYAINCP)piwindowgen.h \ 276 $(SOPHYAINCP)piscdrawwdg.h \ 277 $(SOPHYAINCP)pidrawer.h \ 278 $(SOPHYAINCP)pigratt.h \ 279 $(SOPHYAINCP)piaxes.h \ 280 $(SOPHYAINCP)pieldrw.h \ 281 $(SOPHYAINCP)parradapter.h \ 282 $(SOPHYAINCP)lut.h \ 283 $(SOPHYAINCP)piyfxdrw.h 284 $(CXXCOMPILE) -o $@ $< 285 286 $(SOPHYAOBJP)pitcons.o: pitcons.cc \ 287 $(SOPHYAINCP)sopnamsp.h \ 288 $(SOPHYAINCP)pisysdep.h \ 289 $(SOPHYAINCP)machdefs.h \ 290 $(SOPHYAINCP)piapplx.h \ 291 $(SOPHYAINCP)piapplgen.h \ 292 $(SOPHYAINCP)pimsghandler.h \ 293 $(SOPHYAINCP)picontainerx.h \ 294 $(SOPHYAINCP)picontainergen.h \ 295 $(SOPHYAINCP)piwdgx.h \ 296 $(SOPHYAINCP)piwdggen.h \ 297 $(SOPHYAINCP)picolist.h \ 298 $(SOPHYAINCP)pimenubarx.h \ 299 $(SOPHYAINCP)pimenubargen.h \ 300 $(SOPHYAINCP)pimenux.h \ 301 $(SOPHYAINCP)pimenugen.h \ 302 $(SOPHYAINCP)picons.h \ 303 $(SOPHYAINCP)pistdwdgx.h \ 304 $(SOPHYAINCP)pistdwdggen.h \ 305 $(SOPHYAINCP)pibwdgx.h \ 306 $(SOPHYAINCP)pibwdggen.h \ 307 $(SOPHYAINCP)picmap.h \ 308 $(SOPHYAINCP)picmapx.h \ 309 $(SOPHYAINCP)picmapgen.h \ 310 $(SOPHYAINCP)pigraphx.h \ 311 $(SOPHYAINCP)pigraphgen.h \ 312 $(SOPHYAINCP)pifontx.h \ 313 $(SOPHYAINCP)pifontgen.h \ 314 $(SOPHYAINCP)pigrcoord.h \ 315 $(SOPHYAINCP)pilineatt.h \ 316 $(SOPHYAINCP)pigraphuc.h \ 317 $(SOPHYAINCP)pievthandler.h \ 318 $(SOPHYAINCP)psfile.h \ 319 $(SOPHYAINCP)pigraphps.h \ 320 $(SOPHYAINCP)piwindowx.h \ 321 $(SOPHYAINCP)piwindowgen.h 322 $(CXXCOMPILE) -o $@ $< 323 324 $(SOPHYAOBJP)pitgr.o: pitgr.cc $(SOPHYAINCP)sopnamsp.h \ 325 $(SOPHYAINCP)pisysdep.h \ 326 $(SOPHYAINCP)machdefs.h \ 327 $(SOPHYAINCP)piapplx.h \ 328 $(SOPHYAINCP)piapplgen.h \ 329 $(SOPHYAINCP)pimsghandler.h \ 330 $(SOPHYAINCP)picontainerx.h \ 331 $(SOPHYAINCP)picontainergen.h \ 332 $(SOPHYAINCP)piwdgx.h \ 333 $(SOPHYAINCP)piwdggen.h \ 334 $(SOPHYAINCP)picolist.h \ 335 $(SOPHYAINCP)pimenubarx.h \ 336 $(SOPHYAINCP)pimenubargen.h \ 337 $(SOPHYAINCP)pimenux.h \ 338 $(SOPHYAINCP)pimenugen.h \ 339 $(SOPHYAINCP)picons.h \ 340 $(SOPHYAINCP)pistdwdgx.h \ 341 $(SOPHYAINCP)pistdwdggen.h \ 342 $(SOPHYAINCP)pibwdgx.h \ 343 $(SOPHYAINCP)pibwdggen.h \ 344 $(SOPHYAINCP)picmap.h \ 345 $(SOPHYAINCP)picmapx.h \ 346 $(SOPHYAINCP)picmapgen.h \ 347 $(SOPHYAINCP)pigraphx.h \ 348 $(SOPHYAINCP)pigraphgen.h \ 349 $(SOPHYAINCP)pifontx.h \ 350 $(SOPHYAINCP)pifontgen.h \ 351 $(SOPHYAINCP)pigrcoord.h \ 352 $(SOPHYAINCP)pilineatt.h \ 353 $(SOPHYAINCP)pigraphuc.h \ 354 $(SOPHYAINCP)pievthandler.h \ 355 $(SOPHYAINCP)psfile.h \ 356 $(SOPHYAINCP)pigraphps.h \ 357 $(SOPHYAINCP)piwindowx.h \ 358 $(SOPHYAINCP)piwindowgen.h \ 359 $(SOPHYAINCP)piperiodx.h \ 360 $(SOPHYAINCP)periodic.h \ 361 $(SOPHYAINCP)pidrawwin.h \ 362 $(SOPHYAINCP)piscdrawwdg.h \ 363 $(SOPHYAINCP)pidrawer.h \ 364 $(SOPHYAINCP)pigratt.h \ 365 $(SOPHYAINCP)piaxes.h \ 366 $(SOPHYAINCP)pieldrw.h \ 367 $(SOPHYAINCP)piyfxdrw.h \ 368 $(SOPHYAINCP)parradapter.h \ 369 $(SOPHYAINCP)lut.h \ 370 $(SOPHYAINCP)piimage.h \ 371 $(SOPHYAINCP)pipixmapx.h \ 372 $(SOPHYAINCP)pipixmapgen.h \ 373 $(SOPHYAINCP)picmapview.h \ 374 $(SOPHYAINCP)piimgtools.h \ 375 $(SOPHYAINCP)pioptmenux.h \ 376 $(SOPHYAINCP)pioptmenugen.h \ 377 $(SOPHYAINCP)pidrwtools.h \ 378 $(SOPHYAINCP)piaxestools.h \ 379 $(SOPHYAINCP)pisurfdr.h \ 380 $(SOPHYAINCP)pi3ddrw.h \ 381 $(SOPHYAINCP)pigraph3d.h \ 382 $(SOPHYAINCP)pi3dwdg.h 383 $(CXXCOMPILE) -o $@ $< 384 385 $(SOPHYAOBJP)xp0.o: xp0.cc $(SOPHYAINCP)sopnamsp.h \ 386 $(SOPHYAINCP)pisysdep.h \ 387 $(SOPHYAINCP)machdefs.h \ 388 $(SOPHYAINCP)piapplx.h \ 389 $(SOPHYAINCP)piapplgen.h \ 390 $(SOPHYAINCP)pimsghandler.h \ 391 $(SOPHYAINCP)picontainerx.h \ 392 $(SOPHYAINCP)picontainergen.h \ 393 $(SOPHYAINCP)piwdgx.h \ 394 $(SOPHYAINCP)piwdggen.h \ 395 $(SOPHYAINCP)picolist.h \ 396 $(SOPHYAINCP)pimenubarx.h \ 397 $(SOPHYAINCP)pimenubargen.h \ 398 $(SOPHYAINCP)pimenux.h \ 399 $(SOPHYAINCP)pimenugen.h \ 400 $(SOPHYAINCP)picons.h \ 401 $(SOPHYAINCP)pistdwdgx.h \ 402 $(SOPHYAINCP)pistdwdggen.h \ 403 $(SOPHYAINCP)pibwdgx.h \ 404 $(SOPHYAINCP)pibwdggen.h \ 405 $(SOPHYAINCP)picmap.h \ 406 $(SOPHYAINCP)picmapx.h \ 407 $(SOPHYAINCP)picmapgen.h \ 408 $(SOPHYAINCP)pigraphx.h \ 409 $(SOPHYAINCP)pigraphgen.h \ 410 $(SOPHYAINCP)pifontx.h \ 411 $(SOPHYAINCP)pifontgen.h \ 412 $(SOPHYAINCP)pigrcoord.h \ 413 $(SOPHYAINCP)pilineatt.h \ 414 $(SOPHYAINCP)pigraphuc.h \ 415 $(SOPHYAINCP)pievthandler.h \ 416 $(SOPHYAINCP)psfile.h \ 417 $(SOPHYAINCP)pigraphps.h 418 $(CXXCOMPILE) -o $@ $< 419 420 $(SOPHYAOBJP)xp1.o: xp1.cc $(SOPHYAINCP)sopnamsp.h \ 421 $(SOPHYAINCP)pisysdep.h \ 422 $(SOPHYAINCP)machdefs.h \ 423 $(SOPHYAINCP)piapplx.h \ 424 $(SOPHYAINCP)piapplgen.h \ 425 $(SOPHYAINCP)pimsghandler.h \ 426 $(SOPHYAINCP)picontainerx.h \ 427 $(SOPHYAINCP)picontainergen.h \ 428 $(SOPHYAINCP)piwdgx.h \ 429 $(SOPHYAINCP)piwdggen.h \ 430 $(SOPHYAINCP)picolist.h \ 431 $(SOPHYAINCP)pimenubarx.h \ 432 $(SOPHYAINCP)pimenubargen.h \ 433 $(SOPHYAINCP)pimenux.h \ 434 $(SOPHYAINCP)pimenugen.h \ 435 $(SOPHYAINCP)picons.h \ 436 $(SOPHYAINCP)pistdwdgx.h \ 437 $(SOPHYAINCP)pistdwdggen.h \ 438 $(SOPHYAINCP)pibwdgx.h \ 439 $(SOPHYAINCP)pibwdggen.h \ 440 $(SOPHYAINCP)picmap.h \ 441 $(SOPHYAINCP)picmapx.h \ 442 $(SOPHYAINCP)picmapgen.h \ 443 $(SOPHYAINCP)pigraphx.h \ 444 $(SOPHYAINCP)pigraphgen.h \ 445 $(SOPHYAINCP)pifontx.h \ 446 $(SOPHYAINCP)pifontgen.h \ 447 $(SOPHYAINCP)pigrcoord.h \ 448 $(SOPHYAINCP)pilineatt.h \ 449 $(SOPHYAINCP)pigraphuc.h \ 450 $(SOPHYAINCP)pievthandler.h \ 451 $(SOPHYAINCP)psfile.h \ 452 $(SOPHYAINCP)pigraphps.h \ 453 $(SOPHYAINCP)piwindowx.h \ 454 $(SOPHYAINCP)piwindowgen.h 455 $(CXXCOMPILE) -o $@ $< 456 457 $(SOPHYAOBJP)xp2.o: xp2.cc $(SOPHYAINCP)sopnamsp.h \ 458 $(SOPHYAINCP)pisysdep.h \ 459 $(SOPHYAINCP)machdefs.h \ 460 $(SOPHYAINCP)piapplx.h \ 461 $(SOPHYAINCP)piapplgen.h \ 462 $(SOPHYAINCP)pimsghandler.h \ 463 $(SOPHYAINCP)picontainerx.h \ 464 $(SOPHYAINCP)picontainergen.h \ 465 $(SOPHYAINCP)piwdgx.h \ 466 $(SOPHYAINCP)piwdggen.h \ 467 $(SOPHYAINCP)picolist.h \ 468 $(SOPHYAINCP)pimenubarx.h \ 469 $(SOPHYAINCP)pimenubargen.h \ 470 $(SOPHYAINCP)pimenux.h \ 471 $(SOPHYAINCP)pimenugen.h \ 472 $(SOPHYAINCP)picons.h \ 473 $(SOPHYAINCP)pistdwdgx.h \ 474 $(SOPHYAINCP)pistdwdggen.h \ 475 $(SOPHYAINCP)pibwdgx.h \ 476 $(SOPHYAINCP)pibwdggen.h \ 477 $(SOPHYAINCP)picmap.h \ 478 $(SOPHYAINCP)picmapx.h \ 479 $(SOPHYAINCP)picmapgen.h \ 480 $(SOPHYAINCP)pigraphx.h \ 481 $(SOPHYAINCP)pigraphgen.h \ 482 $(SOPHYAINCP)pifontx.h \ 483 $(SOPHYAINCP)pifontgen.h \ 484 $(SOPHYAINCP)pigrcoord.h \ 485 $(SOPHYAINCP)pilineatt.h \ 486 $(SOPHYAINCP)pigraphuc.h \ 487 $(SOPHYAINCP)pievthandler.h \ 488 $(SOPHYAINCP)psfile.h \ 489 $(SOPHYAINCP)pigraphps.h \ 490 $(SOPHYAINCP)piwindowx.h \ 491 $(SOPHYAINCP)piwindowgen.h 492 $(CXXCOMPILE) -o $@ $< 493 494 $(SOPHYAOBJP)xp3.o: xp3.cc $(SOPHYAINCP)sopnamsp.h \ 495 $(SOPHYAINCP)pisysdep.h \ 496 $(SOPHYAINCP)machdefs.h \ 497 $(SOPHYAINCP)piapplx.h \ 498 $(SOPHYAINCP)piapplgen.h \ 499 $(SOPHYAINCP)pimsghandler.h \ 500 $(SOPHYAINCP)picontainerx.h \ 501 $(SOPHYAINCP)picontainergen.h \ 502 $(SOPHYAINCP)piwdgx.h \ 503 $(SOPHYAINCP)piwdggen.h \ 504 $(SOPHYAINCP)picolist.h \ 505 $(SOPHYAINCP)pimenubarx.h \ 506 $(SOPHYAINCP)pimenubargen.h \ 507 $(SOPHYAINCP)pimenux.h \ 508 $(SOPHYAINCP)pimenugen.h \ 509 $(SOPHYAINCP)picons.h \ 510 $(SOPHYAINCP)pistdwdgx.h \ 511 $(SOPHYAINCP)pistdwdggen.h \ 512 $(SOPHYAINCP)pibwdgx.h \ 513 $(SOPHYAINCP)pibwdggen.h \ 514 $(SOPHYAINCP)picmap.h \ 515 $(SOPHYAINCP)picmapx.h \ 516 $(SOPHYAINCP)picmapgen.h \ 517 $(SOPHYAINCP)pigraphx.h \ 518 $(SOPHYAINCP)pigraphgen.h \ 519 $(SOPHYAINCP)pifontx.h \ 520 $(SOPHYAINCP)pifontgen.h \ 521 $(SOPHYAINCP)pigrcoord.h \ 522 $(SOPHYAINCP)pilineatt.h \ 523 $(SOPHYAINCP)pigraphuc.h \ 524 $(SOPHYAINCP)pievthandler.h \ 525 $(SOPHYAINCP)psfile.h \ 526 $(SOPHYAINCP)pigraphps.h \ 527 $(SOPHYAINCP)piwindowx.h \ 528 $(SOPHYAINCP)piwindowgen.h \ 529 $(SOPHYAINCP)piperiodx.h \ 530 $(SOPHYAINCP)periodic.h \ 531 $(SOPHYAINCP)piscdrawwdg.h \ 532 $(SOPHYAINCP)pidrawer.h \ 533 $(SOPHYAINCP)pigratt.h \ 534 $(SOPHYAINCP)piaxes.h \ 535 $(SOPHYAINCP)pieldrw.h \ 536 $(SOPHYAINCP)piimage.h \ 537 $(SOPHYAINCP)parradapter.h \ 538 $(SOPHYAINCP)lut.h \ 539 $(SOPHYAINCP)pipixmapx.h \ 540 $(SOPHYAINCP)pipixmapgen.h \ 541 $(SOPHYAINCP)picmapview.h \ 542 $(SOPHYAINCP)piimgtools.h \ 543 $(SOPHYAINCP)pioptmenux.h \ 544 $(SOPHYAINCP)pioptmenugen.h \ 545 $(SOPHYAINCP)pidrwtools.h \ 546 $(SOPHYAINCP)pisurfdr.h \ 547 $(SOPHYAINCP)pi3ddrw.h \ 548 $(SOPHYAINCP)pigraph3d.h \ 549 $(SOPHYAINCP)piyfxdrw.h \ 550 $(SOPHYAINCP)pi3dwdg.h 551 $(CXXCOMPILE) -o $@ $< 552 -
trunk/SophyaPI/PIGcont/Makefile
r2140 r2743 1 MODULECXXREPNAME := PI 2 MODULEDECCXXFLAGS := -msg_quiet 3 include ../Mgr/Makefile.h 4 5 all: $(LIB)libPIGcont.a 6 $(LIB)libPIGcont.a : $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o 7 $(AR) $(ARFLAGS) $@ $($(ARARGS)) 8 ifeq ($(CXX),cxx) 9 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 10 endif 1 include ../BuildMgr/sophyamake.inc 2 3 all: $(SOPHYALIBP)libPIGcont.a 11 4 12 5 clean: 13 rm -f $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o 14 ifeq ($(CXX),cxx) 15 cd $(REPM); rm -f *.o 16 endif 17 18 $(OBJ)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 19 $(OBJ)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 20 $(OBJ)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 21 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 22 $(OBJ)picntools.o: picntools.cc $(INC)machdefs.h \ 23 picntools.h $(INC)pisysdep.h \ 24 $(INC)pistdwdgx.h \ 25 $(INC)pistdwdggen.h \ 26 $(INC)piwdgx.h \ 27 $(INC)piwdggen.h \ 28 $(INC)pimsghandler.h \ 29 $(INC)picolist.h \ 30 $(INC)pioptmenux.h \ 31 $(INC)pioptmenugen.h \ 32 $(INC)pimenux.h \ 33 $(INC)pimenugen.h \ 34 $(INC)piwindowx.h \ 35 $(INC)piwindowgen.h \ 36 $(INC)picontainerx.h \ 37 $(INC)picontainergen.h \ 38 $(INC)piapplx.h \ 39 $(INC)piapplgen.h \ 40 $(INC)pimenubarx.h \ 41 $(INC)pimenubargen.h \ 42 $(INC)picons.h \ 43 $(INC)pibwdgx.h \ 44 $(INC)pibwdggen.h \ 45 $(INC)picmap.h \ 46 $(INC)picmapx.h \ 47 $(INC)picmapgen.h \ 48 $(INC)pigraphx.h \ 49 $(INC)pigraphgen.h \ 50 $(INC)pifontx.h \ 51 $(INC)pifontgen.h \ 52 $(INC)pigrcoord.h \ 53 $(INC)pilineatt.h \ 54 $(INC)pigraphuc.h \ 55 $(INC)pievthandler.h \ 56 $(INC)psfile.h \ 57 $(INC)pigraphps.h \ 58 $(INC)picmapview.h pigncont.h \ 59 $(INC)pistdimgapp.h \ 60 $(INC)pifilechox.h \ 61 $(INC)pifilechogen.h \ 62 $(INC)piperiodx.h \ 63 $(INC)periodic.h \ 64 $(INC)piimage.h \ 65 $(INC)parradapter.h \ 66 $(INC)lut.h \ 67 $(INC)pieldrw.h \ 68 $(INC)pidrawer.h \ 69 $(INC)pigratt.h \ 70 $(INC)piaxes.h \ 71 $(INC)pipixmapx.h \ 72 $(INC)pipixmapgen.h \ 73 $(INC)pi3dwdg.h \ 74 $(INC)pi3ddrw.h \ 75 $(INC)pigraph3d.h \ 76 $(INC)nobjmgr.h \ 77 $(INC)anydataobj.h \ 78 $(INC)ppersist.h \ 79 $(INC)pexceptions.h \ 80 $(INC)gnumd5.h \ 81 $(INC)dvlist.h \ 82 $(INC)objfio.h \ 83 $(INC)mutyv.h \ 84 $(INC)dlftypes.h \ 85 $(INC)piacmd.h \ 86 $(INC)pdlmgr.h \ 87 $(INC)ctimer.h \ 88 $(INC)pisiadw.h \ 89 $(INC)pilistx.h \ 90 $(INC)pilistgen.h \ 91 $(INC)pistzwin.h \ 92 $(INC)pitherm.h \ 93 $(INC)resusage.h \ 94 $(INC)piscdrawwdg.h \ 95 $(INC)ntuple.h \ 96 $(INC)ntupintf.h gp_contour.h gp_types.h \ 97 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 98 $(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \ 99 $(INC)histos.h \ 100 $(INC)objfio.h \ 101 $(INC)anydataobj.h \ 102 $(INC)ppersist.h \ 103 $(INC)pexceptions.h \ 104 $(INC)gnumd5.h \ 105 $(INC)peida.h \ 106 $(INC)utils.h \ 107 $(INC)perrors.h \ 108 $(INC)fmath.h \ 109 $(INC)tvector.h \ 110 $(INC)tmatrix.h \ 111 $(INC)tarray.h \ 112 $(INC)basarr.h \ 113 $(INC)mutyv.h \ 114 $(INC)dvlist.h \ 115 $(INC)ndatablock.h \ 116 $(INC)utilarr.h \ 117 $(INC)ntuple.h \ 118 $(INC)ntupintf.h \ 119 $(INC)nbtri.h picntools.h \ 120 $(INC)pisysdep.h \ 121 $(INC)pistdwdgx.h \ 122 $(INC)pistdwdggen.h \ 123 $(INC)piwdgx.h \ 124 $(INC)piwdggen.h \ 125 $(INC)pimsghandler.h \ 126 $(INC)picolist.h \ 127 $(INC)pioptmenux.h \ 128 $(INC)pioptmenugen.h \ 129 $(INC)pimenux.h \ 130 $(INC)pimenugen.h \ 131 $(INC)piwindowx.h \ 132 $(INC)piwindowgen.h \ 133 $(INC)picontainerx.h \ 134 $(INC)picontainergen.h \ 135 $(INC)piapplx.h \ 136 $(INC)piapplgen.h \ 137 $(INC)pimenubarx.h \ 138 $(INC)pimenubargen.h \ 139 $(INC)picons.h \ 140 $(INC)pibwdgx.h \ 141 $(INC)pibwdggen.h \ 142 $(INC)picmap.h \ 143 $(INC)picmapx.h \ 144 $(INC)picmapgen.h \ 145 $(INC)pigraphx.h \ 146 $(INC)pigraphgen.h \ 147 $(INC)pifontx.h \ 148 $(INC)pifontgen.h \ 149 $(INC)pigrcoord.h \ 150 $(INC)pilineatt.h \ 151 $(INC)pigraphuc.h \ 152 $(INC)pievthandler.h \ 153 $(INC)psfile.h \ 154 $(INC)pigraphps.h \ 155 $(INC)picmapview.h pigncont.h \ 156 $(INC)pistdimgapp.h \ 157 $(INC)pifilechox.h \ 158 $(INC)pifilechogen.h \ 159 $(INC)piperiodx.h \ 160 $(INC)periodic.h \ 161 $(INC)piimage.h \ 162 $(INC)parradapter.h \ 163 $(INC)lut.h \ 164 $(INC)pieldrw.h \ 165 $(INC)pidrawer.h \ 166 $(INC)pigratt.h \ 167 $(INC)piaxes.h \ 168 $(INC)pipixmapx.h \ 169 $(INC)pipixmapgen.h \ 170 $(INC)pi3dwdg.h \ 171 $(INC)pi3ddrw.h \ 172 $(INC)pigraph3d.h \ 173 $(INC)nobjmgr.h \ 174 $(INC)dlftypes.h \ 175 $(INC)piacmd.h \ 176 $(INC)pdlmgr.h \ 177 $(INC)ctimer.h \ 178 $(INC)pisiadw.h \ 179 $(INC)pilistx.h \ 180 $(INC)pilistgen.h \ 181 $(INC)pistzwin.h \ 182 $(INC)pitherm.h \ 183 $(INC)resusage.h \ 184 $(INC)piscdrawwdg.h gp_contour.h gp_types.h \ 185 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 6 rm -f $(SOPHYAOBJP)picntools.o $(SOPHYAOBJP)pigncont.o $(SOPHYAOBJP)gp_alloc.o $(SOPHYAOBJP)gp_axis.o $(SOPHYAOBJP)gp_contour.o 7 rm -f $(SOPHYALIBP)libPIGcont.a 8 9 $(SOPHYALIBP)libPIGcont.a : $(SOPHYAOBJP)gp_alloc.o $(SOPHYAOBJP)gp_axis.o $(SOPHYAOBJP)gp_contour.o $(SOPHYAOBJP)picntools.o $(SOPHYAOBJP)pigncont.o 10 $(AR) $(ARFLAGS) $@ $? 11 12 $(SOPHYAOBJP)picntools.o: picntools.cc \ 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h picntools.h \ 15 $(SOPHYAINCP)pisysdep.h \ 16 $(SOPHYAINCP)pistdwdgx.h \ 17 $(SOPHYAINCP)pistdwdggen.h \ 18 $(SOPHYAINCP)piwdgx.h \ 19 $(SOPHYAINCP)piwdggen.h \ 20 $(SOPHYAINCP)pimsghandler.h \ 21 $(SOPHYAINCP)picolist.h \ 22 $(SOPHYAINCP)pioptmenux.h \ 23 $(SOPHYAINCP)pioptmenugen.h \ 24 $(SOPHYAINCP)pimenux.h \ 25 $(SOPHYAINCP)pimenugen.h \ 26 $(SOPHYAINCP)piwindowx.h \ 27 $(SOPHYAINCP)piwindowgen.h \ 28 $(SOPHYAINCP)picontainerx.h \ 29 $(SOPHYAINCP)picontainergen.h \ 30 $(SOPHYAINCP)piapplx.h \ 31 $(SOPHYAINCP)piapplgen.h \ 32 $(SOPHYAINCP)pimenubarx.h \ 33 $(SOPHYAINCP)pimenubargen.h \ 34 $(SOPHYAINCP)picons.h \ 35 $(SOPHYAINCP)pibwdgx.h \ 36 $(SOPHYAINCP)pibwdggen.h \ 37 $(SOPHYAINCP)picmap.h \ 38 $(SOPHYAINCP)picmapx.h \ 39 $(SOPHYAINCP)picmapgen.h \ 40 $(SOPHYAINCP)pigraphx.h \ 41 $(SOPHYAINCP)pigraphgen.h \ 42 $(SOPHYAINCP)pifontx.h \ 43 $(SOPHYAINCP)pifontgen.h \ 44 $(SOPHYAINCP)pigrcoord.h \ 45 $(SOPHYAINCP)pilineatt.h \ 46 $(SOPHYAINCP)pigraphuc.h \ 47 $(SOPHYAINCP)pievthandler.h \ 48 $(SOPHYAINCP)psfile.h \ 49 $(SOPHYAINCP)pigraphps.h \ 50 $(SOPHYAINCP)picmapview.h pigncont.h \ 51 $(SOPHYAINCP)pistdimgapp.h \ 52 $(SOPHYAINCP)pifilechox.h \ 53 $(SOPHYAINCP)pifilechogen.h \ 54 $(SOPHYAINCP)piperiodx.h \ 55 $(SOPHYAINCP)periodic.h \ 56 $(SOPHYAINCP)piimage.h \ 57 $(SOPHYAINCP)parradapter.h \ 58 $(SOPHYAINCP)lut.h \ 59 $(SOPHYAINCP)pieldrw.h \ 60 $(SOPHYAINCP)pidrawer.h \ 61 $(SOPHYAINCP)pigratt.h \ 62 $(SOPHYAINCP)piaxes.h \ 63 $(SOPHYAINCP)pipixmapx.h \ 64 $(SOPHYAINCP)pipixmapgen.h \ 65 $(SOPHYAINCP)pi3dwdg.h \ 66 $(SOPHYAINCP)pi3ddrw.h \ 67 $(SOPHYAINCP)pigraph3d.h \ 68 $(SOPHYAINCP)nobjmgr.h \ 69 $(SOPHYAINCP)anydataobj.h \ 70 $(SOPHYAINCP)ppersist.h \ 71 $(SOPHYAINCP)pexceptions.h \ 72 $(SOPHYAINCP)gnumd5.h \ 73 $(SOPHYAINCP)ppfbinstream.h \ 74 $(SOPHYAINCP)rawstream.h \ 75 $(SOPHYAINCP)ppfnametag.h \ 76 $(SOPHYAINCP)dvlist.h \ 77 $(SOPHYAINCP)objfio.h \ 78 $(SOPHYAINCP)mutyv.h \ 79 $(SOPHYAINCP)dlftypes.h \ 80 $(SOPHYAINCP)piacmd.h \ 81 $(SOPHYAINCP)commander.h \ 82 $(SOPHYAINCP)pdlmgr.h \ 83 $(SOPHYAINCP)ctimer.h \ 84 $(SOPHYAINCP)zthread.h \ 85 $(SOPHYAINCP)pisiadw.h \ 86 $(SOPHYAINCP)pilistx.h \ 87 $(SOPHYAINCP)pilistgen.h \ 88 $(SOPHYAINCP)pistzwin.h \ 89 $(SOPHYAINCP)pitherm.h \ 90 $(SOPHYAINCP)resusage.h \ 91 $(SOPHYAINCP)piscdrawwdg.h \ 92 $(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 $@ $< 96 97 $(SOPHYAOBJP)pigncont.o: pigncont.cc \ 98 $(SOPHYAINCP)sopnamsp.h \ 99 $(SOPHYAINCP)machdefs.h \ 100 $(SOPHYAINCP)histos.h \ 101 $(SOPHYAINCP)objfio.h \ 102 $(SOPHYAINCP)anydataobj.h \ 103 $(SOPHYAINCP)ppersist.h \ 104 $(SOPHYAINCP)pexceptions.h \ 105 $(SOPHYAINCP)gnumd5.h \ 106 $(SOPHYAINCP)ppfbinstream.h \ 107 $(SOPHYAINCP)rawstream.h \ 108 $(SOPHYAINCP)ppfnametag.h \ 109 $(SOPHYAINCP)peida.h \ 110 $(SOPHYAINCP)utils.h \ 111 $(SOPHYAINCP)perrors.h \ 112 $(SOPHYAINCP)fmath.h \ 113 $(SOPHYAINCP)tvector.h \ 114 $(SOPHYAINCP)tmatrix.h \ 115 $(SOPHYAINCP)tarray.h \ 116 $(SOPHYAINCP)basarr.h \ 117 $(SOPHYAINCP)mutyv.h \ 118 $(SOPHYAINCP)dvlist.h \ 119 $(SOPHYAINCP)ndatablock.h \ 120 $(SOPHYAINCP)utilarr.h \ 121 $(SOPHYAINCP)ntuple.h \ 122 $(SOPHYAINCP)ntupintf.h \ 123 $(SOPHYAINCP)nbtri.h picntools.h \ 124 $(SOPHYAINCP)pisysdep.h \ 125 $(SOPHYAINCP)pistdwdgx.h \ 126 $(SOPHYAINCP)pistdwdggen.h \ 127 $(SOPHYAINCP)piwdgx.h \ 128 $(SOPHYAINCP)piwdggen.h \ 129 $(SOPHYAINCP)pimsghandler.h \ 130 $(SOPHYAINCP)picolist.h \ 131 $(SOPHYAINCP)pioptmenux.h \ 132 $(SOPHYAINCP)pioptmenugen.h \ 133 $(SOPHYAINCP)pimenux.h \ 134 $(SOPHYAINCP)pimenugen.h \ 135 $(SOPHYAINCP)piwindowx.h \ 136 $(SOPHYAINCP)piwindowgen.h \ 137 $(SOPHYAINCP)picontainerx.h \ 138 $(SOPHYAINCP)picontainergen.h \ 139 $(SOPHYAINCP)piapplx.h \ 140 $(SOPHYAINCP)piapplgen.h \ 141 $(SOPHYAINCP)pimenubarx.h \ 142 $(SOPHYAINCP)pimenubargen.h \ 143 $(SOPHYAINCP)picons.h \ 144 $(SOPHYAINCP)pibwdgx.h \ 145 $(SOPHYAINCP)pibwdggen.h \ 146 $(SOPHYAINCP)picmap.h \ 147 $(SOPHYAINCP)picmapx.h \ 148 $(SOPHYAINCP)picmapgen.h \ 149 $(SOPHYAINCP)pigraphx.h \ 150 $(SOPHYAINCP)pigraphgen.h \ 151 $(SOPHYAINCP)pifontx.h \ 152 $(SOPHYAINCP)pifontgen.h \ 153 $(SOPHYAINCP)pigrcoord.h \ 154 $(SOPHYAINCP)pilineatt.h \ 155 $(SOPHYAINCP)pigraphuc.h \ 156 $(SOPHYAINCP)pievthandler.h \ 157 $(SOPHYAINCP)psfile.h \ 158 $(SOPHYAINCP)pigraphps.h \ 159 $(SOPHYAINCP)picmapview.h pigncont.h \ 160 $(SOPHYAINCP)pistdimgapp.h \ 161 $(SOPHYAINCP)pifilechox.h \ 162 $(SOPHYAINCP)pifilechogen.h \ 163 $(SOPHYAINCP)piperiodx.h \ 164 $(SOPHYAINCP)periodic.h \ 165 $(SOPHYAINCP)piimage.h \ 166 $(SOPHYAINCP)parradapter.h \ 167 $(SOPHYAINCP)lut.h \ 168 $(SOPHYAINCP)pieldrw.h \ 169 $(SOPHYAINCP)pidrawer.h \ 170 $(SOPHYAINCP)pigratt.h \ 171 $(SOPHYAINCP)piaxes.h \ 172 $(SOPHYAINCP)pipixmapx.h \ 173 $(SOPHYAINCP)pipixmapgen.h \ 174 $(SOPHYAINCP)pi3dwdg.h \ 175 $(SOPHYAINCP)pi3ddrw.h \ 176 $(SOPHYAINCP)pigraph3d.h \ 177 $(SOPHYAINCP)nobjmgr.h \ 178 $(SOPHYAINCP)dlftypes.h \ 179 $(SOPHYAINCP)piacmd.h \ 180 $(SOPHYAINCP)commander.h \ 181 $(SOPHYAINCP)pdlmgr.h \ 182 $(SOPHYAINCP)ctimer.h \ 183 $(SOPHYAINCP)zthread.h \ 184 $(SOPHYAINCP)pisiadw.h \ 185 $(SOPHYAINCP)pilistx.h \ 186 $(SOPHYAINCP)pilistgen.h \ 187 $(SOPHYAINCP)pistzwin.h \ 188 $(SOPHYAINCP)pitherm.h \ 189 $(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 $@ $< 193 194 $(SOPHYAOBJP)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h 195 $(CCOMPILE) -o $@ $< 196 197 $(SOPHYAOBJP)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h 198 $(CCOMPILE) -o $@ $< 199 200 $(SOPHYAOBJP)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \ 201 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h 202 $(CCOMPILE) -o $@ $< 203 -
trunk/SophyaPI/PIext/Makefile
r2703 r2743 1 include ../Mgr/Makefile.h 2 3 all: $(LIB)libPIext.a 1 include ../BuildMgr/sophyamake.inc 2 3 all: $(SOPHYALIBP)libPIext.a 4 4 5 clean: 5 rm -f $(OBJ)basexecut.o $(OBJ)contmodex.o $(OBJ)cxxexecutor.o $(OBJ)cxxexecwin.o $(OBJ)flowmodex.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nommatvecadapter.o $(OBJ)nomskymapadapter.o $(OBJ)nomspecrespadapter.o $(OBJ)nomstladapter.o $(OBJ)nomtarradapter.o $(OBJ)nomtmatvecadapter.o $(OBJ)pawexecut.o $(OBJ)pi2dvec.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)pitvmaad.o $(OBJ)servnobjm.o $(OBJ)userfitfunex.o 6 rm -f $(LIB)libPIext.a 7 $(LIB)libPIext.a : $(OBJ)basexecut.o $(OBJ)contmodex.o $(OBJ)cxxexecutor.o $(OBJ)cxxexecwin.o $(OBJ)flowmodex.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nomskymapadapter.o $(OBJ)nomspecrespadapter.o $(OBJ)nomtarradapter.o $(OBJ)nomtmatvecadapter.o $(OBJ)pawexecut.o $(OBJ)pi2dvec.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 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 endif 12 13 $(OBJ)basexecut.o: basexecut.cc $(INC)sopnamsp.h \ 14 piacmd.h $(INC)machdefs.h \ 15 $(INC)commander.h \ 16 $(INC)pdlmgr.h \ 17 $(INC)dvlist.h \ 18 $(INC)objfio.h \ 19 $(INC)anydataobj.h \ 20 $(INC)ppersist.h \ 21 $(INC)pexceptions.h \ 22 $(INC)gnumd5.h \ 23 $(INC)ppfbinstream.h \ 24 $(INC)rawstream.h \ 25 $(INC)ppfnametag.h \ 26 $(INC)mutyv.h \ 27 $(INC)ctimer.h \ 28 $(INC)zthread.h dlftypes.h basexecut.h \ 29 $(INC)strutilxx.h pistdimgapp.h \ 30 $(INC)pisysdep.h \ 31 $(INC)piapplx.h \ 32 $(INC)piapplgen.h \ 33 $(INC)pimsghandler.h \ 34 $(INC)picontainerx.h \ 35 $(INC)picontainergen.h \ 36 $(INC)piwdgx.h \ 37 $(INC)piwdggen.h \ 38 $(INC)picolist.h \ 39 $(INC)pimenubarx.h \ 40 $(INC)pimenubargen.h \ 41 $(INC)pimenux.h \ 42 $(INC)pimenugen.h \ 43 $(INC)picons.h \ 44 $(INC)pistdwdgx.h \ 45 $(INC)pistdwdggen.h \ 46 $(INC)pibwdgx.h \ 47 $(INC)pibwdggen.h \ 48 $(INC)picmap.h \ 49 $(INC)picmapx.h \ 50 $(INC)picmapgen.h \ 51 $(INC)pigraphx.h \ 52 $(INC)pigraphgen.h \ 53 $(INC)pifontx.h \ 54 $(INC)pifontgen.h \ 55 $(INC)pigrcoord.h \ 56 $(INC)pilineatt.h \ 57 $(INC)pigraphuc.h \ 58 $(INC)pievthandler.h \ 59 $(INC)psfile.h \ 60 $(INC)pigraphps.h \ 61 $(INC)piwindowx.h \ 62 $(INC)piwindowgen.h \ 63 $(INC)pioptmenux.h \ 64 $(INC)pioptmenugen.h \ 65 $(INC)pifilechox.h \ 66 $(INC)pifilechogen.h \ 67 $(INC)piperiodx.h \ 68 $(INC)periodic.h \ 69 $(INC)piimage.h \ 70 $(INC)parradapter.h \ 71 $(INC)lut.h \ 72 $(INC)pieldrw.h \ 73 $(INC)pidrawer.h \ 74 $(INC)pigratt.h \ 75 $(INC)piaxes.h \ 76 $(INC)pipixmapx.h \ 77 $(INC)pipixmapgen.h \ 78 $(INC)picmapview.h \ 79 $(INC)pi3dwdg.h \ 80 $(INC)pi3ddrw.h \ 81 $(INC)pigraph3d.h nobjmgr.h pisiadw.h \ 82 $(INC)pilistx.h \ 83 $(INC)pilistgen.h \ 84 $(INC)pistzwin.h \ 85 $(INC)pitherm.h \ 86 $(INC)resusage.h servnobjm.h nomgadapter.h \ 87 $(INC)ntupintf.h \ 88 $(INC)generalfit.h \ 89 $(INC)tvector.h \ 90 $(INC)tmatrix.h \ 91 $(INC)tarray.h \ 92 $(INC)basarr.h \ 93 $(INC)ndatablock.h \ 94 $(INC)utilarr.h \ 95 $(INC)generaldata.h \ 96 $(INC)poly.h \ 97 $(INC)peida.h \ 98 $(INC)utils.h \ 99 $(INC)perrors.h \ 100 $(INC)fmath.h \ 101 $(INC)piyfxdrw.h \ 102 $(INC)pibargraph.h \ 103 $(INC)pitxtdrw.h \ 104 $(INC)histos.h \ 105 $(INC)histos2.h \ 106 $(INC)hisprof.h \ 107 $(INC)ntuple.h 108 $(OBJ)contmodex.o: contmodex.cc $(INC)sopnamsp.h \ 109 contmodex.h $(INC)machdefs.h piacmd.h \ 110 $(INC)commander.h \ 111 $(INC)pdlmgr.h \ 112 $(INC)dvlist.h \ 113 $(INC)objfio.h \ 114 $(INC)anydataobj.h \ 115 $(INC)ppersist.h \ 116 $(INC)pexceptions.h \ 117 $(INC)gnumd5.h \ 118 $(INC)ppfbinstream.h \ 119 $(INC)rawstream.h \ 120 $(INC)ppfnametag.h \ 121 $(INC)mutyv.h \ 122 $(INC)ctimer.h \ 123 $(INC)zthread.h dlftypes.h nobjmgr.h \ 124 $(INC)pigncont.h \ 125 $(INC)pistdimgapp.h \ 126 $(INC)pisysdep.h \ 127 $(INC)piapplx.h \ 128 $(INC)piapplgen.h \ 129 $(INC)pimsghandler.h \ 130 $(INC)picontainerx.h \ 131 $(INC)picontainergen.h \ 132 $(INC)piwdgx.h \ 133 $(INC)piwdggen.h \ 134 $(INC)picolist.h \ 135 $(INC)pimenubarx.h \ 136 $(INC)pimenubargen.h \ 137 $(INC)pimenux.h \ 138 $(INC)pimenugen.h \ 139 $(INC)picons.h \ 140 $(INC)pistdwdgx.h \ 141 $(INC)pistdwdggen.h \ 142 $(INC)pibwdgx.h \ 143 $(INC)pibwdggen.h \ 144 $(INC)picmap.h \ 145 $(INC)picmapx.h \ 146 $(INC)picmapgen.h \ 147 $(INC)pigraphx.h \ 148 $(INC)pigraphgen.h \ 149 $(INC)pifontx.h \ 150 $(INC)pifontgen.h \ 151 $(INC)pigrcoord.h \ 152 $(INC)pilineatt.h \ 153 $(INC)pigraphuc.h \ 154 $(INC)pievthandler.h \ 155 $(INC)psfile.h \ 156 $(INC)pigraphps.h \ 157 $(INC)piwindowx.h \ 158 $(INC)piwindowgen.h \ 159 $(INC)pioptmenux.h \ 160 $(INC)pioptmenugen.h \ 161 $(INC)pifilechox.h \ 162 $(INC)pifilechogen.h \ 163 $(INC)piperiodx.h \ 164 $(INC)periodic.h \ 165 $(INC)piimage.h \ 166 $(INC)parradapter.h \ 167 $(INC)lut.h \ 168 $(INC)pieldrw.h \ 169 $(INC)pidrawer.h \ 170 $(INC)pigratt.h \ 171 $(INC)piaxes.h \ 172 $(INC)pipixmapx.h \ 173 $(INC)pipixmapgen.h \ 174 $(INC)picmapview.h \ 175 $(INC)pi3dwdg.h \ 176 $(INC)pi3ddrw.h \ 177 $(INC)pigraph3d.h \ 178 $(INC)nobjmgr.h \ 179 $(INC)piacmd.h \ 180 $(INC)pisiadw.h \ 181 $(INC)pilistx.h \ 182 $(INC)pilistgen.h \ 183 $(INC)pistzwin.h \ 184 $(INC)pitherm.h \ 185 $(INC)resusage.h \ 186 $(INC)piscdrawwdg.h \ 187 $(INC)ntuple.h \ 188 $(INC)ntupintf.h \ 189 $(INC)gp_contour.h \ 190 $(INC)gp_types.h \ 191 $(INC)gpc_misc.h \ 192 $(INC)gp_dynarray.h \ 193 $(INC)gp_graph3d.h \ 194 $(INC)gp_alloc.h nomgadapter.h \ 195 $(INC)generalfit.h \ 196 $(INC)tvector.h \ 197 $(INC)tmatrix.h \ 198 $(INC)tarray.h \ 199 $(INC)basarr.h \ 200 $(INC)ndatablock.h \ 201 $(INC)utilarr.h \ 202 $(INC)generaldata.h \ 203 $(INC)poly.h \ 204 $(INC)peida.h \ 205 $(INC)utils.h \ 206 $(INC)perrors.h \ 207 $(INC)fmath.h servnobjm.h 208 $(OBJ)cxxexecutor.o: cxxexecutor.cc $(INC)sopnamsp.h \ 209 cxxexecutor.h $(INC)machdefs.h piacmd.h \ 210 $(INC)commander.h \ 211 $(INC)pdlmgr.h \ 212 $(INC)dvlist.h \ 213 $(INC)objfio.h \ 214 $(INC)anydataobj.h \ 215 $(INC)ppersist.h \ 216 $(INC)pexceptions.h \ 217 $(INC)gnumd5.h \ 218 $(INC)ppfbinstream.h \ 219 $(INC)rawstream.h \ 220 $(INC)ppfnametag.h \ 221 $(INC)mutyv.h \ 222 $(INC)ctimer.h \ 223 $(INC)zthread.h dlftypes.h nobjmgr.h \ 224 $(INC)strutilxx.h \ 225 $(INC)cxxcmplnk.h nomgadapter.h \ 226 $(INC)pidrawer.h \ 227 $(INC)pibwdggen.h \ 228 $(INC)pisysdep.h \ 229 $(INC)piwdgx.h \ 230 $(INC)piwdggen.h \ 231 $(INC)pimsghandler.h \ 232 $(INC)picolist.h \ 233 $(INC)picmap.h \ 234 $(INC)picmapx.h \ 235 $(INC)picmapgen.h \ 236 $(INC)pigraphx.h \ 237 $(INC)pigraphgen.h \ 238 $(INC)pifontx.h \ 239 $(INC)pifontgen.h \ 240 $(INC)pigrcoord.h \ 241 $(INC)pilineatt.h \ 242 $(INC)pigraphuc.h \ 243 $(INC)pievthandler.h \ 244 $(INC)psfile.h \ 245 $(INC)pigratt.h \ 246 $(INC)piaxes.h \ 247 $(INC)parradapter.h \ 248 $(INC)lut.h \ 249 $(INC)ntupintf.h \ 250 $(INC)generalfit.h \ 251 $(INC)tvector.h \ 252 $(INC)tmatrix.h \ 253 $(INC)tarray.h \ 254 $(INC)basarr.h \ 255 $(INC)ndatablock.h \ 256 $(INC)utilarr.h \ 257 $(INC)generaldata.h \ 258 $(INC)poly.h \ 259 $(INC)peida.h \ 260 $(INC)utils.h \ 261 $(INC)perrors.h \ 262 $(INC)fmath.h pistdimgapp.h \ 263 $(INC)piapplx.h \ 264 $(INC)piapplgen.h \ 265 $(INC)picontainerx.h \ 266 $(INC)picontainergen.h \ 267 $(INC)pimenubarx.h \ 268 $(INC)pimenubargen.h \ 269 $(INC)pimenux.h \ 270 $(INC)pimenugen.h \ 271 $(INC)picons.h \ 272 $(INC)pistdwdgx.h \ 273 $(INC)pistdwdggen.h \ 274 $(INC)pibwdgx.h \ 275 $(INC)pigraphps.h \ 276 $(INC)piwindowx.h \ 277 $(INC)piwindowgen.h \ 278 $(INC)pioptmenux.h \ 279 $(INC)pioptmenugen.h \ 280 $(INC)pifilechox.h \ 281 $(INC)pifilechogen.h \ 282 $(INC)piperiodx.h \ 283 $(INC)periodic.h \ 284 $(INC)piimage.h \ 285 $(INC)pieldrw.h \ 286 $(INC)pipixmapx.h \ 287 $(INC)pipixmapgen.h \ 288 $(INC)picmapview.h \ 289 $(INC)pi3dwdg.h \ 290 $(INC)pi3ddrw.h \ 291 $(INC)pigraph3d.h pisiadw.h \ 292 $(INC)pilistx.h \ 293 $(INC)pilistgen.h \ 294 $(INC)pistzwin.h \ 295 $(INC)pitherm.h \ 296 $(INC)resusage.h 297 $(OBJ)cxxexecwin.o: cxxexecwin.cc $(INC)sopnamsp.h \ 298 cxxexecutor.h $(INC)machdefs.h piacmd.h \ 299 $(INC)commander.h \ 300 $(INC)pdlmgr.h \ 301 $(INC)dvlist.h \ 302 $(INC)objfio.h \ 303 $(INC)anydataobj.h \ 304 $(INC)ppersist.h \ 305 $(INC)pexceptions.h \ 306 $(INC)gnumd5.h \ 307 $(INC)ppfbinstream.h \ 308 $(INC)rawstream.h \ 309 $(INC)ppfnametag.h \ 310 $(INC)mutyv.h \ 311 $(INC)ctimer.h \ 312 $(INC)zthread.h dlftypes.h nobjmgr.h \ 313 cxxexecwin.h $(INC)pisysdep.h pistdimgapp.h \ 314 $(INC)piapplx.h \ 315 $(INC)piapplgen.h \ 316 $(INC)pimsghandler.h \ 317 $(INC)picontainerx.h \ 318 $(INC)picontainergen.h \ 319 $(INC)piwdgx.h \ 320 $(INC)piwdggen.h \ 321 $(INC)picolist.h \ 322 $(INC)pimenubarx.h \ 323 $(INC)pimenubargen.h \ 324 $(INC)pimenux.h \ 325 $(INC)pimenugen.h \ 326 $(INC)picons.h \ 327 $(INC)pistdwdgx.h \ 328 $(INC)pistdwdggen.h \ 329 $(INC)pibwdgx.h \ 330 $(INC)pibwdggen.h \ 331 $(INC)picmap.h \ 332 $(INC)picmapx.h \ 333 $(INC)picmapgen.h \ 334 $(INC)pigraphx.h \ 335 $(INC)pigraphgen.h \ 336 $(INC)pifontx.h \ 337 $(INC)pifontgen.h \ 338 $(INC)pigrcoord.h \ 339 $(INC)pilineatt.h \ 340 $(INC)pigraphuc.h \ 341 $(INC)pievthandler.h \ 342 $(INC)psfile.h \ 343 $(INC)pigraphps.h \ 344 $(INC)piwindowx.h \ 345 $(INC)piwindowgen.h \ 346 $(INC)pioptmenux.h \ 347 $(INC)pioptmenugen.h \ 348 $(INC)pifilechox.h \ 349 $(INC)pifilechogen.h \ 350 $(INC)piperiodx.h \ 351 $(INC)periodic.h \ 352 $(INC)piimage.h \ 353 $(INC)parradapter.h \ 354 $(INC)lut.h \ 355 $(INC)pieldrw.h \ 356 $(INC)pidrawer.h \ 357 $(INC)pigratt.h \ 358 $(INC)piaxes.h \ 359 $(INC)pipixmapx.h \ 360 $(INC)pipixmapgen.h \ 361 $(INC)picmapview.h \ 362 $(INC)pi3dwdg.h \ 363 $(INC)pi3ddrw.h \ 364 $(INC)pigraph3d.h pisiadw.h \ 365 $(INC)pilistx.h \ 366 $(INC)pilistgen.h \ 367 $(INC)pistzwin.h \ 368 $(INC)pitherm.h \ 369 $(INC)resusage.h 370 $(OBJ)flowmodex.o: flowmodex.cc $(INC)sopnamsp.h \ 371 flowmodex.h $(INC)machdefs.h piacmd.h \ 372 $(INC)commander.h \ 373 $(INC)pdlmgr.h \ 374 $(INC)dvlist.h \ 375 $(INC)objfio.h \ 376 $(INC)anydataobj.h \ 377 $(INC)ppersist.h \ 378 $(INC)pexceptions.h \ 379 $(INC)gnumd5.h \ 380 $(INC)ppfbinstream.h \ 381 $(INC)rawstream.h \ 382 $(INC)ppfnametag.h \ 383 $(INC)mutyv.h \ 384 $(INC)ctimer.h \ 385 $(INC)zthread.h dlftypes.h nobjmgr.h pi2dvec.h \ 386 pistdimgapp.h $(INC)pisysdep.h \ 387 $(INC)piapplx.h \ 388 $(INC)piapplgen.h \ 389 $(INC)pimsghandler.h \ 390 $(INC)picontainerx.h \ 391 $(INC)picontainergen.h \ 392 $(INC)piwdgx.h \ 393 $(INC)piwdggen.h \ 394 $(INC)picolist.h \ 395 $(INC)pimenubarx.h \ 396 $(INC)pimenubargen.h \ 397 $(INC)pimenux.h \ 398 $(INC)pimenugen.h \ 399 $(INC)picons.h \ 400 $(INC)pistdwdgx.h \ 401 $(INC)pistdwdggen.h \ 402 $(INC)pibwdgx.h \ 403 $(INC)pibwdggen.h \ 404 $(INC)picmap.h \ 405 $(INC)picmapx.h \ 406 $(INC)picmapgen.h \ 407 $(INC)pigraphx.h \ 408 $(INC)pigraphgen.h \ 409 $(INC)pifontx.h \ 410 $(INC)pifontgen.h \ 411 $(INC)pigrcoord.h \ 412 $(INC)pilineatt.h \ 413 $(INC)pigraphuc.h \ 414 $(INC)pievthandler.h \ 415 $(INC)psfile.h \ 416 $(INC)pigraphps.h \ 417 $(INC)piwindowx.h \ 418 $(INC)piwindowgen.h \ 419 $(INC)pioptmenux.h \ 420 $(INC)pioptmenugen.h \ 421 $(INC)pifilechox.h \ 422 $(INC)pifilechogen.h \ 423 $(INC)piperiodx.h \ 424 $(INC)periodic.h \ 425 $(INC)piimage.h \ 426 $(INC)parradapter.h \ 427 $(INC)lut.h \ 428 $(INC)pieldrw.h \ 429 $(INC)pidrawer.h \ 430 $(INC)pigratt.h \ 431 $(INC)piaxes.h \ 432 $(INC)pipixmapx.h \ 433 $(INC)pipixmapgen.h \ 434 $(INC)picmapview.h \ 435 $(INC)pi3dwdg.h \ 436 $(INC)pi3ddrw.h \ 437 $(INC)pigraph3d.h pisiadw.h \ 438 $(INC)pilistx.h \ 439 $(INC)pilistgen.h \ 440 $(INC)pistzwin.h \ 441 $(INC)pitherm.h \ 442 $(INC)resusage.h \ 443 $(INC)piscdrawwdg.h \ 444 $(INC)ntupintf.h \ 445 $(INC)ntuple.h nomgadapter.h \ 446 $(INC)generalfit.h \ 447 $(INC)tvector.h \ 448 $(INC)tmatrix.h \ 449 $(INC)tarray.h \ 450 $(INC)basarr.h \ 451 $(INC)ndatablock.h \ 452 $(INC)utilarr.h \ 453 $(INC)generaldata.h \ 454 $(INC)poly.h \ 455 $(INC)peida.h \ 456 $(INC)utils.h \ 457 $(INC)perrors.h \ 458 $(INC)fmath.h servnobjm.h 459 $(OBJ)nobjmgr.o: nobjmgr.cc $(INC)sopnamsp.h \ 460 $(INC)strutil.h \ 461 $(INC)datatypes.h \ 462 $(INC)machdefs.h nobjmgr.h \ 463 $(INC)anydataobj.h \ 464 $(INC)ppersist.h \ 465 $(INC)pexceptions.h \ 466 $(INC)gnumd5.h \ 467 $(INC)ppfbinstream.h \ 468 $(INC)rawstream.h \ 469 $(INC)ppfnametag.h \ 470 $(INC)dvlist.h \ 471 $(INC)objfio.h \ 472 $(INC)mutyv.h dlftypes.h servnobjm.h \ 473 $(INC)pdlmgr.h nomgadapter.h \ 474 $(INC)pidrawer.h \ 475 $(INC)pibwdggen.h \ 476 $(INC)pisysdep.h \ 477 $(INC)piwdgx.h \ 478 $(INC)piwdggen.h \ 479 $(INC)pimsghandler.h \ 480 $(INC)picolist.h \ 481 $(INC)picmap.h \ 482 $(INC)picmapx.h \ 483 $(INC)picmapgen.h \ 484 $(INC)pigraphx.h \ 485 $(INC)pigraphgen.h \ 486 $(INC)pifontx.h \ 487 $(INC)pifontgen.h \ 488 $(INC)pigrcoord.h \ 489 $(INC)pilineatt.h \ 490 $(INC)pigraphuc.h \ 491 $(INC)pievthandler.h \ 492 $(INC)psfile.h \ 493 $(INC)pigratt.h \ 494 $(INC)piaxes.h \ 495 $(INC)parradapter.h \ 496 $(INC)lut.h \ 497 $(INC)ntupintf.h \ 498 $(INC)generalfit.h \ 499 $(INC)tvector.h \ 500 $(INC)tmatrix.h \ 501 $(INC)tarray.h \ 502 $(INC)basarr.h \ 503 $(INC)ndatablock.h \ 504 $(INC)utilarr.h \ 505 $(INC)generaldata.h \ 506 $(INC)poly.h \ 507 $(INC)peida.h \ 508 $(INC)utils.h \ 509 $(INC)perrors.h \ 510 $(INC)fmath.h pistdimgapp.h \ 511 $(INC)piapplx.h \ 512 $(INC)piapplgen.h \ 513 $(INC)picontainerx.h \ 514 $(INC)picontainergen.h \ 515 $(INC)pimenubarx.h \ 516 $(INC)pimenubargen.h \ 517 $(INC)pimenux.h \ 518 $(INC)pimenugen.h \ 519 $(INC)picons.h \ 520 $(INC)pistdwdgx.h \ 521 $(INC)pistdwdggen.h \ 522 $(INC)pibwdgx.h \ 523 $(INC)pigraphps.h \ 524 $(INC)piwindowx.h \ 525 $(INC)piwindowgen.h \ 526 $(INC)pioptmenux.h \ 527 $(INC)pioptmenugen.h \ 528 $(INC)pifilechox.h \ 529 $(INC)pifilechogen.h \ 530 $(INC)piperiodx.h \ 531 $(INC)periodic.h \ 532 $(INC)piimage.h \ 533 $(INC)pieldrw.h \ 534 $(INC)pipixmapx.h \ 535 $(INC)pipixmapgen.h \ 536 $(INC)picmapview.h \ 537 $(INC)pi3dwdg.h \ 538 $(INC)pi3ddrw.h \ 539 $(INC)pigraph3d.h piacmd.h \ 540 $(INC)commander.h \ 541 $(INC)ctimer.h \ 542 $(INC)zthread.h pisiadw.h \ 543 $(INC)pilistx.h \ 544 $(INC)pilistgen.h \ 545 $(INC)pistzwin.h \ 546 $(INC)pitherm.h \ 547 $(INC)resusage.h \ 548 $(INC)fitsautoreader.h \ 549 $(INC)fitsfile.h \ 550 $(EXTINCPATH)FitsIO/fitsio.h \ 551 $(EXTINCPATH)FitsIO/longnam.h \ 552 $(INC)fitstarray.h \ 553 $(INC)fitsspherehealpix.h \ 554 $(INC)spherehealpix.h \ 555 $(INC)sphericalmap.h \ 556 $(INC)smathconst.h \ 557 $(INC)pixelmap.h \ 558 $(INC)spherepos.h \ 559 $(INC)unitvector.h \ 560 $(INC)vector3d.h \ 561 $(INC)longlat.h \ 562 $(INC)utilgeom.h \ 563 $(INC)HEALPixUtils.h \ 564 $(INC)fitsntuple.h \ 565 $(INC)ntuple.h \ 566 $(INC)fitsxntuple.h \ 567 $(INC)xntuple.h \ 568 $(INC)fitslocalmap.h \ 569 $(INC)localmap.h \ 570 $(INC)fbtntintf.h pitvmaad.h \ 571 $(INC)piyfxdrw.h \ 572 $(INC)pisurfdr.h pipodrw.h \ 573 $(INC)histos2.h \ 574 $(INC)histos.h pintuple.h pintup3d.h pigfd1.h \ 575 pigfd2.h 576 $(OBJ)nomgadapter.o: nomgadapter.cc $(INC)sopnamsp.h \ 577 $(INC)machdefs.h nomgadapter.h \ 578 $(INC)ppersist.h \ 579 $(INC)pexceptions.h \ 580 $(INC)gnumd5.h \ 581 $(INC)ppfbinstream.h \ 582 $(INC)rawstream.h \ 583 $(INC)ppfnametag.h \ 584 $(INC)anydataobj.h \ 585 $(INC)pidrawer.h \ 586 $(INC)pibwdggen.h \ 587 $(INC)pisysdep.h \ 588 $(INC)piwdgx.h \ 589 $(INC)piwdggen.h \ 590 $(INC)pimsghandler.h \ 591 $(INC)picolist.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)pigrcoord.h \ 600 $(INC)pilineatt.h \ 601 $(INC)pigraphuc.h \ 602 $(INC)pievthandler.h \ 603 $(INC)psfile.h \ 604 $(INC)pigratt.h \ 605 $(INC)piaxes.h \ 606 $(INC)parradapter.h \ 607 $(INC)lut.h \ 608 $(INC)ntupintf.h \ 609 $(INC)generalfit.h \ 610 $(INC)tvector.h \ 611 $(INC)tmatrix.h \ 612 $(INC)tarray.h \ 613 $(INC)basarr.h \ 614 $(INC)mutyv.h \ 615 $(INC)dvlist.h \ 616 $(INC)objfio.h \ 617 $(INC)ndatablock.h \ 618 $(INC)utilarr.h \ 619 $(INC)generaldata.h \ 620 $(INC)poly.h \ 621 $(INC)peida.h \ 622 $(INC)utils.h \ 623 $(INC)perrors.h \ 624 $(INC)fmath.h 625 $(OBJ)nomgfdadapter.o: nomgfdadapter.cc \ 626 $(INC)sopnamsp.h \ 627 $(INC)machdefs.h nomgfdadapter.h nomgadapter.h \ 628 $(INC)ppersist.h \ 629 $(INC)pexceptions.h \ 630 $(INC)gnumd5.h \ 631 $(INC)ppfbinstream.h \ 632 $(INC)rawstream.h \ 633 $(INC)ppfnametag.h \ 634 $(INC)anydataobj.h \ 635 $(INC)pidrawer.h \ 636 $(INC)pibwdggen.h \ 637 $(INC)pisysdep.h \ 638 $(INC)piwdgx.h \ 639 $(INC)piwdggen.h \ 640 $(INC)pimsghandler.h \ 641 $(INC)picolist.h \ 642 $(INC)picmap.h \ 643 $(INC)picmapx.h \ 644 $(INC)picmapgen.h \ 645 $(INC)pigraphx.h \ 646 $(INC)pigraphgen.h \ 647 $(INC)pifontx.h \ 648 $(INC)pifontgen.h \ 649 $(INC)pigrcoord.h \ 650 $(INC)pilineatt.h \ 651 $(INC)pigraphuc.h \ 652 $(INC)pievthandler.h \ 653 $(INC)psfile.h \ 654 $(INC)pigratt.h \ 655 $(INC)piaxes.h \ 656 $(INC)parradapter.h \ 657 $(INC)lut.h \ 658 $(INC)ntupintf.h \ 659 $(INC)generalfit.h \ 660 $(INC)tvector.h \ 661 $(INC)tmatrix.h \ 662 $(INC)tarray.h \ 663 $(INC)basarr.h \ 664 $(INC)mutyv.h \ 665 $(INC)dvlist.h \ 666 $(INC)objfio.h \ 667 $(INC)ndatablock.h \ 668 $(INC)utilarr.h \ 669 $(INC)generaldata.h \ 670 $(INC)poly.h \ 671 $(INC)peida.h \ 672 $(INC)utils.h \ 673 $(INC)perrors.h \ 674 $(INC)fmath.h pipodrw.h \ 675 $(INC)histos2.h \ 676 $(INC)histos.h \ 677 $(INC)objfitter.h \ 678 $(INC)cimage.h \ 679 $(INC)fioarr.h \ 680 $(INC)hisprof.h 681 $(OBJ)nomhistadapter.o: nomhistadapter.cc \ 682 $(INC)sopnamsp.h \ 683 $(INC)machdefs.h nomhistadapter.h \ 684 nomgadapter.h $(INC)ppersist.h \ 685 $(INC)pexceptions.h \ 686 $(INC)gnumd5.h \ 687 $(INC)ppfbinstream.h \ 688 $(INC)rawstream.h \ 689 $(INC)ppfnametag.h \ 690 $(INC)anydataobj.h \ 691 $(INC)pidrawer.h \ 692 $(INC)pibwdggen.h \ 693 $(INC)pisysdep.h \ 694 $(INC)piwdgx.h \ 695 $(INC)piwdggen.h \ 696 $(INC)pimsghandler.h \ 697 $(INC)picolist.h \ 698 $(INC)picmap.h \ 699 $(INC)picmapx.h \ 700 $(INC)picmapgen.h \ 701 $(INC)pigraphx.h \ 702 $(INC)pigraphgen.h \ 703 $(INC)pifontx.h \ 704 $(INC)pifontgen.h \ 705 $(INC)pigrcoord.h \ 706 $(INC)pilineatt.h \ 707 $(INC)pigraphuc.h \ 708 $(INC)pievthandler.h \ 709 $(INC)psfile.h \ 710 $(INC)pigratt.h \ 711 $(INC)piaxes.h \ 712 $(INC)parradapter.h \ 713 $(INC)lut.h \ 714 $(INC)ntupintf.h \ 715 $(INC)generalfit.h \ 716 $(INC)tvector.h \ 717 $(INC)tmatrix.h \ 718 $(INC)tarray.h \ 719 $(INC)basarr.h \ 720 $(INC)mutyv.h \ 721 $(INC)dvlist.h \ 722 $(INC)objfio.h \ 723 $(INC)ndatablock.h \ 724 $(INC)utilarr.h \ 725 $(INC)generaldata.h \ 726 $(INC)poly.h \ 727 $(INC)peida.h \ 728 $(INC)utils.h \ 729 $(INC)perrors.h \ 730 $(INC)fmath.h \ 731 $(INC)histos.h \ 732 $(INC)histos2.h \ 733 $(INC)hisprof.h \ 734 $(INC)histerr.h \ 735 $(INC)ntuple.h \ 736 $(INC)xntuple.h \ 737 $(INC)basedtable.h \ 738 $(INC)segdatablock.h pihisto.h pihisto2d.h \ 739 $(INC)pimenux.h \ 740 $(INC)pimenugen.h \ 741 $(INC)pimenubarx.h \ 742 $(INC)pimenubargen.h \ 743 $(INC)pioptmenux.h \ 744 $(INC)pioptmenugen.h \ 745 $(INC)pistdwdgx.h \ 746 $(INC)pistdwdggen.h \ 747 $(INC)piscdrawwdg.h \ 748 $(INC)pibwdgx.h \ 749 $(INC)pigraphps.h \ 750 $(INC)piwindowx.h \ 751 $(INC)piwindowgen.h \ 752 $(INC)picontainerx.h \ 753 $(INC)picontainergen.h \ 754 $(INC)pieldrw.h pipodrw.h servnobjm.h \ 755 nobjmgr.h dlftypes.h $(INC)pdlmgr.h \ 756 $(INC)objfitter.h \ 757 $(INC)cimage.h \ 758 $(INC)fioarr.h \ 759 $(INC)fitsntuple.h \ 760 $(INC)fitsfile.h \ 761 $(EXTINCPATH)FitsIO/fitsio.h \ 762 $(EXTINCPATH)FitsIO/longnam.h \ 763 $(INC)fitsxntuple.h \ 764 $(INC)datatable.h \ 765 $(INC)swppfdtable.h \ 766 $(INC)swsegdb.h \ 767 $(INC)ppfswapper.h \ 768 $(INC)ppftpointerio.h 769 $(OBJ)nomimagadapter.o: nomimagadapter.cc \ 770 $(INC)sopnamsp.h \ 771 $(INC)machdefs.h \ 772 $(INC)datatype.h nomimagadapter.h \ 773 nomgadapter.h $(INC)ppersist.h \ 774 $(INC)pexceptions.h \ 775 $(INC)gnumd5.h \ 776 $(INC)ppfbinstream.h \ 777 $(INC)rawstream.h \ 778 $(INC)ppfnametag.h \ 779 $(INC)anydataobj.h \ 780 $(INC)pidrawer.h \ 781 $(INC)pibwdggen.h \ 782 $(INC)pisysdep.h \ 783 $(INC)piwdgx.h \ 784 $(INC)piwdggen.h \ 785 $(INC)pimsghandler.h \ 786 $(INC)picolist.h \ 787 $(INC)picmap.h \ 788 $(INC)picmapx.h \ 789 $(INC)picmapgen.h \ 790 $(INC)pigraphx.h \ 791 $(INC)pigraphgen.h \ 792 $(INC)pifontx.h \ 793 $(INC)pifontgen.h \ 794 $(INC)pigrcoord.h \ 795 $(INC)pilineatt.h \ 796 $(INC)pigraphuc.h \ 797 $(INC)pievthandler.h \ 798 $(INC)psfile.h \ 799 $(INC)pigratt.h \ 800 $(INC)piaxes.h \ 801 $(INC)parradapter.h \ 802 $(INC)lut.h \ 803 $(INC)ntupintf.h \ 804 $(INC)generalfit.h \ 805 $(INC)tvector.h \ 806 $(INC)tmatrix.h \ 807 $(INC)tarray.h \ 808 $(INC)basarr.h \ 809 $(INC)mutyv.h \ 810 $(INC)dvlist.h \ 811 $(INC)objfio.h \ 812 $(INC)ndatablock.h \ 813 $(INC)utilarr.h \ 814 $(INC)generaldata.h \ 815 $(INC)poly.h \ 816 $(INC)peida.h \ 817 $(INC)utils.h \ 818 $(INC)perrors.h \ 819 $(INC)fmath.h \ 820 $(INC)cimage.h \ 821 $(INC)fioarr.h pimgadapter.h \ 822 $(INC)objfitter.h \ 823 $(INC)histos.h \ 824 $(INC)histos2.h \ 825 $(INC)hisprof.h \ 826 $(INC)fitstarray.h \ 827 $(INC)fitsfile.h \ 828 $(EXTINCPATH)FitsIO/fitsio.h \ 829 $(EXTINCPATH)FitsIO/longnam.h 830 $(OBJ)nomskymapadapter.o: nomskymapadapter.cc \ 831 $(INC)sopnamsp.h \ 832 $(INC)machdefs.h \ 833 $(INC)datatype.h nomskymapadapter.h \ 834 nomgadapter.h $(INC)ppersist.h \ 835 $(INC)pexceptions.h \ 836 $(INC)gnumd5.h \ 837 $(INC)ppfbinstream.h \ 838 $(INC)rawstream.h \ 839 $(INC)ppfnametag.h \ 840 $(INC)anydataobj.h \ 841 $(INC)pidrawer.h \ 842 $(INC)pibwdggen.h \ 843 $(INC)pisysdep.h \ 844 $(INC)piwdgx.h \ 845 $(INC)piwdggen.h \ 846 $(INC)pimsghandler.h \ 847 $(INC)picolist.h \ 848 $(INC)picmap.h \ 849 $(INC)picmapx.h \ 850 $(INC)picmapgen.h \ 851 $(INC)pigraphx.h \ 852 $(INC)pigraphgen.h \ 853 $(INC)pifontx.h \ 854 $(INC)pifontgen.h \ 855 $(INC)pigrcoord.h \ 856 $(INC)pilineatt.h \ 857 $(INC)pigraphuc.h \ 858 $(INC)pievthandler.h \ 859 $(INC)psfile.h \ 860 $(INC)pigratt.h \ 861 $(INC)piaxes.h \ 862 $(INC)parradapter.h \ 863 $(INC)lut.h \ 864 $(INC)ntupintf.h \ 865 $(INC)generalfit.h \ 866 $(INC)tvector.h \ 867 $(INC)tmatrix.h \ 868 $(INC)tarray.h \ 869 $(INC)basarr.h \ 870 $(INC)mutyv.h \ 871 $(INC)dvlist.h \ 872 $(INC)objfio.h \ 873 $(INC)ndatablock.h \ 874 $(INC)utilarr.h \ 875 $(INC)generaldata.h \ 876 $(INC)poly.h \ 877 $(INC)peida.h \ 878 $(INC)utils.h \ 879 $(INC)perrors.h \ 880 $(INC)fmath.h \ 881 $(INC)pixelmap.h \ 882 $(INC)spherepos.h \ 883 $(INC)unitvector.h \ 884 $(INC)vector3d.h \ 885 $(INC)longlat.h \ 886 $(INC)utilgeom.h \ 887 $(INC)skymap.h \ 888 $(INC)spherethetaphi.h \ 889 $(INC)sphericalmap.h \ 890 $(INC)smathconst.h \ 891 $(INC)spherehealpix.h \ 892 $(INC)HEALPixUtils.h \ 893 $(INC)localmap.h \ 894 $(INC)sphereecp.h \ 895 $(INC)fiospherethetaphi.h \ 896 $(INC)fiospherehealpix.h \ 897 $(INC)fiolocalmap.h \ 898 $(INC)fiosphereecp.h pitvmaad.h \ 899 $(INC)complexios.h \ 900 $(INC)fitsspherehealpix.h \ 901 $(INC)fitsfile.h \ 902 $(EXTINCPATH)FitsIO/fitsio.h \ 903 $(EXTINCPATH)FitsIO/longnam.h \ 904 $(INC)fitslocalmap.h 905 $(OBJ)nomspecrespadapter.o: nomspecrespadapter.cc \ 906 $(INC)sopnamsp.h \ 907 $(INC)machdefs.h nomspecrespadapter.h \ 908 nomgadapter.h $(INC)ppersist.h \ 909 $(INC)pexceptions.h \ 910 $(INC)gnumd5.h \ 911 $(INC)ppfbinstream.h \ 912 $(INC)rawstream.h \ 913 $(INC)ppfnametag.h \ 914 $(INC)anydataobj.h \ 915 $(INC)pidrawer.h \ 916 $(INC)pibwdggen.h \ 917 $(INC)pisysdep.h \ 918 $(INC)piwdgx.h \ 919 $(INC)piwdggen.h \ 920 $(INC)pimsghandler.h \ 921 $(INC)picolist.h \ 922 $(INC)picmap.h \ 923 $(INC)picmapx.h \ 924 $(INC)picmapgen.h \ 925 $(INC)pigraphx.h \ 926 $(INC)pigraphgen.h \ 927 $(INC)pifontx.h \ 928 $(INC)pifontgen.h \ 929 $(INC)pigrcoord.h \ 930 $(INC)pilineatt.h \ 931 $(INC)pigraphuc.h \ 932 $(INC)pievthandler.h \ 933 $(INC)psfile.h \ 934 $(INC)pigratt.h \ 935 $(INC)piaxes.h \ 936 $(INC)parradapter.h \ 937 $(INC)lut.h \ 938 $(INC)ntupintf.h \ 939 $(INC)generalfit.h \ 940 $(INC)tvector.h \ 941 $(INC)tmatrix.h \ 942 $(INC)tarray.h \ 943 $(INC)basarr.h \ 944 $(INC)mutyv.h \ 945 $(INC)dvlist.h \ 946 $(INC)objfio.h \ 947 $(INC)ndatablock.h \ 948 $(INC)utilarr.h \ 949 $(INC)generaldata.h \ 950 $(INC)poly.h \ 951 $(INC)peida.h \ 952 $(INC)utils.h \ 953 $(INC)perrors.h \ 954 $(INC)fmath.h \ 955 $(INC)specresp.h \ 956 $(INC)specrespvector.h \ 957 $(INC)gaussfilt.h 958 $(OBJ)nomtarradapter.o: nomtarradapter.cc \ 959 $(INC)sopnamsp.h \ 960 $(INC)machdefs.h \ 961 $(INC)datatype.h nomtarradapter.h \ 962 nomgadapter.h $(INC)ppersist.h \ 963 $(INC)pexceptions.h \ 964 $(INC)gnumd5.h \ 965 $(INC)ppfbinstream.h \ 966 $(INC)rawstream.h \ 967 $(INC)ppfnametag.h \ 968 $(INC)anydataobj.h \ 969 $(INC)pidrawer.h \ 970 $(INC)pibwdggen.h \ 971 $(INC)pisysdep.h \ 972 $(INC)piwdgx.h \ 973 $(INC)piwdggen.h \ 974 $(INC)pimsghandler.h \ 975 $(INC)picolist.h \ 976 $(INC)picmap.h \ 977 $(INC)picmapx.h \ 978 $(INC)picmapgen.h \ 979 $(INC)pigraphx.h \ 980 $(INC)pigraphgen.h \ 981 $(INC)pifontx.h \ 982 $(INC)pifontgen.h \ 983 $(INC)pigrcoord.h \ 984 $(INC)pilineatt.h \ 985 $(INC)pigraphuc.h \ 986 $(INC)pievthandler.h \ 987 $(INC)psfile.h \ 988 $(INC)pigratt.h \ 989 $(INC)piaxes.h \ 990 $(INC)parradapter.h \ 991 $(INC)lut.h \ 992 $(INC)ntupintf.h \ 993 $(INC)generalfit.h \ 994 $(INC)tvector.h \ 995 $(INC)tmatrix.h \ 996 $(INC)tarray.h \ 997 $(INC)basarr.h \ 998 $(INC)mutyv.h \ 999 $(INC)dvlist.h \ 1000 $(INC)objfio.h \ 1001 $(INC)ndatablock.h \ 1002 $(INC)utilarr.h \ 1003 $(INC)generaldata.h \ 1004 $(INC)poly.h \ 1005 $(INC)peida.h \ 1006 $(INC)utils.h \ 1007 $(INC)perrors.h \ 1008 $(INC)fmath.h pitvmaad.h \ 1009 $(INC)piyfxdrw.h \ 1010 $(INC)fioarr.h \ 1011 $(INC)fitstarray.h \ 1012 $(INC)fitsfile.h \ 1013 $(EXTINCPATH)FitsIO/fitsio.h \ 1014 $(EXTINCPATH)FitsIO/longnam.h 1015 $(OBJ)nomtmatvecadapter.o: nomtmatvecadapter.cc \ 1016 $(INC)sopnamsp.h \ 1017 $(INC)machdefs.h \ 1018 $(INC)datatype.h \ 1019 $(INC)tvector.h \ 1020 $(INC)tmatrix.h \ 1021 $(INC)tarray.h \ 1022 $(INC)basarr.h \ 1023 $(INC)anydataobj.h \ 1024 $(INC)mutyv.h \ 1025 $(INC)dvlist.h \ 1026 $(INC)objfio.h \ 1027 $(INC)ppersist.h \ 1028 $(INC)pexceptions.h \ 1029 $(INC)gnumd5.h \ 1030 $(INC)ppfbinstream.h \ 1031 $(INC)rawstream.h \ 1032 $(INC)ppfnametag.h \ 1033 $(INC)ndatablock.h \ 1034 $(INC)utilarr.h \ 1035 $(INC)objfitter.h \ 1036 $(INC)cimage.h \ 1037 $(INC)fioarr.h \ 1038 $(INC)histos.h \ 1039 $(INC)peida.h \ 1040 $(INC)utils.h \ 1041 $(INC)perrors.h \ 1042 $(INC)fmath.h \ 1043 $(INC)histos2.h \ 1044 $(INC)hisprof.h \ 1045 $(INC)generalfit.h \ 1046 $(INC)generaldata.h \ 1047 $(INC)ntupintf.h \ 1048 $(INC)poly.h nomtmatvecadapter.h nomgadapter.h \ 1049 $(INC)pidrawer.h \ 1050 $(INC)pibwdggen.h \ 1051 $(INC)pisysdep.h \ 1052 $(INC)piwdgx.h \ 1053 $(INC)piwdggen.h \ 1054 $(INC)pimsghandler.h \ 1055 $(INC)picolist.h \ 1056 $(INC)picmap.h \ 1057 $(INC)picmapx.h \ 1058 $(INC)picmapgen.h \ 1059 $(INC)pigraphx.h \ 1060 $(INC)pigraphgen.h \ 1061 $(INC)pifontx.h \ 1062 $(INC)pifontgen.h \ 1063 $(INC)pigrcoord.h \ 1064 $(INC)pilineatt.h \ 1065 $(INC)pigraphuc.h \ 1066 $(INC)pievthandler.h \ 1067 $(INC)psfile.h \ 1068 $(INC)pigratt.h \ 1069 $(INC)piaxes.h \ 1070 $(INC)parradapter.h \ 1071 $(INC)lut.h \ 1072 $(INC)piyfxdrw.h pitvmaad.h \ 1073 $(INC)fitstarray.h \ 1074 $(INC)fitsfile.h \ 1075 $(EXTINCPATH)FitsIO/fitsio.h \ 1076 $(EXTINCPATH)FitsIO/longnam.h 1077 $(OBJ)pawexecut.o: pawexecut.cc $(INC)sopnamsp.h \ 1078 $(INC)strutil.h \ 1079 $(INC)strutilxx.h \ 1080 $(INC)machdefs.h \ 1081 $(INC)histos.h \ 1082 $(INC)objfio.h \ 1083 $(INC)anydataobj.h \ 1084 $(INC)ppersist.h \ 1085 $(INC)pexceptions.h \ 1086 $(INC)gnumd5.h \ 1087 $(INC)ppfbinstream.h \ 1088 $(INC)rawstream.h \ 1089 $(INC)ppfnametag.h \ 1090 $(INC)peida.h \ 1091 $(INC)utils.h \ 1092 $(INC)perrors.h \ 1093 $(INC)fmath.h \ 1094 $(INC)tvector.h \ 1095 $(INC)tmatrix.h \ 1096 $(INC)tarray.h \ 1097 $(INC)basarr.h \ 1098 $(INC)mutyv.h \ 1099 $(INC)dvlist.h \ 1100 $(INC)ndatablock.h \ 1101 $(INC)utilarr.h \ 1102 $(INC)histos2.h \ 1103 $(INC)hisprof.h \ 1104 $(INC)histerr.h \ 1105 $(INC)ntuple.h \ 1106 $(INC)ntupintf.h pawexecut.h piacmd.h \ 1107 $(INC)commander.h \ 1108 $(INC)pdlmgr.h \ 1109 $(INC)ctimer.h \ 1110 $(INC)zthread.h dlftypes.h nobjmgr.h \ 1111 servnobjm.h nomgadapter.h $(INC)pidrawer.h \ 1112 $(INC)pibwdggen.h \ 1113 $(INC)pisysdep.h \ 1114 $(INC)piwdgx.h \ 1115 $(INC)piwdggen.h \ 1116 $(INC)pimsghandler.h \ 1117 $(INC)picolist.h \ 1118 $(INC)picmap.h \ 1119 $(INC)picmapx.h \ 1120 $(INC)picmapgen.h \ 1121 $(INC)pigraphx.h \ 1122 $(INC)pigraphgen.h \ 1123 $(INC)pifontx.h \ 1124 $(INC)pifontgen.h \ 1125 $(INC)pigrcoord.h \ 1126 $(INC)pilineatt.h \ 1127 $(INC)pigraphuc.h \ 1128 $(INC)pievthandler.h \ 1129 $(INC)psfile.h \ 1130 $(INC)pigratt.h \ 1131 $(INC)piaxes.h \ 1132 $(INC)parradapter.h \ 1133 $(INC)lut.h \ 1134 $(INC)generalfit.h \ 1135 $(INC)generaldata.h \ 1136 $(INC)poly.h pistdimgapp.h \ 1137 $(INC)piapplx.h \ 1138 $(INC)piapplgen.h \ 1139 $(INC)picontainerx.h \ 1140 $(INC)picontainergen.h \ 1141 $(INC)pimenubarx.h \ 1142 $(INC)pimenubargen.h \ 1143 $(INC)pimenux.h \ 1144 $(INC)pimenugen.h \ 1145 $(INC)picons.h \ 1146 $(INC)pistdwdgx.h \ 1147 $(INC)pistdwdggen.h \ 1148 $(INC)pibwdgx.h \ 1149 $(INC)pigraphps.h \ 1150 $(INC)piwindowx.h \ 1151 $(INC)piwindowgen.h \ 1152 $(INC)pioptmenux.h \ 1153 $(INC)pioptmenugen.h \ 1154 $(INC)pifilechox.h \ 1155 $(INC)pifilechogen.h \ 1156 $(INC)piperiodx.h \ 1157 $(INC)periodic.h \ 1158 $(INC)piimage.h \ 1159 $(INC)pieldrw.h \ 1160 $(INC)pipixmapx.h \ 1161 $(INC)pipixmapgen.h \ 1162 $(INC)picmapview.h \ 1163 $(INC)pi3dwdg.h \ 1164 $(INC)pi3ddrw.h \ 1165 $(INC)pigraph3d.h pisiadw.h \ 1166 $(INC)pilistx.h \ 1167 $(INC)pilistgen.h \ 1168 $(INC)pistzwin.h \ 1169 $(INC)pitherm.h \ 1170 $(INC)resusage.h pihisto.h 1171 $(OBJ)pi2dvec.o: pi2dvec.cc $(INC)sopnamsp.h \ 1172 $(INC)machdefs.h \ 1173 $(INC)histos.h \ 1174 $(INC)objfio.h \ 1175 $(INC)anydataobj.h \ 1176 $(INC)ppersist.h \ 1177 $(INC)pexceptions.h \ 1178 $(INC)gnumd5.h \ 1179 $(INC)ppfbinstream.h \ 1180 $(INC)rawstream.h \ 1181 $(INC)ppfnametag.h \ 1182 $(INC)peida.h \ 1183 $(INC)utils.h \ 1184 $(INC)perrors.h \ 1185 $(INC)fmath.h \ 1186 $(INC)tvector.h \ 1187 $(INC)tmatrix.h \ 1188 $(INC)tarray.h \ 1189 $(INC)basarr.h \ 1190 $(INC)mutyv.h \ 1191 $(INC)dvlist.h \ 1192 $(INC)ndatablock.h \ 1193 $(INC)utilarr.h \ 1194 $(INC)ntuple.h \ 1195 $(INC)ntupintf.h \ 1196 $(INC)nbtri.h pi2dvec.h pistdimgapp.h \ 1197 $(INC)pisysdep.h \ 1198 $(INC)piapplx.h \ 1199 $(INC)piapplgen.h \ 1200 $(INC)pimsghandler.h \ 1201 $(INC)picontainerx.h \ 1202 $(INC)picontainergen.h \ 1203 $(INC)piwdgx.h \ 1204 $(INC)piwdggen.h \ 1205 $(INC)picolist.h \ 1206 $(INC)pimenubarx.h \ 1207 $(INC)pimenubargen.h \ 1208 $(INC)pimenux.h \ 1209 $(INC)pimenugen.h \ 1210 $(INC)picons.h \ 1211 $(INC)pistdwdgx.h \ 1212 $(INC)pistdwdggen.h \ 1213 $(INC)pibwdgx.h \ 1214 $(INC)pibwdggen.h \ 1215 $(INC)picmap.h \ 1216 $(INC)picmapx.h \ 1217 $(INC)picmapgen.h \ 1218 $(INC)pigraphx.h \ 1219 $(INC)pigraphgen.h \ 1220 $(INC)pifontx.h \ 1221 $(INC)pifontgen.h \ 1222 $(INC)pigrcoord.h \ 1223 $(INC)pilineatt.h \ 1224 $(INC)pigraphuc.h \ 1225 $(INC)pievthandler.h \ 1226 $(INC)psfile.h \ 1227 $(INC)pigraphps.h \ 1228 $(INC)piwindowx.h \ 1229 $(INC)piwindowgen.h \ 1230 $(INC)pioptmenux.h \ 1231 $(INC)pioptmenugen.h \ 1232 $(INC)pifilechox.h \ 1233 $(INC)pifilechogen.h \ 1234 $(INC)piperiodx.h \ 1235 $(INC)periodic.h \ 1236 $(INC)piimage.h \ 1237 $(INC)parradapter.h \ 1238 $(INC)lut.h \ 1239 $(INC)pieldrw.h \ 1240 $(INC)pidrawer.h \ 1241 $(INC)pigratt.h \ 1242 $(INC)piaxes.h \ 1243 $(INC)pipixmapx.h \ 1244 $(INC)pipixmapgen.h \ 1245 $(INC)picmapview.h \ 1246 $(INC)pi3dwdg.h \ 1247 $(INC)pi3ddrw.h \ 1248 $(INC)pigraph3d.h nobjmgr.h dlftypes.h \ 1249 piacmd.h $(INC)commander.h \ 1250 $(INC)pdlmgr.h \ 1251 $(INC)ctimer.h \ 1252 $(INC)zthread.h pisiadw.h \ 1253 $(INC)pilistx.h \ 1254 $(INC)pilistgen.h \ 1255 $(INC)pistzwin.h \ 1256 $(INC)pitherm.h \ 1257 $(INC)resusage.h \ 1258 $(INC)piscdrawwdg.h 1259 $(OBJ)piacmd.o: piacmd.cc $(INC)sopnamsp.h piacmd.h \ 1260 $(INC)machdefs.h \ 1261 $(INC)commander.h \ 1262 $(INC)pdlmgr.h \ 1263 $(INC)dvlist.h \ 1264 $(INC)objfio.h \ 1265 $(INC)anydataobj.h \ 1266 $(INC)ppersist.h \ 1267 $(INC)pexceptions.h \ 1268 $(INC)gnumd5.h \ 1269 $(INC)ppfbinstream.h \ 1270 $(INC)rawstream.h \ 1271 $(INC)ppfnametag.h \ 1272 $(INC)mutyv.h \ 1273 $(INC)ctimer.h \ 1274 $(INC)zthread.h dlftypes.h basexecut.h \ 1275 $(INC)strutil.h \ 1276 $(INC)strutilxx.h \ 1277 $(INC)srandgen.h pistdimgapp.h \ 1278 $(INC)pisysdep.h \ 1279 $(INC)piapplx.h \ 1280 $(INC)piapplgen.h \ 1281 $(INC)pimsghandler.h \ 1282 $(INC)picontainerx.h \ 1283 $(INC)picontainergen.h \ 1284 $(INC)piwdgx.h \ 1285 $(INC)piwdggen.h \ 1286 $(INC)picolist.h \ 1287 $(INC)pimenubarx.h \ 1288 $(INC)pimenubargen.h \ 1289 $(INC)pimenux.h \ 1290 $(INC)pimenugen.h \ 1291 $(INC)picons.h \ 1292 $(INC)pistdwdgx.h \ 1293 $(INC)pistdwdggen.h \ 1294 $(INC)pibwdgx.h \ 1295 $(INC)pibwdggen.h \ 1296 $(INC)picmap.h \ 1297 $(INC)picmapx.h \ 1298 $(INC)picmapgen.h \ 1299 $(INC)pigraphx.h \ 1300 $(INC)pigraphgen.h \ 1301 $(INC)pifontx.h \ 1302 $(INC)pifontgen.h \ 1303 $(INC)pigrcoord.h \ 1304 $(INC)pilineatt.h \ 1305 $(INC)pigraphuc.h \ 1306 $(INC)pievthandler.h \ 1307 $(INC)psfile.h \ 1308 $(INC)pigraphps.h \ 1309 $(INC)piwindowx.h \ 1310 $(INC)piwindowgen.h \ 1311 $(INC)pioptmenux.h \ 1312 $(INC)pioptmenugen.h \ 1313 $(INC)pifilechox.h \ 1314 $(INC)pifilechogen.h \ 1315 $(INC)piperiodx.h \ 1316 $(INC)periodic.h \ 1317 $(INC)piimage.h \ 1318 $(INC)parradapter.h \ 1319 $(INC)lut.h \ 1320 $(INC)pieldrw.h \ 1321 $(INC)pidrawer.h \ 1322 $(INC)pigratt.h \ 1323 $(INC)piaxes.h \ 1324 $(INC)pipixmapx.h \ 1325 $(INC)pipixmapgen.h \ 1326 $(INC)picmapview.h \ 1327 $(INC)pi3dwdg.h \ 1328 $(INC)pi3ddrw.h \ 1329 $(INC)pigraph3d.h nobjmgr.h pisiadw.h \ 1330 $(INC)pilistx.h \ 1331 $(INC)pilistgen.h \ 1332 $(INC)pistzwin.h \ 1333 $(INC)pitherm.h \ 1334 $(INC)resusage.h piafitting.h nomgadapter.h \ 1335 $(INC)ntupintf.h \ 1336 $(INC)generalfit.h \ 1337 $(INC)tvector.h \ 1338 $(INC)tmatrix.h \ 1339 $(INC)tarray.h \ 1340 $(INC)basarr.h \ 1341 $(INC)ndatablock.h \ 1342 $(INC)utilarr.h \ 1343 $(INC)generaldata.h \ 1344 $(INC)poly.h \ 1345 $(INC)peida.h \ 1346 $(INC)utils.h \ 1347 $(INC)perrors.h \ 1348 $(INC)fmath.h pawexecut.h cxxexecutor.h \ 1349 cxxexecwin.h contmodex.h flowmodex.h 1350 $(OBJ)piafitting.o: piafitting.cc $(INC)sopnamsp.h \ 1351 $(INC)strutil.h \ 1352 $(INC)nbtri.h \ 1353 $(INC)machdefs.h \ 1354 $(INC)generalfit.h \ 1355 $(INC)pexceptions.h \ 1356 $(INC)tvector.h \ 1357 $(INC)tmatrix.h \ 1358 $(INC)tarray.h \ 1359 $(INC)basarr.h \ 1360 $(INC)anydataobj.h \ 1361 $(INC)mutyv.h \ 1362 $(INC)dvlist.h \ 1363 $(INC)objfio.h \ 1364 $(INC)ppersist.h \ 1365 $(INC)gnumd5.h \ 1366 $(INC)ppfbinstream.h \ 1367 $(INC)rawstream.h \ 1368 $(INC)ppfnametag.h \ 1369 $(INC)ndatablock.h \ 1370 $(INC)utilarr.h \ 1371 $(INC)generaldata.h \ 1372 $(INC)ntupintf.h \ 1373 $(INC)poly.h \ 1374 $(INC)peida.h \ 1375 $(INC)utils.h \ 1376 $(INC)perrors.h \ 1377 $(INC)fmath.h \ 1378 $(INC)fct1dfit.h \ 1379 $(INC)fct2dfit.h \ 1380 $(INC)ntuple.h \ 1381 $(INC)cimage.h \ 1382 $(INC)fioarr.h \ 1383 $(INC)histos.h \ 1384 $(INC)histos2.h \ 1385 $(INC)hisprof.h \ 1386 $(INC)objfitter.h piafitting.h nomgadapter.h \ 1387 $(INC)pidrawer.h \ 1388 $(INC)pibwdggen.h \ 1389 $(INC)pisysdep.h \ 1390 $(INC)piwdgx.h \ 1391 $(INC)piwdggen.h \ 1392 $(INC)pimsghandler.h \ 1393 $(INC)picolist.h \ 1394 $(INC)picmap.h \ 1395 $(INC)picmapx.h \ 1396 $(INC)picmapgen.h \ 1397 $(INC)pigraphx.h \ 1398 $(INC)pigraphgen.h \ 1399 $(INC)pifontx.h \ 1400 $(INC)pifontgen.h \ 1401 $(INC)pigrcoord.h \ 1402 $(INC)pilineatt.h \ 1403 $(INC)pigraphuc.h \ 1404 $(INC)pievthandler.h \ 1405 $(INC)psfile.h \ 1406 $(INC)pigratt.h \ 1407 $(INC)piaxes.h \ 1408 $(INC)parradapter.h \ 1409 $(INC)lut.h \ 1410 $(INC)pdlmgr.h dlftypes.h piacmd.h \ 1411 $(INC)commander.h \ 1412 $(INC)ctimer.h \ 1413 $(INC)zthread.h nobjmgr.h pistdimgapp.h \ 1414 $(INC)piapplx.h \ 1415 $(INC)piapplgen.h \ 1416 $(INC)picontainerx.h \ 1417 $(INC)picontainergen.h \ 1418 $(INC)pimenubarx.h \ 1419 $(INC)pimenubargen.h \ 1420 $(INC)pimenux.h \ 1421 $(INC)pimenugen.h \ 1422 $(INC)picons.h \ 1423 $(INC)pistdwdgx.h \ 1424 $(INC)pistdwdggen.h \ 1425 $(INC)pibwdgx.h \ 1426 $(INC)pigraphps.h \ 1427 $(INC)piwindowx.h \ 1428 $(INC)piwindowgen.h \ 1429 $(INC)pioptmenux.h \ 1430 $(INC)pioptmenugen.h \ 1431 $(INC)pifilechox.h \ 1432 $(INC)pifilechogen.h \ 1433 $(INC)piperiodx.h \ 1434 $(INC)periodic.h \ 1435 $(INC)piimage.h \ 1436 $(INC)pieldrw.h \ 1437 $(INC)pipixmapx.h \ 1438 $(INC)pipixmapgen.h \ 1439 $(INC)picmapview.h \ 1440 $(INC)pi3dwdg.h \ 1441 $(INC)pi3ddrw.h \ 1442 $(INC)pigraph3d.h pisiadw.h \ 1443 $(INC)pilistx.h \ 1444 $(INC)pilistgen.h \ 1445 $(INC)pistzwin.h \ 1446 $(INC)pitherm.h \ 1447 $(INC)resusage.h nomhistadapter.h \ 1448 $(INC)histerr.h \ 1449 $(INC)xntuple.h \ 1450 $(INC)basedtable.h \ 1451 $(INC)segdatablock.h nomgfdadapter.h \ 1452 nomimagadapter.h nomtmatvecadapter.h 1453 $(OBJ)pigfd1.o: pigfd1.cc $(INC)sopnamsp.h pigfd1.h \ 1454 $(INC)generaldata.h \ 1455 $(INC)objfio.h \ 1456 $(INC)machdefs.h \ 1457 $(INC)anydataobj.h \ 1458 $(INC)ppersist.h \ 1459 $(INC)pexceptions.h \ 1460 $(INC)gnumd5.h \ 1461 $(INC)ppfbinstream.h \ 1462 $(INC)rawstream.h \ 1463 $(INC)ppfnametag.h \ 1464 $(INC)ntupintf.h \ 1465 $(INC)poly.h \ 1466 $(INC)peida.h \ 1467 $(INC)utils.h \ 1468 $(INC)perrors.h \ 1469 $(INC)fmath.h \ 1470 $(INC)tvector.h \ 1471 $(INC)tmatrix.h \ 1472 $(INC)tarray.h \ 1473 $(INC)basarr.h \ 1474 $(INC)mutyv.h \ 1475 $(INC)dvlist.h \ 1476 $(INC)ndatablock.h \ 1477 $(INC)utilarr.h \ 1478 $(INC)pidrawer.h \ 1479 $(INC)pibwdggen.h \ 1480 $(INC)pisysdep.h \ 1481 $(INC)piwdgx.h \ 1482 $(INC)piwdggen.h \ 1483 $(INC)pimsghandler.h \ 1484 $(INC)picolist.h \ 1485 $(INC)picmap.h \ 1486 $(INC)picmapx.h \ 1487 $(INC)picmapgen.h \ 1488 $(INC)pigraphx.h \ 1489 $(INC)pigraphgen.h \ 1490 $(INC)pifontx.h \ 1491 $(INC)pifontgen.h \ 1492 $(INC)pigrcoord.h \ 1493 $(INC)pilineatt.h \ 1494 $(INC)pigraphuc.h \ 1495 $(INC)pievthandler.h \ 1496 $(INC)psfile.h \ 1497 $(INC)pigratt.h \ 1498 $(INC)piaxes.h 1499 $(OBJ)pigfd2.o: pigfd2.cc $(INC)sopnamsp.h pigfd2.h \ 1500 $(INC)generaldata.h \ 1501 $(INC)objfio.h \ 1502 $(INC)machdefs.h \ 1503 $(INC)anydataobj.h \ 1504 $(INC)ppersist.h \ 1505 $(INC)pexceptions.h \ 1506 $(INC)gnumd5.h \ 1507 $(INC)ppfbinstream.h \ 1508 $(INC)rawstream.h \ 1509 $(INC)ppfnametag.h \ 1510 $(INC)ntupintf.h \ 1511 $(INC)poly.h \ 1512 $(INC)peida.h \ 1513 $(INC)utils.h \ 1514 $(INC)perrors.h \ 1515 $(INC)fmath.h \ 1516 $(INC)tvector.h \ 1517 $(INC)tmatrix.h \ 1518 $(INC)tarray.h \ 1519 $(INC)basarr.h \ 1520 $(INC)mutyv.h \ 1521 $(INC)dvlist.h \ 1522 $(INC)ndatablock.h \ 1523 $(INC)utilarr.h \ 1524 $(INC)pi3ddrw.h \ 1525 $(INC)pisysdep.h \ 1526 $(INC)pidrawer.h \ 1527 $(INC)pibwdggen.h \ 1528 $(INC)piwdgx.h \ 1529 $(INC)piwdggen.h \ 1530 $(INC)pimsghandler.h \ 1531 $(INC)picolist.h \ 1532 $(INC)picmap.h \ 1533 $(INC)picmapx.h \ 1534 $(INC)picmapgen.h \ 1535 $(INC)pigraphx.h \ 1536 $(INC)pigraphgen.h \ 1537 $(INC)pifontx.h \ 1538 $(INC)pifontgen.h \ 1539 $(INC)pigrcoord.h \ 1540 $(INC)pilineatt.h \ 1541 $(INC)pigraphuc.h \ 1542 $(INC)pievthandler.h \ 1543 $(INC)psfile.h \ 1544 $(INC)pigratt.h \ 1545 $(INC)piaxes.h \ 1546 $(INC)pieldrw.h \ 1547 $(INC)pigraph3d.h 1548 $(OBJ)pihisto.o: pihisto.cc $(INC)sopnamsp.h pihisto.h \ 1549 $(INC)histos.h \ 1550 $(INC)objfio.h \ 1551 $(INC)machdefs.h \ 1552 $(INC)anydataobj.h \ 1553 $(INC)ppersist.h \ 1554 $(INC)pexceptions.h \ 1555 $(INC)gnumd5.h \ 1556 $(INC)ppfbinstream.h \ 1557 $(INC)rawstream.h \ 1558 $(INC)ppfnametag.h \ 1559 $(INC)peida.h \ 1560 $(INC)utils.h \ 1561 $(INC)perrors.h \ 1562 $(INC)fmath.h \ 1563 $(INC)tvector.h \ 1564 $(INC)tmatrix.h \ 1565 $(INC)tarray.h \ 1566 $(INC)basarr.h \ 1567 $(INC)mutyv.h \ 1568 $(INC)dvlist.h \ 1569 $(INC)ndatablock.h \ 1570 $(INC)utilarr.h \ 1571 $(INC)pidrawer.h \ 1572 $(INC)pibwdggen.h \ 1573 $(INC)pisysdep.h \ 1574 $(INC)piwdgx.h \ 1575 $(INC)piwdggen.h \ 1576 $(INC)pimsghandler.h \ 1577 $(INC)picolist.h \ 1578 $(INC)picmap.h \ 1579 $(INC)picmapx.h \ 1580 $(INC)picmapgen.h \ 1581 $(INC)pigraphx.h \ 1582 $(INC)pigraphgen.h \ 1583 $(INC)pifontx.h \ 1584 $(INC)pifontgen.h \ 1585 $(INC)pigrcoord.h \ 1586 $(INC)pilineatt.h \ 1587 $(INC)pigraphuc.h \ 1588 $(INC)pievthandler.h \ 1589 $(INC)psfile.h \ 1590 $(INC)pigratt.h \ 1591 $(INC)piaxes.h \ 1592 $(INC)hisprof.h 1593 $(OBJ)pihisto2d.o: pihisto2d.cc $(INC)piapplx.h \ 1594 $(INC)piapplgen.h \ 1595 $(INC)pimsghandler.h \ 1596 $(INC)picontainerx.h \ 1597 $(INC)picontainergen.h \ 1598 $(INC)piwdgx.h \ 1599 $(INC)piwdggen.h \ 1600 $(INC)picolist.h \ 1601 $(INC)pimenubarx.h \ 1602 $(INC)pimenubargen.h \ 1603 $(INC)pimenux.h \ 1604 $(INC)pimenugen.h \ 1605 $(INC)picons.h \ 1606 $(INC)pistdwdgx.h \ 1607 $(INC)pistdwdggen.h \ 1608 $(INC)pibwdgx.h \ 1609 $(INC)pibwdggen.h \ 1610 $(INC)picmap.h \ 1611 $(INC)picmapx.h \ 1612 $(INC)picmapgen.h \ 1613 $(INC)pigraphx.h \ 1614 $(INC)pigraphgen.h \ 1615 $(INC)pifontx.h \ 1616 $(INC)pifontgen.h \ 1617 $(INC)pigrcoord.h \ 1618 $(INC)pilineatt.h \ 1619 $(INC)pigraphuc.h \ 1620 $(INC)pievthandler.h \ 1621 $(INC)psfile.h \ 1622 $(INC)pigraphps.h \ 1623 $(INC)sopnamsp.h pihisto2d.h \ 1624 $(INC)pioptmenux.h \ 1625 $(INC)pioptmenugen.h \ 1626 $(INC)histos2.h \ 1627 $(INC)peida.h \ 1628 $(INC)utils.h \ 1629 $(INC)perrors.h \ 1630 $(INC)pexceptions.h \ 1631 $(INC)fmath.h \ 1632 $(INC)histos.h \ 1633 $(INC)objfio.h \ 1634 $(INC)anydataobj.h \ 1635 $(INC)ppersist.h \ 1636 $(INC)gnumd5.h \ 1637 $(INC)ppfbinstream.h \ 1638 $(INC)rawstream.h \ 1639 $(INC)ppfnametag.h \ 1640 $(INC)tvector.h \ 1641 $(INC)tmatrix.h \ 1642 $(INC)tarray.h \ 1643 $(INC)basarr.h \ 1644 $(INC)mutyv.h \ 1645 $(INC)dvlist.h \ 1646 $(INC)ndatablock.h \ 1647 $(INC)utilarr.h \ 1648 $(INC)pidrawer.h \ 1649 $(INC)pigratt.h \ 1650 $(INC)piaxes.h \ 1651 $(INC)piscdrawwdg.h \ 1652 $(INC)piwindowx.h \ 1653 $(INC)piwindowgen.h \ 1654 $(INC)pieldrw.h \ 1655 $(INC)nbrandom.h \ 1656 $(INC)srandgen.h 1657 $(OBJ)piinit.o: piinit.cc $(INC)sopnamsp.h \ 1658 $(INC)machdefs.h piinit.h \ 1659 $(INC)sambainit.h \ 1660 $(INC)skymapinit.h \ 1661 $(INC)sophyainit.h \ 1662 $(INC)ntoolsinit.h \ 1663 $(INC)tarrinit.h pistdimgapp.h \ 1664 $(INC)pisysdep.h \ 1665 $(INC)piapplx.h \ 1666 $(INC)piapplgen.h \ 1667 $(INC)pimsghandler.h \ 1668 $(INC)picontainerx.h \ 1669 $(INC)picontainergen.h \ 1670 $(INC)piwdgx.h \ 1671 $(INC)piwdggen.h \ 1672 $(INC)picolist.h \ 1673 $(INC)pimenubarx.h \ 1674 $(INC)pimenubargen.h \ 1675 $(INC)pimenux.h \ 1676 $(INC)pimenugen.h \ 1677 $(INC)picons.h \ 1678 $(INC)pistdwdgx.h \ 1679 $(INC)pistdwdggen.h \ 1680 $(INC)pibwdgx.h \ 1681 $(INC)pibwdggen.h \ 1682 $(INC)picmap.h \ 1683 $(INC)picmapx.h \ 1684 $(INC)picmapgen.h \ 1685 $(INC)pigraphx.h \ 1686 $(INC)pigraphgen.h \ 1687 $(INC)pifontx.h \ 1688 $(INC)pifontgen.h \ 1689 $(INC)pigrcoord.h \ 1690 $(INC)pilineatt.h \ 1691 $(INC)pigraphuc.h \ 1692 $(INC)pievthandler.h \ 1693 $(INC)psfile.h \ 1694 $(INC)pigraphps.h \ 1695 $(INC)piwindowx.h \ 1696 $(INC)piwindowgen.h \ 1697 $(INC)pioptmenux.h \ 1698 $(INC)pioptmenugen.h \ 1699 $(INC)pifilechox.h \ 1700 $(INC)pifilechogen.h \ 1701 $(INC)piperiodx.h \ 1702 $(INC)periodic.h \ 1703 $(INC)piimage.h \ 1704 $(INC)parradapter.h \ 1705 $(INC)lut.h \ 1706 $(INC)pieldrw.h \ 1707 $(INC)pidrawer.h \ 1708 $(INC)pigratt.h \ 1709 $(INC)piaxes.h \ 1710 $(INC)pipixmapx.h \ 1711 $(INC)pipixmapgen.h \ 1712 $(INC)picmapview.h \ 1713 $(INC)pi3dwdg.h \ 1714 $(INC)pi3ddrw.h \ 1715 $(INC)pigraph3d.h nobjmgr.h \ 1716 $(INC)anydataobj.h \ 1717 $(INC)ppersist.h \ 1718 $(INC)pexceptions.h \ 1719 $(INC)gnumd5.h \ 1720 $(INC)ppfbinstream.h \ 1721 $(INC)rawstream.h \ 1722 $(INC)ppfnametag.h \ 1723 $(INC)dvlist.h \ 1724 $(INC)objfio.h \ 1725 $(INC)mutyv.h dlftypes.h piacmd.h \ 1726 $(INC)commander.h \ 1727 $(INC)pdlmgr.h \ 1728 $(INC)ctimer.h \ 1729 $(INC)zthread.h pisiadw.h \ 1730 $(INC)pilistx.h \ 1731 $(INC)pilistgen.h \ 1732 $(INC)pistzwin.h \ 1733 $(INC)pitherm.h \ 1734 $(INC)resusage.h servnobjm.h nomhistadapter.h \ 1735 nomgadapter.h $(INC)ntupintf.h \ 1736 $(INC)generalfit.h \ 1737 $(INC)tvector.h \ 1738 $(INC)tmatrix.h \ 1739 $(INC)tarray.h \ 1740 $(INC)basarr.h \ 1741 $(INC)ndatablock.h \ 1742 $(INC)utilarr.h \ 1743 $(INC)generaldata.h \ 1744 $(INC)poly.h \ 1745 $(INC)peida.h \ 1746 $(INC)utils.h \ 1747 $(INC)perrors.h \ 1748 $(INC)fmath.h \ 1749 $(INC)histos.h \ 1750 $(INC)histos2.h \ 1751 $(INC)hisprof.h \ 1752 $(INC)histerr.h \ 1753 $(INC)ntuple.h \ 1754 $(INC)xntuple.h \ 1755 $(INC)basedtable.h \ 1756 $(INC)segdatablock.h nomgfdadapter.h \ 1757 nomimagadapter.h $(INC)cimage.h \ 1758 $(INC)fioarr.h nomtmatvecadapter.h \ 1759 nomtarradapter.h $(INC)datatable.h \ 1760 $(INC)swppfdtable.h \ 1761 $(INC)swsegdb.h \ 1762 $(INC)ppfswapper.h \ 1763 $(INC)ppftpointerio.h nomskymapadapter.h \ 1764 $(INC)pixelmap.h \ 1765 $(INC)spherepos.h \ 1766 $(INC)unitvector.h \ 1767 $(INC)vector3d.h \ 1768 $(INC)longlat.h \ 1769 $(INC)utilgeom.h \ 1770 $(INC)spherethetaphi.h \ 1771 $(INC)sphericalmap.h \ 1772 $(INC)smathconst.h \ 1773 $(INC)spherehealpix.h \ 1774 $(INC)HEALPixUtils.h \ 1775 $(INC)localmap.h \ 1776 $(INC)sphereecp.h \ 1777 $(INC)specrespvector.h \ 1778 $(INC)specresp.h \ 1779 $(INC)gaussfilt.h nomspecrespadapter.h 1780 $(OBJ)pintup3d.o: pintup3d.cc $(INC)sopnamsp.h \ 1781 pintup3d.h $(INC)ntupintf.h \ 1782 $(INC)machdefs.h \ 1783 $(INC)pi3ddrw.h \ 1784 $(INC)pisysdep.h \ 1785 $(INC)pidrawer.h \ 1786 $(INC)pibwdggen.h \ 1787 $(INC)piwdgx.h \ 1788 $(INC)piwdggen.h \ 1789 $(INC)pimsghandler.h \ 1790 $(INC)picolist.h \ 1791 $(INC)picmap.h \ 1792 $(INC)picmapx.h \ 1793 $(INC)picmapgen.h \ 1794 $(INC)pigraphx.h \ 1795 $(INC)pigraphgen.h \ 1796 $(INC)pifontx.h \ 1797 $(INC)pifontgen.h \ 1798 $(INC)pigrcoord.h \ 1799 $(INC)pilineatt.h \ 1800 $(INC)pigraphuc.h \ 1801 $(INC)pievthandler.h \ 1802 $(INC)psfile.h \ 1803 $(INC)pigratt.h \ 1804 $(INC)piaxes.h \ 1805 $(INC)pieldrw.h \ 1806 $(INC)pigraph3d.h 1807 $(OBJ)pintuple.o: pintuple.cc $(INC)sopnamsp.h \ 1808 pintuple.h $(INC)ntupintf.h \ 1809 $(INC)machdefs.h \ 1810 $(INC)pidrawer.h \ 1811 $(INC)pibwdggen.h \ 1812 $(INC)pisysdep.h \ 1813 $(INC)piwdgx.h \ 1814 $(INC)piwdggen.h \ 1815 $(INC)pimsghandler.h \ 1816 $(INC)picolist.h \ 1817 $(INC)picmap.h \ 1818 $(INC)picmapx.h \ 1819 $(INC)picmapgen.h \ 1820 $(INC)pigraphx.h \ 1821 $(INC)pigraphgen.h \ 1822 $(INC)pifontx.h \ 1823 $(INC)pifontgen.h \ 1824 $(INC)pigrcoord.h \ 1825 $(INC)pilineatt.h \ 1826 $(INC)pigraphuc.h \ 1827 $(INC)pievthandler.h \ 1828 $(INC)psfile.h \ 1829 $(INC)pigratt.h \ 1830 $(INC)piaxes.h 1831 $(OBJ)pipodrw.o: pipodrw.cc $(INC)sopnamsp.h pipodrw.h \ 1832 $(INC)machdefs.h \ 1833 $(INC)pidrawer.h \ 1834 $(INC)pibwdggen.h \ 1835 $(INC)pisysdep.h \ 1836 $(INC)piwdgx.h \ 1837 $(INC)piwdggen.h \ 1838 $(INC)pimsghandler.h \ 1839 $(INC)picolist.h \ 1840 $(INC)picmap.h \ 1841 $(INC)picmapx.h \ 1842 $(INC)picmapgen.h \ 1843 $(INC)pigraphx.h \ 1844 $(INC)pigraphgen.h \ 1845 $(INC)pifontx.h \ 1846 $(INC)pifontgen.h \ 1847 $(INC)pigrcoord.h \ 1848 $(INC)pilineatt.h \ 1849 $(INC)pigraphuc.h \ 1850 $(INC)pievthandler.h \ 1851 $(INC)psfile.h \ 1852 $(INC)pigratt.h \ 1853 $(INC)piaxes.h \ 1854 $(INC)parradapter.h \ 1855 $(INC)lut.h \ 1856 $(INC)histos2.h \ 1857 $(INC)peida.h \ 1858 $(INC)utils.h \ 1859 $(INC)perrors.h \ 1860 $(INC)pexceptions.h \ 1861 $(INC)fmath.h \ 1862 $(INC)histos.h \ 1863 $(INC)objfio.h \ 1864 $(INC)anydataobj.h \ 1865 $(INC)ppersist.h \ 1866 $(INC)gnumd5.h \ 1867 $(INC)ppfbinstream.h \ 1868 $(INC)rawstream.h \ 1869 $(INC)ppfnametag.h \ 1870 $(INC)tvector.h \ 1871 $(INC)tmatrix.h \ 1872 $(INC)tarray.h \ 1873 $(INC)basarr.h \ 1874 $(INC)mutyv.h \ 1875 $(INC)dvlist.h \ 1876 $(INC)ndatablock.h \ 1877 $(INC)utilarr.h \ 1878 $(INC)generalfit.h \ 1879 $(INC)generaldata.h \ 1880 $(INC)ntupintf.h \ 1881 $(INC)poly.h 1882 $(OBJ)pisiadw.o: pisiadw.cc $(INC)sopnamsp.h \ 1883 $(INC)machdefs.h \ 1884 $(INC)perrors.h \ 1885 $(INC)pexceptions.h \ 1886 $(INC)ctimer.h \ 1887 $(INC)nbmath.h \ 1888 $(INC)smathconst.h pistdimgapp.h \ 1889 $(INC)pisysdep.h \ 1890 $(INC)piapplx.h \ 1891 $(INC)piapplgen.h \ 1892 $(INC)pimsghandler.h \ 1893 $(INC)picontainerx.h \ 1894 $(INC)picontainergen.h \ 1895 $(INC)piwdgx.h \ 1896 $(INC)piwdggen.h \ 1897 $(INC)picolist.h \ 1898 $(INC)pimenubarx.h \ 1899 $(INC)pimenubargen.h \ 1900 $(INC)pimenux.h \ 1901 $(INC)pimenugen.h \ 1902 $(INC)picons.h \ 1903 $(INC)pistdwdgx.h \ 1904 $(INC)pistdwdggen.h \ 1905 $(INC)pibwdgx.h \ 1906 $(INC)pibwdggen.h \ 1907 $(INC)picmap.h \ 1908 $(INC)picmapx.h \ 1909 $(INC)picmapgen.h \ 1910 $(INC)pigraphx.h \ 1911 $(INC)pigraphgen.h \ 1912 $(INC)pifontx.h \ 1913 $(INC)pifontgen.h \ 1914 $(INC)pigrcoord.h \ 1915 $(INC)pilineatt.h \ 1916 $(INC)pigraphuc.h \ 1917 $(INC)pievthandler.h \ 1918 $(INC)psfile.h \ 1919 $(INC)pigraphps.h \ 1920 $(INC)piwindowx.h \ 1921 $(INC)piwindowgen.h \ 1922 $(INC)pioptmenux.h \ 1923 $(INC)pioptmenugen.h \ 1924 $(INC)pifilechox.h \ 1925 $(INC)pifilechogen.h \ 1926 $(INC)piperiodx.h \ 1927 $(INC)periodic.h \ 1928 $(INC)piimage.h \ 1929 $(INC)parradapter.h \ 1930 $(INC)lut.h \ 1931 $(INC)pieldrw.h \ 1932 $(INC)pidrawer.h \ 1933 $(INC)pigratt.h \ 1934 $(INC)piaxes.h \ 1935 $(INC)pipixmapx.h \ 1936 $(INC)pipixmapgen.h \ 1937 $(INC)picmapview.h \ 1938 $(INC)pi3dwdg.h \ 1939 $(INC)pi3ddrw.h \ 1940 $(INC)pigraph3d.h nobjmgr.h \ 1941 $(INC)anydataobj.h \ 1942 $(INC)ppersist.h \ 1943 $(INC)gnumd5.h \ 1944 $(INC)ppfbinstream.h \ 1945 $(INC)rawstream.h \ 1946 $(INC)ppfnametag.h \ 1947 $(INC)dvlist.h \ 1948 $(INC)objfio.h \ 1949 $(INC)mutyv.h dlftypes.h piacmd.h \ 1950 $(INC)commander.h \ 1951 $(INC)pdlmgr.h \ 1952 $(INC)zthread.h pisiadw.h \ 1953 $(INC)pilistx.h \ 1954 $(INC)pilistgen.h \ 1955 $(INC)pistzwin.h \ 1956 $(INC)pitherm.h \ 1957 $(INC)resusage.h servnobjm.h 1958 $(OBJ)pistdimgapp.o: pistdimgapp.cc $(INC)sopnamsp.h \ 1959 $(INC)machdefs.h \ 1960 $(INC)strutil.h \ 1961 $(INC)timing.h \ 1962 $(INC)perrors.h \ 1963 $(INC)pexceptions.h \ 1964 $(INC)ctimer.h \ 1965 $(INC)psighand.h \ 1966 $(INC)cimage.h \ 1967 $(INC)tmatrix.h \ 1968 $(INC)tarray.h \ 1969 $(INC)basarr.h \ 1970 $(INC)anydataobj.h \ 1971 $(INC)mutyv.h \ 1972 $(INC)dvlist.h \ 1973 $(INC)objfio.h \ 1974 $(INC)ppersist.h \ 1975 $(INC)gnumd5.h \ 1976 $(INC)ppfbinstream.h \ 1977 $(INC)rawstream.h \ 1978 $(INC)ppfnametag.h \ 1979 $(INC)ndatablock.h \ 1980 $(INC)utilarr.h \ 1981 $(INC)fioarr.h \ 1982 $(INC)tvector.h pistdimgapp.h \ 1983 $(INC)pisysdep.h \ 1984 $(INC)piapplx.h \ 1985 $(INC)piapplgen.h \ 1986 $(INC)pimsghandler.h \ 1987 $(INC)picontainerx.h \ 1988 $(INC)picontainergen.h \ 1989 $(INC)piwdgx.h \ 1990 $(INC)piwdggen.h \ 1991 $(INC)picolist.h \ 1992 $(INC)pimenubarx.h \ 1993 $(INC)pimenubargen.h \ 1994 $(INC)pimenux.h \ 1995 $(INC)pimenugen.h \ 1996 $(INC)picons.h \ 1997 $(INC)pistdwdgx.h \ 1998 $(INC)pistdwdggen.h \ 1999 $(INC)pibwdgx.h \ 2000 $(INC)pibwdggen.h \ 2001 $(INC)picmap.h \ 2002 $(INC)picmapx.h \ 2003 $(INC)picmapgen.h \ 2004 $(INC)pigraphx.h \ 2005 $(INC)pigraphgen.h \ 2006 $(INC)pifontx.h \ 2007 $(INC)pifontgen.h \ 2008 $(INC)pigrcoord.h \ 2009 $(INC)pilineatt.h \ 2010 $(INC)pigraphuc.h \ 2011 $(INC)pievthandler.h \ 2012 $(INC)psfile.h \ 2013 $(INC)pigraphps.h \ 2014 $(INC)piwindowx.h \ 2015 $(INC)piwindowgen.h \ 2016 $(INC)pioptmenux.h \ 2017 $(INC)pioptmenugen.h \ 2018 $(INC)pifilechox.h \ 2019 $(INC)pifilechogen.h \ 2020 $(INC)piperiodx.h \ 2021 $(INC)periodic.h \ 2022 $(INC)piimage.h \ 2023 $(INC)parradapter.h \ 2024 $(INC)lut.h \ 2025 $(INC)pieldrw.h \ 2026 $(INC)pidrawer.h \ 2027 $(INC)pigratt.h \ 2028 $(INC)piaxes.h \ 2029 $(INC)pipixmapx.h \ 2030 $(INC)pipixmapgen.h \ 2031 $(INC)picmapview.h \ 2032 $(INC)pi3dwdg.h \ 2033 $(INC)pi3ddrw.h \ 2034 $(INC)pigraph3d.h nobjmgr.h dlftypes.h \ 2035 piacmd.h $(INC)commander.h \ 2036 $(INC)pdlmgr.h \ 2037 $(INC)zthread.h pisiadw.h \ 2038 $(INC)pilistx.h \ 2039 $(INC)pilistgen.h \ 2040 $(INC)pistzwin.h \ 2041 $(INC)pitherm.h \ 2042 $(INC)resusage.h servnobjm.h \ 2043 $(INC)piimgtools.h \ 2044 $(INC)pidrwtools.h \ 2045 $(INC)piaxestools.h \ 2046 $(INC)piscdrawwdg.h piinit.h \ 2047 $(INC)sambainit.h \ 2048 $(INC)skymapinit.h \ 2049 $(INC)sophyainit.h \ 2050 $(INC)ntoolsinit.h \ 2051 $(INC)tarrinit.h \ 2052 $(INC)piversion.h piaversion.h 2053 $(OBJ)pitvmaad.o: pitvmaad.cc $(INC)sopnamsp.h \ 2054 pitvmaad.h $(INC)machdefs.h \ 2055 $(INC)parradapter.h \ 2056 $(INC)lut.h \ 2057 $(INC)tmatrix.h \ 2058 $(INC)tarray.h \ 2059 $(INC)basarr.h \ 2060 $(INC)anydataobj.h \ 2061 $(INC)mutyv.h \ 2062 $(INC)dvlist.h \ 2063 $(INC)objfio.h \ 2064 $(INC)ppersist.h \ 2065 $(INC)pexceptions.h \ 2066 $(INC)gnumd5.h \ 2067 $(INC)ppfbinstream.h \ 2068 $(INC)rawstream.h \ 2069 $(INC)ppfnametag.h \ 2070 $(INC)ndatablock.h \ 2071 $(INC)utilarr.h \ 2072 $(INC)tvector.h 2073 $(OBJ)servnobjm.o: servnobjm.cc $(INC)sopnamsp.h \ 2074 $(INC)strutil.h nobjmgr.h \ 2075 $(INC)machdefs.h \ 2076 $(INC)anydataobj.h \ 2077 $(INC)ppersist.h \ 2078 $(INC)pexceptions.h \ 2079 $(INC)gnumd5.h \ 2080 $(INC)ppfbinstream.h \ 2081 $(INC)rawstream.h \ 2082 $(INC)ppfnametag.h \ 2083 $(INC)dvlist.h \ 2084 $(INC)objfio.h \ 2085 $(INC)mutyv.h dlftypes.h servnobjm.h \ 2086 $(INC)pdlmgr.h nomgadapter.h \ 2087 $(INC)pidrawer.h \ 2088 $(INC)pibwdggen.h \ 2089 $(INC)pisysdep.h \ 2090 $(INC)piwdgx.h \ 2091 $(INC)piwdggen.h \ 2092 $(INC)pimsghandler.h \ 2093 $(INC)picolist.h \ 2094 $(INC)picmap.h \ 2095 $(INC)picmapx.h \ 2096 $(INC)picmapgen.h \ 2097 $(INC)pigraphx.h \ 2098 $(INC)pigraphgen.h \ 2099 $(INC)pifontx.h \ 2100 $(INC)pifontgen.h \ 2101 $(INC)pigrcoord.h \ 2102 $(INC)pilineatt.h \ 2103 $(INC)pigraphuc.h \ 2104 $(INC)pievthandler.h \ 2105 $(INC)psfile.h \ 2106 $(INC)pigratt.h \ 2107 $(INC)piaxes.h \ 2108 $(INC)parradapter.h \ 2109 $(INC)lut.h \ 2110 $(INC)ntupintf.h \ 2111 $(INC)generalfit.h \ 2112 $(INC)tvector.h \ 2113 $(INC)tmatrix.h \ 2114 $(INC)tarray.h \ 2115 $(INC)basarr.h \ 2116 $(INC)ndatablock.h \ 2117 $(INC)utilarr.h \ 2118 $(INC)generaldata.h \ 2119 $(INC)poly.h \ 2120 $(INC)peida.h \ 2121 $(INC)utils.h \ 2122 $(INC)perrors.h \ 2123 $(INC)fmath.h pistdimgapp.h \ 2124 $(INC)piapplx.h \ 2125 $(INC)piapplgen.h \ 2126 $(INC)picontainerx.h \ 2127 $(INC)picontainergen.h \ 2128 $(INC)pimenubarx.h \ 2129 $(INC)pimenubargen.h \ 2130 $(INC)pimenux.h \ 2131 $(INC)pimenugen.h \ 2132 $(INC)picons.h \ 2133 $(INC)pistdwdgx.h \ 2134 $(INC)pistdwdggen.h \ 2135 $(INC)pibwdgx.h \ 2136 $(INC)pigraphps.h \ 2137 $(INC)piwindowx.h \ 2138 $(INC)piwindowgen.h \ 2139 $(INC)pioptmenux.h \ 2140 $(INC)pioptmenugen.h \ 2141 $(INC)pifilechox.h \ 2142 $(INC)pifilechogen.h \ 2143 $(INC)piperiodx.h \ 2144 $(INC)periodic.h \ 2145 $(INC)piimage.h \ 2146 $(INC)pieldrw.h \ 2147 $(INC)pipixmapx.h \ 2148 $(INC)pipixmapgen.h \ 2149 $(INC)picmapview.h \ 2150 $(INC)pi3dwdg.h \ 2151 $(INC)pi3ddrw.h \ 2152 $(INC)pigraph3d.h piacmd.h \ 2153 $(INC)commander.h \ 2154 $(INC)ctimer.h \ 2155 $(INC)zthread.h pisiadw.h \ 2156 $(INC)pilistx.h \ 2157 $(INC)pilistgen.h \ 2158 $(INC)pistzwin.h \ 2159 $(INC)pitherm.h \ 2160 $(INC)resusage.h \ 2161 $(INC)fct1dfit.h \ 2162 $(INC)fct2dfit.h pitvmaad.h \ 2163 $(INC)ntuple.h \ 2164 $(INC)cimage.h \ 2165 $(INC)fioarr.h \ 2166 $(INC)histos.h \ 2167 $(INC)histos2.h \ 2168 $(INC)hisprof.h \ 2169 $(INC)piyfxdrw.h \ 2170 $(INC)pisurfdr.h pintuple.h pintup3d.h \ 2171 pipodrw.h 6 rm -f $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nommatvecadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomstladapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pistlist.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o $(SOPHYAOBJP)userfitfunex.o 7 rm -f $(SOPHYALIBP)libPIext.a 8 9 $(SOPHYALIBP)libPIext.a : $(SOPHYAOBJP)basexecut.o $(SOPHYAOBJP)contmodex.o $(SOPHYAOBJP)cxxexecutor.o $(SOPHYAOBJP)cxxexecwin.o $(SOPHYAOBJP)flowmodex.o $(SOPHYAOBJP)nobjmgr.o $(SOPHYAOBJP)nomgadapter.o $(SOPHYAOBJP)nomgfdadapter.o $(SOPHYAOBJP)nomhistadapter.o $(SOPHYAOBJP)nomimagadapter.o $(SOPHYAOBJP)nomskymapadapter.o $(SOPHYAOBJP)nomspecrespadapter.o $(SOPHYAOBJP)nomtarradapter.o $(SOPHYAOBJP)nomtmatvecadapter.o $(SOPHYAOBJP)pawexecut.o $(SOPHYAOBJP)pi2dvec.o $(SOPHYAOBJP)piacmd.o $(SOPHYAOBJP)piafitting.o $(SOPHYAOBJP)pigfd1.o $(SOPHYAOBJP)pigfd2.o $(SOPHYAOBJP)pihisto2d.o $(SOPHYAOBJP)pihisto.o $(SOPHYAOBJP)piinit.o $(SOPHYAOBJP)pintup3d.o $(SOPHYAOBJP)pintuple.o $(SOPHYAOBJP)pipodrw.o $(SOPHYAOBJP)pisiadw.o $(SOPHYAOBJP)pistdimgapp.o $(SOPHYAOBJP)pitvmaad.o $(SOPHYAOBJP)servnobjm.o 10 $(AR) $(ARFLAGS) $@ $? 11 12 $(SOPHYAOBJP)basexecut.o: basexecut.cc \ 13 $(SOPHYAINCP)sopnamsp.h piacmd.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 $(SOPHYAINCP)commander.h \ 16 $(SOPHYAINCP)pdlmgr.h \ 17 $(SOPHYAINCP)dvlist.h \ 18 $(SOPHYAINCP)objfio.h \ 19 $(SOPHYAINCP)anydataobj.h \ 20 $(SOPHYAINCP)ppersist.h \ 21 $(SOPHYAINCP)pexceptions.h \ 22 $(SOPHYAINCP)gnumd5.h \ 23 $(SOPHYAINCP)ppfbinstream.h \ 24 $(SOPHYAINCP)rawstream.h \ 25 $(SOPHYAINCP)ppfnametag.h \ 26 $(SOPHYAINCP)mutyv.h \ 27 $(SOPHYAINCP)ctimer.h \ 28 $(SOPHYAINCP)zthread.h dlftypes.h \ 29 basexecut.h $(SOPHYAINCP)strutilxx.h \ 30 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 31 $(SOPHYAINCP)piapplx.h \ 32 $(SOPHYAINCP)piapplgen.h \ 33 $(SOPHYAINCP)pimsghandler.h \ 34 $(SOPHYAINCP)picontainerx.h \ 35 $(SOPHYAINCP)picontainergen.h \ 36 $(SOPHYAINCP)piwdgx.h \ 37 $(SOPHYAINCP)piwdggen.h \ 38 $(SOPHYAINCP)picolist.h \ 39 $(SOPHYAINCP)pimenubarx.h \ 40 $(SOPHYAINCP)pimenubargen.h \ 41 $(SOPHYAINCP)pimenux.h \ 42 $(SOPHYAINCP)pimenugen.h \ 43 $(SOPHYAINCP)picons.h \ 44 $(SOPHYAINCP)pistdwdgx.h \ 45 $(SOPHYAINCP)pistdwdggen.h \ 46 $(SOPHYAINCP)pibwdgx.h \ 47 $(SOPHYAINCP)pibwdggen.h \ 48 $(SOPHYAINCP)picmap.h \ 49 $(SOPHYAINCP)picmapx.h \ 50 $(SOPHYAINCP)picmapgen.h \ 51 $(SOPHYAINCP)pigraphx.h \ 52 $(SOPHYAINCP)pigraphgen.h \ 53 $(SOPHYAINCP)pifontx.h \ 54 $(SOPHYAINCP)pifontgen.h \ 55 $(SOPHYAINCP)pigrcoord.h \ 56 $(SOPHYAINCP)pilineatt.h \ 57 $(SOPHYAINCP)pigraphuc.h \ 58 $(SOPHYAINCP)pievthandler.h \ 59 $(SOPHYAINCP)psfile.h \ 60 $(SOPHYAINCP)pigraphps.h \ 61 $(SOPHYAINCP)piwindowx.h \ 62 $(SOPHYAINCP)piwindowgen.h \ 63 $(SOPHYAINCP)pioptmenux.h \ 64 $(SOPHYAINCP)pioptmenugen.h \ 65 $(SOPHYAINCP)pifilechox.h \ 66 $(SOPHYAINCP)pifilechogen.h \ 67 $(SOPHYAINCP)piperiodx.h \ 68 $(SOPHYAINCP)periodic.h \ 69 $(SOPHYAINCP)piimage.h \ 70 $(SOPHYAINCP)parradapter.h \ 71 $(SOPHYAINCP)lut.h \ 72 $(SOPHYAINCP)pieldrw.h \ 73 $(SOPHYAINCP)pidrawer.h \ 74 $(SOPHYAINCP)pigratt.h \ 75 $(SOPHYAINCP)piaxes.h \ 76 $(SOPHYAINCP)pipixmapx.h \ 77 $(SOPHYAINCP)pipixmapgen.h \ 78 $(SOPHYAINCP)picmapview.h \ 79 $(SOPHYAINCP)pi3dwdg.h \ 80 $(SOPHYAINCP)pi3ddrw.h \ 81 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 82 pisiadw.h $(SOPHYAINCP)pilistx.h \ 83 $(SOPHYAINCP)pilistgen.h \ 84 $(SOPHYAINCP)pistzwin.h \ 85 $(SOPHYAINCP)pitherm.h \ 86 $(SOPHYAINCP)resusage.h servnobjm.h \ 87 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 88 $(SOPHYAINCP)generalfit.h \ 89 $(SOPHYAINCP)tvector.h \ 90 $(SOPHYAINCP)tmatrix.h \ 91 $(SOPHYAINCP)tarray.h \ 92 $(SOPHYAINCP)basarr.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)generaldata.h \ 96 $(SOPHYAINCP)poly.h \ 97 $(SOPHYAINCP)peida.h \ 98 $(SOPHYAINCP)utils.h \ 99 $(SOPHYAINCP)perrors.h \ 100 $(SOPHYAINCP)fmath.h \ 101 $(SOPHYAINCP)piyfxdrw.h \ 102 $(SOPHYAINCP)pibargraph.h \ 103 $(SOPHYAINCP)pitxtdrw.h \ 104 $(SOPHYAINCP)histos.h \ 105 $(SOPHYAINCP)histos2.h \ 106 $(SOPHYAINCP)hisprof.h \ 107 $(SOPHYAINCP)ntuple.h 108 $(CXXCOMPILE) -o $@ $< 109 110 $(SOPHYAOBJP)contmodex.o: contmodex.cc \ 111 $(SOPHYAINCP)sopnamsp.h contmodex.h \ 112 $(SOPHYAINCP)machdefs.h piacmd.h \ 113 $(SOPHYAINCP)commander.h \ 114 $(SOPHYAINCP)pdlmgr.h \ 115 $(SOPHYAINCP)dvlist.h \ 116 $(SOPHYAINCP)objfio.h \ 117 $(SOPHYAINCP)anydataobj.h \ 118 $(SOPHYAINCP)ppersist.h \ 119 $(SOPHYAINCP)pexceptions.h \ 120 $(SOPHYAINCP)gnumd5.h \ 121 $(SOPHYAINCP)ppfbinstream.h \ 122 $(SOPHYAINCP)rawstream.h \ 123 $(SOPHYAINCP)ppfnametag.h \ 124 $(SOPHYAINCP)mutyv.h \ 125 $(SOPHYAINCP)ctimer.h \ 126 $(SOPHYAINCP)zthread.h dlftypes.h \ 127 nobjmgr.h $(SOPHYAINCP)pigncont.h \ 128 $(SOPHYAINCP)pistdimgapp.h \ 129 $(SOPHYAINCP)pisysdep.h \ 130 $(SOPHYAINCP)piapplx.h \ 131 $(SOPHYAINCP)piapplgen.h \ 132 $(SOPHYAINCP)pimsghandler.h \ 133 $(SOPHYAINCP)picontainerx.h \ 134 $(SOPHYAINCP)picontainergen.h \ 135 $(SOPHYAINCP)piwdgx.h \ 136 $(SOPHYAINCP)piwdggen.h \ 137 $(SOPHYAINCP)picolist.h \ 138 $(SOPHYAINCP)pimenubarx.h \ 139 $(SOPHYAINCP)pimenubargen.h \ 140 $(SOPHYAINCP)pimenux.h \ 141 $(SOPHYAINCP)pimenugen.h \ 142 $(SOPHYAINCP)picons.h \ 143 $(SOPHYAINCP)pistdwdgx.h \ 144 $(SOPHYAINCP)pistdwdggen.h \ 145 $(SOPHYAINCP)pibwdgx.h \ 146 $(SOPHYAINCP)pibwdggen.h \ 147 $(SOPHYAINCP)picmap.h \ 148 $(SOPHYAINCP)picmapx.h \ 149 $(SOPHYAINCP)picmapgen.h \ 150 $(SOPHYAINCP)pigraphx.h \ 151 $(SOPHYAINCP)pigraphgen.h \ 152 $(SOPHYAINCP)pifontx.h \ 153 $(SOPHYAINCP)pifontgen.h \ 154 $(SOPHYAINCP)pigrcoord.h \ 155 $(SOPHYAINCP)pilineatt.h \ 156 $(SOPHYAINCP)pigraphuc.h \ 157 $(SOPHYAINCP)pievthandler.h \ 158 $(SOPHYAINCP)psfile.h \ 159 $(SOPHYAINCP)pigraphps.h \ 160 $(SOPHYAINCP)piwindowx.h \ 161 $(SOPHYAINCP)piwindowgen.h \ 162 $(SOPHYAINCP)pioptmenux.h \ 163 $(SOPHYAINCP)pioptmenugen.h \ 164 $(SOPHYAINCP)pifilechox.h \ 165 $(SOPHYAINCP)pifilechogen.h \ 166 $(SOPHYAINCP)piperiodx.h \ 167 $(SOPHYAINCP)periodic.h \ 168 $(SOPHYAINCP)piimage.h \ 169 $(SOPHYAINCP)parradapter.h \ 170 $(SOPHYAINCP)lut.h \ 171 $(SOPHYAINCP)pieldrw.h \ 172 $(SOPHYAINCP)pidrawer.h \ 173 $(SOPHYAINCP)pigratt.h \ 174 $(SOPHYAINCP)piaxes.h \ 175 $(SOPHYAINCP)pipixmapx.h \ 176 $(SOPHYAINCP)pipixmapgen.h \ 177 $(SOPHYAINCP)picmapview.h \ 178 $(SOPHYAINCP)pi3dwdg.h \ 179 $(SOPHYAINCP)pi3ddrw.h \ 180 $(SOPHYAINCP)pigraph3d.h \ 181 $(SOPHYAINCP)nobjmgr.h \ 182 $(SOPHYAINCP)piacmd.h \ 183 $(SOPHYAINCP)pisiadw.h \ 184 $(SOPHYAINCP)pilistx.h \ 185 $(SOPHYAINCP)pilistgen.h \ 186 $(SOPHYAINCP)pistzwin.h \ 187 $(SOPHYAINCP)pitherm.h \ 188 $(SOPHYAINCP)resusage.h \ 189 $(SOPHYAINCP)piscdrawwdg.h \ 190 $(SOPHYAINCP)ntuple.h \ 191 $(SOPHYAINCP)ntupintf.h \ 192 $(SOPHYAINCP)gp_contour.h \ 193 $(SOPHYAINCP)gp_types.h \ 194 $(SOPHYAINCP)gpc_misc.h \ 195 $(SOPHYAINCP)gp_dynarray.h \ 196 $(SOPHYAINCP)gp_graph3d.h \ 197 $(SOPHYAINCP)gp_alloc.h nomgadapter.h \ 198 $(SOPHYAINCP)generalfit.h \ 199 $(SOPHYAINCP)tvector.h \ 200 $(SOPHYAINCP)tmatrix.h \ 201 $(SOPHYAINCP)tarray.h \ 202 $(SOPHYAINCP)basarr.h \ 203 $(SOPHYAINCP)ndatablock.h \ 204 $(SOPHYAINCP)utilarr.h \ 205 $(SOPHYAINCP)generaldata.h \ 206 $(SOPHYAINCP)poly.h \ 207 $(SOPHYAINCP)peida.h \ 208 $(SOPHYAINCP)utils.h \ 209 $(SOPHYAINCP)perrors.h \ 210 $(SOPHYAINCP)fmath.h servnobjm.h 211 $(CXXCOMPILE) -o $@ $< 212 213 $(SOPHYAOBJP)cxxexecutor.o: cxxexecutor.cc \ 214 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 215 $(SOPHYAINCP)machdefs.h piacmd.h \ 216 $(SOPHYAINCP)commander.h \ 217 $(SOPHYAINCP)pdlmgr.h \ 218 $(SOPHYAINCP)dvlist.h \ 219 $(SOPHYAINCP)objfio.h \ 220 $(SOPHYAINCP)anydataobj.h \ 221 $(SOPHYAINCP)ppersist.h \ 222 $(SOPHYAINCP)pexceptions.h \ 223 $(SOPHYAINCP)gnumd5.h \ 224 $(SOPHYAINCP)ppfbinstream.h \ 225 $(SOPHYAINCP)rawstream.h \ 226 $(SOPHYAINCP)ppfnametag.h \ 227 $(SOPHYAINCP)mutyv.h \ 228 $(SOPHYAINCP)ctimer.h \ 229 $(SOPHYAINCP)zthread.h dlftypes.h \ 230 nobjmgr.h $(SOPHYAINCP)strutilxx.h \ 231 $(SOPHYAINCP)cxxcmplnk.h nomgadapter.h \ 232 $(SOPHYAINCP)pidrawer.h \ 233 $(SOPHYAINCP)pibwdggen.h \ 234 $(SOPHYAINCP)pisysdep.h \ 235 $(SOPHYAINCP)piwdgx.h \ 236 $(SOPHYAINCP)piwdggen.h \ 237 $(SOPHYAINCP)pimsghandler.h \ 238 $(SOPHYAINCP)picolist.h \ 239 $(SOPHYAINCP)picmap.h \ 240 $(SOPHYAINCP)picmapx.h \ 241 $(SOPHYAINCP)picmapgen.h \ 242 $(SOPHYAINCP)pigraphx.h \ 243 $(SOPHYAINCP)pigraphgen.h \ 244 $(SOPHYAINCP)pifontx.h \ 245 $(SOPHYAINCP)pifontgen.h \ 246 $(SOPHYAINCP)pigrcoord.h \ 247 $(SOPHYAINCP)pilineatt.h \ 248 $(SOPHYAINCP)pigraphuc.h \ 249 $(SOPHYAINCP)pievthandler.h \ 250 $(SOPHYAINCP)psfile.h \ 251 $(SOPHYAINCP)pigratt.h \ 252 $(SOPHYAINCP)piaxes.h \ 253 $(SOPHYAINCP)parradapter.h \ 254 $(SOPHYAINCP)lut.h \ 255 $(SOPHYAINCP)ntupintf.h \ 256 $(SOPHYAINCP)generalfit.h \ 257 $(SOPHYAINCP)tvector.h \ 258 $(SOPHYAINCP)tmatrix.h \ 259 $(SOPHYAINCP)tarray.h \ 260 $(SOPHYAINCP)basarr.h \ 261 $(SOPHYAINCP)ndatablock.h \ 262 $(SOPHYAINCP)utilarr.h \ 263 $(SOPHYAINCP)generaldata.h \ 264 $(SOPHYAINCP)poly.h \ 265 $(SOPHYAINCP)peida.h \ 266 $(SOPHYAINCP)utils.h \ 267 $(SOPHYAINCP)perrors.h \ 268 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 269 $(SOPHYAINCP)piapplx.h \ 270 $(SOPHYAINCP)piapplgen.h \ 271 $(SOPHYAINCP)picontainerx.h \ 272 $(SOPHYAINCP)picontainergen.h \ 273 $(SOPHYAINCP)pimenubarx.h \ 274 $(SOPHYAINCP)pimenubargen.h \ 275 $(SOPHYAINCP)pimenux.h \ 276 $(SOPHYAINCP)pimenugen.h \ 277 $(SOPHYAINCP)picons.h \ 278 $(SOPHYAINCP)pistdwdgx.h \ 279 $(SOPHYAINCP)pistdwdggen.h \ 280 $(SOPHYAINCP)pibwdgx.h \ 281 $(SOPHYAINCP)pigraphps.h \ 282 $(SOPHYAINCP)piwindowx.h \ 283 $(SOPHYAINCP)piwindowgen.h \ 284 $(SOPHYAINCP)pioptmenux.h \ 285 $(SOPHYAINCP)pioptmenugen.h \ 286 $(SOPHYAINCP)pifilechox.h \ 287 $(SOPHYAINCP)pifilechogen.h \ 288 $(SOPHYAINCP)piperiodx.h \ 289 $(SOPHYAINCP)periodic.h \ 290 $(SOPHYAINCP)piimage.h \ 291 $(SOPHYAINCP)pieldrw.h \ 292 $(SOPHYAINCP)pipixmapx.h \ 293 $(SOPHYAINCP)pipixmapgen.h \ 294 $(SOPHYAINCP)picmapview.h \ 295 $(SOPHYAINCP)pi3dwdg.h \ 296 $(SOPHYAINCP)pi3ddrw.h \ 297 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 298 $(SOPHYAINCP)pilistx.h \ 299 $(SOPHYAINCP)pilistgen.h \ 300 $(SOPHYAINCP)pistzwin.h \ 301 $(SOPHYAINCP)pitherm.h \ 302 $(SOPHYAINCP)resusage.h 303 $(CXXCOMPILE) -o $@ $< 304 305 $(SOPHYAOBJP)cxxexecwin.o: cxxexecwin.cc \ 306 $(SOPHYAINCP)sopnamsp.h cxxexecutor.h \ 307 $(SOPHYAINCP)machdefs.h piacmd.h \ 308 $(SOPHYAINCP)commander.h \ 309 $(SOPHYAINCP)pdlmgr.h \ 310 $(SOPHYAINCP)dvlist.h \ 311 $(SOPHYAINCP)objfio.h \ 312 $(SOPHYAINCP)anydataobj.h \ 313 $(SOPHYAINCP)ppersist.h \ 314 $(SOPHYAINCP)pexceptions.h \ 315 $(SOPHYAINCP)gnumd5.h \ 316 $(SOPHYAINCP)ppfbinstream.h \ 317 $(SOPHYAINCP)rawstream.h \ 318 $(SOPHYAINCP)ppfnametag.h \ 319 $(SOPHYAINCP)mutyv.h \ 320 $(SOPHYAINCP)ctimer.h \ 321 $(SOPHYAINCP)zthread.h dlftypes.h \ 322 nobjmgr.h cxxexecwin.h \ 323 $(SOPHYAINCP)pisysdep.h pistdimgapp.h \ 324 $(SOPHYAINCP)piapplx.h \ 325 $(SOPHYAINCP)piapplgen.h \ 326 $(SOPHYAINCP)pimsghandler.h \ 327 $(SOPHYAINCP)picontainerx.h \ 328 $(SOPHYAINCP)picontainergen.h \ 329 $(SOPHYAINCP)piwdgx.h \ 330 $(SOPHYAINCP)piwdggen.h \ 331 $(SOPHYAINCP)picolist.h \ 332 $(SOPHYAINCP)pimenubarx.h \ 333 $(SOPHYAINCP)pimenubargen.h \ 334 $(SOPHYAINCP)pimenux.h \ 335 $(SOPHYAINCP)pimenugen.h \ 336 $(SOPHYAINCP)picons.h \ 337 $(SOPHYAINCP)pistdwdgx.h \ 338 $(SOPHYAINCP)pistdwdggen.h \ 339 $(SOPHYAINCP)pibwdgx.h \ 340 $(SOPHYAINCP)pibwdggen.h \ 341 $(SOPHYAINCP)picmap.h \ 342 $(SOPHYAINCP)picmapx.h \ 343 $(SOPHYAINCP)picmapgen.h \ 344 $(SOPHYAINCP)pigraphx.h \ 345 $(SOPHYAINCP)pigraphgen.h \ 346 $(SOPHYAINCP)pifontx.h \ 347 $(SOPHYAINCP)pifontgen.h \ 348 $(SOPHYAINCP)pigrcoord.h \ 349 $(SOPHYAINCP)pilineatt.h \ 350 $(SOPHYAINCP)pigraphuc.h \ 351 $(SOPHYAINCP)pievthandler.h \ 352 $(SOPHYAINCP)psfile.h \ 353 $(SOPHYAINCP)pigraphps.h \ 354 $(SOPHYAINCP)piwindowx.h \ 355 $(SOPHYAINCP)piwindowgen.h \ 356 $(SOPHYAINCP)pioptmenux.h \ 357 $(SOPHYAINCP)pioptmenugen.h \ 358 $(SOPHYAINCP)pifilechox.h \ 359 $(SOPHYAINCP)pifilechogen.h \ 360 $(SOPHYAINCP)piperiodx.h \ 361 $(SOPHYAINCP)periodic.h \ 362 $(SOPHYAINCP)piimage.h \ 363 $(SOPHYAINCP)parradapter.h \ 364 $(SOPHYAINCP)lut.h \ 365 $(SOPHYAINCP)pieldrw.h \ 366 $(SOPHYAINCP)pidrawer.h \ 367 $(SOPHYAINCP)pigratt.h \ 368 $(SOPHYAINCP)piaxes.h \ 369 $(SOPHYAINCP)pipixmapx.h \ 370 $(SOPHYAINCP)pipixmapgen.h \ 371 $(SOPHYAINCP)picmapview.h \ 372 $(SOPHYAINCP)pi3dwdg.h \ 373 $(SOPHYAINCP)pi3ddrw.h \ 374 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 375 $(SOPHYAINCP)pilistx.h \ 376 $(SOPHYAINCP)pilistgen.h \ 377 $(SOPHYAINCP)pistzwin.h \ 378 $(SOPHYAINCP)pitherm.h \ 379 $(SOPHYAINCP)resusage.h 380 $(CXXCOMPILE) -o $@ $< 381 382 $(SOPHYAOBJP)flowmodex.o: flowmodex.cc \ 383 $(SOPHYAINCP)sopnamsp.h flowmodex.h \ 384 $(SOPHYAINCP)machdefs.h piacmd.h \ 385 $(SOPHYAINCP)commander.h \ 386 $(SOPHYAINCP)pdlmgr.h \ 387 $(SOPHYAINCP)dvlist.h \ 388 $(SOPHYAINCP)objfio.h \ 389 $(SOPHYAINCP)anydataobj.h \ 390 $(SOPHYAINCP)ppersist.h \ 391 $(SOPHYAINCP)pexceptions.h \ 392 $(SOPHYAINCP)gnumd5.h \ 393 $(SOPHYAINCP)ppfbinstream.h \ 394 $(SOPHYAINCP)rawstream.h \ 395 $(SOPHYAINCP)ppfnametag.h \ 396 $(SOPHYAINCP)mutyv.h \ 397 $(SOPHYAINCP)ctimer.h \ 398 $(SOPHYAINCP)zthread.h dlftypes.h \ 399 nobjmgr.h pi2dvec.h pistdimgapp.h \ 400 $(SOPHYAINCP)pisysdep.h \ 401 $(SOPHYAINCP)piapplx.h \ 402 $(SOPHYAINCP)piapplgen.h \ 403 $(SOPHYAINCP)pimsghandler.h \ 404 $(SOPHYAINCP)picontainerx.h \ 405 $(SOPHYAINCP)picontainergen.h \ 406 $(SOPHYAINCP)piwdgx.h \ 407 $(SOPHYAINCP)piwdggen.h \ 408 $(SOPHYAINCP)picolist.h \ 409 $(SOPHYAINCP)pimenubarx.h \ 410 $(SOPHYAINCP)pimenubargen.h \ 411 $(SOPHYAINCP)pimenux.h \ 412 $(SOPHYAINCP)pimenugen.h \ 413 $(SOPHYAINCP)picons.h \ 414 $(SOPHYAINCP)pistdwdgx.h \ 415 $(SOPHYAINCP)pistdwdggen.h \ 416 $(SOPHYAINCP)pibwdgx.h \ 417 $(SOPHYAINCP)pibwdggen.h \ 418 $(SOPHYAINCP)picmap.h \ 419 $(SOPHYAINCP)picmapx.h \ 420 $(SOPHYAINCP)picmapgen.h \ 421 $(SOPHYAINCP)pigraphx.h \ 422 $(SOPHYAINCP)pigraphgen.h \ 423 $(SOPHYAINCP)pifontx.h \ 424 $(SOPHYAINCP)pifontgen.h \ 425 $(SOPHYAINCP)pigrcoord.h \ 426 $(SOPHYAINCP)pilineatt.h \ 427 $(SOPHYAINCP)pigraphuc.h \ 428 $(SOPHYAINCP)pievthandler.h \ 429 $(SOPHYAINCP)psfile.h \ 430 $(SOPHYAINCP)pigraphps.h \ 431 $(SOPHYAINCP)piwindowx.h \ 432 $(SOPHYAINCP)piwindowgen.h \ 433 $(SOPHYAINCP)pioptmenux.h \ 434 $(SOPHYAINCP)pioptmenugen.h \ 435 $(SOPHYAINCP)pifilechox.h \ 436 $(SOPHYAINCP)pifilechogen.h \ 437 $(SOPHYAINCP)piperiodx.h \ 438 $(SOPHYAINCP)periodic.h \ 439 $(SOPHYAINCP)piimage.h \ 440 $(SOPHYAINCP)parradapter.h \ 441 $(SOPHYAINCP)lut.h \ 442 $(SOPHYAINCP)pieldrw.h \ 443 $(SOPHYAINCP)pidrawer.h \ 444 $(SOPHYAINCP)pigratt.h \ 445 $(SOPHYAINCP)piaxes.h \ 446 $(SOPHYAINCP)pipixmapx.h \ 447 $(SOPHYAINCP)pipixmapgen.h \ 448 $(SOPHYAINCP)picmapview.h \ 449 $(SOPHYAINCP)pi3dwdg.h \ 450 $(SOPHYAINCP)pi3ddrw.h \ 451 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 452 $(SOPHYAINCP)pilistx.h \ 453 $(SOPHYAINCP)pilistgen.h \ 454 $(SOPHYAINCP)pistzwin.h \ 455 $(SOPHYAINCP)pitherm.h \ 456 $(SOPHYAINCP)resusage.h \ 457 $(SOPHYAINCP)piscdrawwdg.h \ 458 $(SOPHYAINCP)ntupintf.h \ 459 $(SOPHYAINCP)ntuple.h nomgadapter.h \ 460 $(SOPHYAINCP)generalfit.h \ 461 $(SOPHYAINCP)tvector.h \ 462 $(SOPHYAINCP)tmatrix.h \ 463 $(SOPHYAINCP)tarray.h \ 464 $(SOPHYAINCP)basarr.h \ 465 $(SOPHYAINCP)ndatablock.h \ 466 $(SOPHYAINCP)utilarr.h \ 467 $(SOPHYAINCP)generaldata.h \ 468 $(SOPHYAINCP)poly.h \ 469 $(SOPHYAINCP)peida.h \ 470 $(SOPHYAINCP)utils.h \ 471 $(SOPHYAINCP)perrors.h \ 472 $(SOPHYAINCP)fmath.h servnobjm.h 473 $(CXXCOMPILE) -o $@ $< 474 475 $(SOPHYAOBJP)nobjmgr.o: nobjmgr.cc \ 476 $(SOPHYAINCP)sopnamsp.h \ 477 $(SOPHYAINCP)strutil.h \ 478 $(SOPHYAINCP)datatypes.h \ 479 $(SOPHYAINCP)machdefs.h nobjmgr.h \ 480 $(SOPHYAINCP)anydataobj.h \ 481 $(SOPHYAINCP)ppersist.h \ 482 $(SOPHYAINCP)pexceptions.h \ 483 $(SOPHYAINCP)gnumd5.h \ 484 $(SOPHYAINCP)ppfbinstream.h \ 485 $(SOPHYAINCP)rawstream.h \ 486 $(SOPHYAINCP)ppfnametag.h \ 487 $(SOPHYAINCP)dvlist.h \ 488 $(SOPHYAINCP)objfio.h \ 489 $(SOPHYAINCP)mutyv.h dlftypes.h \ 490 servnobjm.h $(SOPHYAINCP)pdlmgr.h \ 491 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 492 $(SOPHYAINCP)pibwdggen.h \ 493 $(SOPHYAINCP)pisysdep.h \ 494 $(SOPHYAINCP)piwdgx.h \ 495 $(SOPHYAINCP)piwdggen.h \ 496 $(SOPHYAINCP)pimsghandler.h \ 497 $(SOPHYAINCP)picolist.h \ 498 $(SOPHYAINCP)picmap.h \ 499 $(SOPHYAINCP)picmapx.h \ 500 $(SOPHYAINCP)picmapgen.h \ 501 $(SOPHYAINCP)pigraphx.h \ 502 $(SOPHYAINCP)pigraphgen.h \ 503 $(SOPHYAINCP)pifontx.h \ 504 $(SOPHYAINCP)pifontgen.h \ 505 $(SOPHYAINCP)pigrcoord.h \ 506 $(SOPHYAINCP)pilineatt.h \ 507 $(SOPHYAINCP)pigraphuc.h \ 508 $(SOPHYAINCP)pievthandler.h \ 509 $(SOPHYAINCP)psfile.h \ 510 $(SOPHYAINCP)pigratt.h \ 511 $(SOPHYAINCP)piaxes.h \ 512 $(SOPHYAINCP)parradapter.h \ 513 $(SOPHYAINCP)lut.h \ 514 $(SOPHYAINCP)ntupintf.h \ 515 $(SOPHYAINCP)generalfit.h \ 516 $(SOPHYAINCP)tvector.h \ 517 $(SOPHYAINCP)tmatrix.h \ 518 $(SOPHYAINCP)tarray.h \ 519 $(SOPHYAINCP)basarr.h \ 520 $(SOPHYAINCP)ndatablock.h \ 521 $(SOPHYAINCP)utilarr.h \ 522 $(SOPHYAINCP)generaldata.h \ 523 $(SOPHYAINCP)poly.h \ 524 $(SOPHYAINCP)peida.h \ 525 $(SOPHYAINCP)utils.h \ 526 $(SOPHYAINCP)perrors.h \ 527 $(SOPHYAINCP)fmath.h pistdimgapp.h \ 528 $(SOPHYAINCP)piapplx.h \ 529 $(SOPHYAINCP)piapplgen.h \ 530 $(SOPHYAINCP)picontainerx.h \ 531 $(SOPHYAINCP)picontainergen.h \ 532 $(SOPHYAINCP)pimenubarx.h \ 533 $(SOPHYAINCP)pimenubargen.h \ 534 $(SOPHYAINCP)pimenux.h \ 535 $(SOPHYAINCP)pimenugen.h \ 536 $(SOPHYAINCP)picons.h \ 537 $(SOPHYAINCP)pistdwdgx.h \ 538 $(SOPHYAINCP)pistdwdggen.h \ 539 $(SOPHYAINCP)pibwdgx.h \ 540 $(SOPHYAINCP)pigraphps.h \ 541 $(SOPHYAINCP)piwindowx.h \ 542 $(SOPHYAINCP)piwindowgen.h \ 543 $(SOPHYAINCP)pioptmenux.h \ 544 $(SOPHYAINCP)pioptmenugen.h \ 545 $(SOPHYAINCP)pifilechox.h \ 546 $(SOPHYAINCP)pifilechogen.h \ 547 $(SOPHYAINCP)piperiodx.h \ 548 $(SOPHYAINCP)periodic.h \ 549 $(SOPHYAINCP)piimage.h \ 550 $(SOPHYAINCP)pieldrw.h \ 551 $(SOPHYAINCP)pipixmapx.h \ 552 $(SOPHYAINCP)pipixmapgen.h \ 553 $(SOPHYAINCP)picmapview.h \ 554 $(SOPHYAINCP)pi3dwdg.h \ 555 $(SOPHYAINCP)pi3ddrw.h \ 556 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 557 $(SOPHYAINCP)commander.h \ 558 $(SOPHYAINCP)ctimer.h \ 559 $(SOPHYAINCP)zthread.h pisiadw.h \ 560 $(SOPHYAINCP)pilistx.h \ 561 $(SOPHYAINCP)pilistgen.h \ 562 $(SOPHYAINCP)pistzwin.h \ 563 $(SOPHYAINCP)pitherm.h \ 564 $(SOPHYAINCP)resusage.h \ 565 $(SOPHYAINCP)fitsautoreader.h \ 566 $(SOPHYAINCP)fitsfile.h \ 567 $(SOPHYAINCP)FitsIO/fitsio.h \ 568 $(SOPHYAINCP)FitsIO/longnam.h \ 569 $(SOPHYAINCP)fitstarray.h \ 570 $(SOPHYAINCP)fitsspherehealpix.h \ 571 $(SOPHYAINCP)spherehealpix.h \ 572 $(SOPHYAINCP)sphericalmap.h \ 573 $(SOPHYAINCP)smathconst.h \ 574 $(SOPHYAINCP)pixelmap.h \ 575 $(SOPHYAINCP)spherepos.h \ 576 $(SOPHYAINCP)unitvector.h \ 577 $(SOPHYAINCP)vector3d.h \ 578 $(SOPHYAINCP)longlat.h \ 579 $(SOPHYAINCP)utilgeom.h \ 580 $(SOPHYAINCP)HEALPixUtils.h \ 581 $(SOPHYAINCP)fitsntuple.h \ 582 $(SOPHYAINCP)ntuple.h \ 583 $(SOPHYAINCP)fitsxntuple.h \ 584 $(SOPHYAINCP)xntuple.h \ 585 $(SOPHYAINCP)fitslocalmap.h \ 586 $(SOPHYAINCP)localmap.h \ 587 $(SOPHYAINCP)fbtntintf.h pitvmaad.h \ 588 $(SOPHYAINCP)piyfxdrw.h \ 589 $(SOPHYAINCP)pisurfdr.h pipodrw.h \ 590 $(SOPHYAINCP)histos2.h \ 591 $(SOPHYAINCP)histos.h pintuple.h \ 592 pintup3d.h pigfd1.h pigfd2.h 593 $(CXXCOMPILE) -o $@ $< 594 595 $(SOPHYAOBJP)nomgadapter.o: nomgadapter.cc \ 596 $(SOPHYAINCP)sopnamsp.h \ 597 $(SOPHYAINCP)machdefs.h nomgadapter.h \ 598 $(SOPHYAINCP)ppersist.h \ 599 $(SOPHYAINCP)pexceptions.h \ 600 $(SOPHYAINCP)gnumd5.h \ 601 $(SOPHYAINCP)ppfbinstream.h \ 602 $(SOPHYAINCP)rawstream.h \ 603 $(SOPHYAINCP)ppfnametag.h \ 604 $(SOPHYAINCP)anydataobj.h \ 605 $(SOPHYAINCP)pidrawer.h \ 606 $(SOPHYAINCP)pibwdggen.h \ 607 $(SOPHYAINCP)pisysdep.h \ 608 $(SOPHYAINCP)piwdgx.h \ 609 $(SOPHYAINCP)piwdggen.h \ 610 $(SOPHYAINCP)pimsghandler.h \ 611 $(SOPHYAINCP)picolist.h \ 612 $(SOPHYAINCP)picmap.h \ 613 $(SOPHYAINCP)picmapx.h \ 614 $(SOPHYAINCP)picmapgen.h \ 615 $(SOPHYAINCP)pigraphx.h \ 616 $(SOPHYAINCP)pigraphgen.h \ 617 $(SOPHYAINCP)pifontx.h \ 618 $(SOPHYAINCP)pifontgen.h \ 619 $(SOPHYAINCP)pigrcoord.h \ 620 $(SOPHYAINCP)pilineatt.h \ 621 $(SOPHYAINCP)pigraphuc.h \ 622 $(SOPHYAINCP)pievthandler.h \ 623 $(SOPHYAINCP)psfile.h \ 624 $(SOPHYAINCP)pigratt.h \ 625 $(SOPHYAINCP)piaxes.h \ 626 $(SOPHYAINCP)parradapter.h \ 627 $(SOPHYAINCP)lut.h \ 628 $(SOPHYAINCP)ntupintf.h \ 629 $(SOPHYAINCP)generalfit.h \ 630 $(SOPHYAINCP)tvector.h \ 631 $(SOPHYAINCP)tmatrix.h \ 632 $(SOPHYAINCP)tarray.h \ 633 $(SOPHYAINCP)basarr.h \ 634 $(SOPHYAINCP)mutyv.h \ 635 $(SOPHYAINCP)dvlist.h \ 636 $(SOPHYAINCP)objfio.h \ 637 $(SOPHYAINCP)ndatablock.h \ 638 $(SOPHYAINCP)utilarr.h \ 639 $(SOPHYAINCP)generaldata.h \ 640 $(SOPHYAINCP)poly.h \ 641 $(SOPHYAINCP)peida.h \ 642 $(SOPHYAINCP)utils.h \ 643 $(SOPHYAINCP)perrors.h \ 644 $(SOPHYAINCP)fmath.h 645 $(CXXCOMPILE) -o $@ $< 646 647 $(SOPHYAOBJP)nomgfdadapter.o: nomgfdadapter.cc \ 648 $(SOPHYAINCP)sopnamsp.h \ 649 $(SOPHYAINCP)machdefs.h nomgfdadapter.h \ 650 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 651 $(SOPHYAINCP)pexceptions.h \ 652 $(SOPHYAINCP)gnumd5.h \ 653 $(SOPHYAINCP)ppfbinstream.h \ 654 $(SOPHYAINCP)rawstream.h \ 655 $(SOPHYAINCP)ppfnametag.h \ 656 $(SOPHYAINCP)anydataobj.h \ 657 $(SOPHYAINCP)pidrawer.h \ 658 $(SOPHYAINCP)pibwdggen.h \ 659 $(SOPHYAINCP)pisysdep.h \ 660 $(SOPHYAINCP)piwdgx.h \ 661 $(SOPHYAINCP)piwdggen.h \ 662 $(SOPHYAINCP)pimsghandler.h \ 663 $(SOPHYAINCP)picolist.h \ 664 $(SOPHYAINCP)picmap.h \ 665 $(SOPHYAINCP)picmapx.h \ 666 $(SOPHYAINCP)picmapgen.h \ 667 $(SOPHYAINCP)pigraphx.h \ 668 $(SOPHYAINCP)pigraphgen.h \ 669 $(SOPHYAINCP)pifontx.h \ 670 $(SOPHYAINCP)pifontgen.h \ 671 $(SOPHYAINCP)pigrcoord.h \ 672 $(SOPHYAINCP)pilineatt.h \ 673 $(SOPHYAINCP)pigraphuc.h \ 674 $(SOPHYAINCP)pievthandler.h \ 675 $(SOPHYAINCP)psfile.h \ 676 $(SOPHYAINCP)pigratt.h \ 677 $(SOPHYAINCP)piaxes.h \ 678 $(SOPHYAINCP)parradapter.h \ 679 $(SOPHYAINCP)lut.h \ 680 $(SOPHYAINCP)ntupintf.h \ 681 $(SOPHYAINCP)generalfit.h \ 682 $(SOPHYAINCP)tvector.h \ 683 $(SOPHYAINCP)tmatrix.h \ 684 $(SOPHYAINCP)tarray.h \ 685 $(SOPHYAINCP)basarr.h \ 686 $(SOPHYAINCP)mutyv.h \ 687 $(SOPHYAINCP)dvlist.h \ 688 $(SOPHYAINCP)objfio.h \ 689 $(SOPHYAINCP)ndatablock.h \ 690 $(SOPHYAINCP)utilarr.h \ 691 $(SOPHYAINCP)generaldata.h \ 692 $(SOPHYAINCP)poly.h \ 693 $(SOPHYAINCP)peida.h \ 694 $(SOPHYAINCP)utils.h \ 695 $(SOPHYAINCP)perrors.h \ 696 $(SOPHYAINCP)fmath.h pipodrw.h \ 697 $(SOPHYAINCP)histos2.h \ 698 $(SOPHYAINCP)histos.h \ 699 $(SOPHYAINCP)objfitter.h \ 700 $(SOPHYAINCP)cimage.h \ 701 $(SOPHYAINCP)fioarr.h \ 702 $(SOPHYAINCP)hisprof.h 703 $(CXXCOMPILE) -o $@ $< 704 705 $(SOPHYAOBJP)nomhistadapter.o: nomhistadapter.cc \ 706 $(SOPHYAINCP)sopnamsp.h \ 707 $(SOPHYAINCP)machdefs.h nomhistadapter.h \ 708 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 709 $(SOPHYAINCP)pexceptions.h \ 710 $(SOPHYAINCP)gnumd5.h \ 711 $(SOPHYAINCP)ppfbinstream.h \ 712 $(SOPHYAINCP)rawstream.h \ 713 $(SOPHYAINCP)ppfnametag.h \ 714 $(SOPHYAINCP)anydataobj.h \ 715 $(SOPHYAINCP)pidrawer.h \ 716 $(SOPHYAINCP)pibwdggen.h \ 717 $(SOPHYAINCP)pisysdep.h \ 718 $(SOPHYAINCP)piwdgx.h \ 719 $(SOPHYAINCP)piwdggen.h \ 720 $(SOPHYAINCP)pimsghandler.h \ 721 $(SOPHYAINCP)picolist.h \ 722 $(SOPHYAINCP)picmap.h \ 723 $(SOPHYAINCP)picmapx.h \ 724 $(SOPHYAINCP)picmapgen.h \ 725 $(SOPHYAINCP)pigraphx.h \ 726 $(SOPHYAINCP)pigraphgen.h \ 727 $(SOPHYAINCP)pifontx.h \ 728 $(SOPHYAINCP)pifontgen.h \ 729 $(SOPHYAINCP)pigrcoord.h \ 730 $(SOPHYAINCP)pilineatt.h \ 731 $(SOPHYAINCP)pigraphuc.h \ 732 $(SOPHYAINCP)pievthandler.h \ 733 $(SOPHYAINCP)psfile.h \ 734 $(SOPHYAINCP)pigratt.h \ 735 $(SOPHYAINCP)piaxes.h \ 736 $(SOPHYAINCP)parradapter.h \ 737 $(SOPHYAINCP)lut.h \ 738 $(SOPHYAINCP)ntupintf.h \ 739 $(SOPHYAINCP)generalfit.h \ 740 $(SOPHYAINCP)tvector.h \ 741 $(SOPHYAINCP)tmatrix.h \ 742 $(SOPHYAINCP)tarray.h \ 743 $(SOPHYAINCP)basarr.h \ 744 $(SOPHYAINCP)mutyv.h \ 745 $(SOPHYAINCP)dvlist.h \ 746 $(SOPHYAINCP)objfio.h \ 747 $(SOPHYAINCP)ndatablock.h \ 748 $(SOPHYAINCP)utilarr.h \ 749 $(SOPHYAINCP)generaldata.h \ 750 $(SOPHYAINCP)poly.h \ 751 $(SOPHYAINCP)peida.h \ 752 $(SOPHYAINCP)utils.h \ 753 $(SOPHYAINCP)perrors.h \ 754 $(SOPHYAINCP)fmath.h \ 755 $(SOPHYAINCP)histos.h \ 756 $(SOPHYAINCP)histos2.h \ 757 $(SOPHYAINCP)hisprof.h \ 758 $(SOPHYAINCP)histerr.h \ 759 $(SOPHYAINCP)ntuple.h \ 760 $(SOPHYAINCP)xntuple.h \ 761 $(SOPHYAINCP)basedtable.h \ 762 $(SOPHYAINCP)segdatablock.h pihisto.h \ 763 pihisto2d.h $(SOPHYAINCP)pimenux.h \ 764 $(SOPHYAINCP)pimenugen.h \ 765 $(SOPHYAINCP)pimenubarx.h \ 766 $(SOPHYAINCP)pimenubargen.h \ 767 $(SOPHYAINCP)pioptmenux.h \ 768 $(SOPHYAINCP)pioptmenugen.h \ 769 $(SOPHYAINCP)pistdwdgx.h \ 770 $(SOPHYAINCP)pistdwdggen.h \ 771 $(SOPHYAINCP)piscdrawwdg.h \ 772 $(SOPHYAINCP)pibwdgx.h \ 773 $(SOPHYAINCP)pigraphps.h \ 774 $(SOPHYAINCP)piwindowx.h \ 775 $(SOPHYAINCP)piwindowgen.h \ 776 $(SOPHYAINCP)picontainerx.h \ 777 $(SOPHYAINCP)picontainergen.h \ 778 $(SOPHYAINCP)pieldrw.h pipodrw.h \ 779 servnobjm.h nobjmgr.h dlftypes.h \ 780 $(SOPHYAINCP)pdlmgr.h \ 781 $(SOPHYAINCP)objfitter.h \ 782 $(SOPHYAINCP)cimage.h \ 783 $(SOPHYAINCP)fioarr.h \ 784 $(SOPHYAINCP)fitsntuple.h \ 785 $(SOPHYAINCP)fitsfile.h \ 786 $(SOPHYAINCP)FitsIO/fitsio.h \ 787 $(SOPHYAINCP)FitsIO/longnam.h \ 788 $(SOPHYAINCP)fitsxntuple.h \ 789 $(SOPHYAINCP)datatable.h \ 790 $(SOPHYAINCP)swppfdtable.h \ 791 $(SOPHYAINCP)swsegdb.h \ 792 $(SOPHYAINCP)ppfswapper.h \ 793 $(SOPHYAINCP)ppftpointerio.h 794 $(CXXCOMPILE) -o $@ $< 795 796 $(SOPHYAOBJP)nomimagadapter.o: nomimagadapter.cc \ 797 $(SOPHYAINCP)sopnamsp.h \ 798 $(SOPHYAINCP)machdefs.h \ 799 $(SOPHYAINCP)datatype.h nomimagadapter.h \ 800 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 801 $(SOPHYAINCP)pexceptions.h \ 802 $(SOPHYAINCP)gnumd5.h \ 803 $(SOPHYAINCP)ppfbinstream.h \ 804 $(SOPHYAINCP)rawstream.h \ 805 $(SOPHYAINCP)ppfnametag.h \ 806 $(SOPHYAINCP)anydataobj.h \ 807 $(SOPHYAINCP)pidrawer.h \ 808 $(SOPHYAINCP)pibwdggen.h \ 809 $(SOPHYAINCP)pisysdep.h \ 810 $(SOPHYAINCP)piwdgx.h \ 811 $(SOPHYAINCP)piwdggen.h \ 812 $(SOPHYAINCP)pimsghandler.h \ 813 $(SOPHYAINCP)picolist.h \ 814 $(SOPHYAINCP)picmap.h \ 815 $(SOPHYAINCP)picmapx.h \ 816 $(SOPHYAINCP)picmapgen.h \ 817 $(SOPHYAINCP)pigraphx.h \ 818 $(SOPHYAINCP)pigraphgen.h \ 819 $(SOPHYAINCP)pifontx.h \ 820 $(SOPHYAINCP)pifontgen.h \ 821 $(SOPHYAINCP)pigrcoord.h \ 822 $(SOPHYAINCP)pilineatt.h \ 823 $(SOPHYAINCP)pigraphuc.h \ 824 $(SOPHYAINCP)pievthandler.h \ 825 $(SOPHYAINCP)psfile.h \ 826 $(SOPHYAINCP)pigratt.h \ 827 $(SOPHYAINCP)piaxes.h \ 828 $(SOPHYAINCP)parradapter.h \ 829 $(SOPHYAINCP)lut.h \ 830 $(SOPHYAINCP)ntupintf.h \ 831 $(SOPHYAINCP)generalfit.h \ 832 $(SOPHYAINCP)tvector.h \ 833 $(SOPHYAINCP)tmatrix.h \ 834 $(SOPHYAINCP)tarray.h \ 835 $(SOPHYAINCP)basarr.h \ 836 $(SOPHYAINCP)mutyv.h \ 837 $(SOPHYAINCP)dvlist.h \ 838 $(SOPHYAINCP)objfio.h \ 839 $(SOPHYAINCP)ndatablock.h \ 840 $(SOPHYAINCP)utilarr.h \ 841 $(SOPHYAINCP)generaldata.h \ 842 $(SOPHYAINCP)poly.h \ 843 $(SOPHYAINCP)peida.h \ 844 $(SOPHYAINCP)utils.h \ 845 $(SOPHYAINCP)perrors.h \ 846 $(SOPHYAINCP)fmath.h \ 847 $(SOPHYAINCP)cimage.h \ 848 $(SOPHYAINCP)fioarr.h pimgadapter.h \ 849 $(SOPHYAINCP)objfitter.h \ 850 $(SOPHYAINCP)histos.h \ 851 $(SOPHYAINCP)histos2.h \ 852 $(SOPHYAINCP)hisprof.h \ 853 $(SOPHYAINCP)fitstarray.h \ 854 $(SOPHYAINCP)fitsfile.h \ 855 $(SOPHYAINCP)FitsIO/fitsio.h \ 856 $(SOPHYAINCP)FitsIO/longnam.h 857 $(CXXCOMPILE) -o $@ $< 858 859 $(SOPHYAOBJP)nomskymapadapter.o: nomskymapadapter.cc \ 860 $(SOPHYAINCP)sopnamsp.h \ 861 $(SOPHYAINCP)machdefs.h \ 862 $(SOPHYAINCP)datatype.h nomskymapadapter.h \ 863 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 864 $(SOPHYAINCP)pexceptions.h \ 865 $(SOPHYAINCP)gnumd5.h \ 866 $(SOPHYAINCP)ppfbinstream.h \ 867 $(SOPHYAINCP)rawstream.h \ 868 $(SOPHYAINCP)ppfnametag.h \ 869 $(SOPHYAINCP)anydataobj.h \ 870 $(SOPHYAINCP)pidrawer.h \ 871 $(SOPHYAINCP)pibwdggen.h \ 872 $(SOPHYAINCP)pisysdep.h \ 873 $(SOPHYAINCP)piwdgx.h \ 874 $(SOPHYAINCP)piwdggen.h \ 875 $(SOPHYAINCP)pimsghandler.h \ 876 $(SOPHYAINCP)picolist.h \ 877 $(SOPHYAINCP)picmap.h \ 878 $(SOPHYAINCP)picmapx.h \ 879 $(SOPHYAINCP)picmapgen.h \ 880 $(SOPHYAINCP)pigraphx.h \ 881 $(SOPHYAINCP)pigraphgen.h \ 882 $(SOPHYAINCP)pifontx.h \ 883 $(SOPHYAINCP)pifontgen.h \ 884 $(SOPHYAINCP)pigrcoord.h \ 885 $(SOPHYAINCP)pilineatt.h \ 886 $(SOPHYAINCP)pigraphuc.h \ 887 $(SOPHYAINCP)pievthandler.h \ 888 $(SOPHYAINCP)psfile.h \ 889 $(SOPHYAINCP)pigratt.h \ 890 $(SOPHYAINCP)piaxes.h \ 891 $(SOPHYAINCP)parradapter.h \ 892 $(SOPHYAINCP)lut.h \ 893 $(SOPHYAINCP)ntupintf.h \ 894 $(SOPHYAINCP)generalfit.h \ 895 $(SOPHYAINCP)tvector.h \ 896 $(SOPHYAINCP)tmatrix.h \ 897 $(SOPHYAINCP)tarray.h \ 898 $(SOPHYAINCP)basarr.h \ 899 $(SOPHYAINCP)mutyv.h \ 900 $(SOPHYAINCP)dvlist.h \ 901 $(SOPHYAINCP)objfio.h \ 902 $(SOPHYAINCP)ndatablock.h \ 903 $(SOPHYAINCP)utilarr.h \ 904 $(SOPHYAINCP)generaldata.h \ 905 $(SOPHYAINCP)poly.h \ 906 $(SOPHYAINCP)peida.h \ 907 $(SOPHYAINCP)utils.h \ 908 $(SOPHYAINCP)perrors.h \ 909 $(SOPHYAINCP)fmath.h \ 910 $(SOPHYAINCP)pixelmap.h \ 911 $(SOPHYAINCP)spherepos.h \ 912 $(SOPHYAINCP)unitvector.h \ 913 $(SOPHYAINCP)vector3d.h \ 914 $(SOPHYAINCP)longlat.h \ 915 $(SOPHYAINCP)utilgeom.h \ 916 $(SOPHYAINCP)skymap.h \ 917 $(SOPHYAINCP)spherethetaphi.h \ 918 $(SOPHYAINCP)sphericalmap.h \ 919 $(SOPHYAINCP)smathconst.h \ 920 $(SOPHYAINCP)spherehealpix.h \ 921 $(SOPHYAINCP)HEALPixUtils.h \ 922 $(SOPHYAINCP)localmap.h \ 923 $(SOPHYAINCP)sphereecp.h \ 924 $(SOPHYAINCP)fiospherethetaphi.h \ 925 $(SOPHYAINCP)fiospherehealpix.h \ 926 $(SOPHYAINCP)fiolocalmap.h \ 927 $(SOPHYAINCP)fiosphereecp.h pitvmaad.h \ 928 $(SOPHYAINCP)complexios.h \ 929 $(SOPHYAINCP)fitsspherehealpix.h \ 930 $(SOPHYAINCP)fitsfile.h \ 931 $(SOPHYAINCP)FitsIO/fitsio.h \ 932 $(SOPHYAINCP)FitsIO/longnam.h \ 933 $(SOPHYAINCP)fitslocalmap.h 934 $(CXXCOMPILE) -o $@ $< 935 936 $(SOPHYAOBJP)nomspecrespadapter.o: nomspecrespadapter.cc \ 937 $(SOPHYAINCP)sopnamsp.h \ 938 $(SOPHYAINCP)machdefs.h \ 939 nomspecrespadapter.h nomgadapter.h \ 940 $(SOPHYAINCP)ppersist.h \ 941 $(SOPHYAINCP)pexceptions.h \ 942 $(SOPHYAINCP)gnumd5.h \ 943 $(SOPHYAINCP)ppfbinstream.h \ 944 $(SOPHYAINCP)rawstream.h \ 945 $(SOPHYAINCP)ppfnametag.h \ 946 $(SOPHYAINCP)anydataobj.h \ 947 $(SOPHYAINCP)pidrawer.h \ 948 $(SOPHYAINCP)pibwdggen.h \ 949 $(SOPHYAINCP)pisysdep.h \ 950 $(SOPHYAINCP)piwdgx.h \ 951 $(SOPHYAINCP)piwdggen.h \ 952 $(SOPHYAINCP)pimsghandler.h \ 953 $(SOPHYAINCP)picolist.h \ 954 $(SOPHYAINCP)picmap.h \ 955 $(SOPHYAINCP)picmapx.h \ 956 $(SOPHYAINCP)picmapgen.h \ 957 $(SOPHYAINCP)pigraphx.h \ 958 $(SOPHYAINCP)pigraphgen.h \ 959 $(SOPHYAINCP)pifontx.h \ 960 $(SOPHYAINCP)pifontgen.h \ 961 $(SOPHYAINCP)pigrcoord.h \ 962 $(SOPHYAINCP)pilineatt.h \ 963 $(SOPHYAINCP)pigraphuc.h \ 964 $(SOPHYAINCP)pievthandler.h \ 965 $(SOPHYAINCP)psfile.h \ 966 $(SOPHYAINCP)pigratt.h \ 967 $(SOPHYAINCP)piaxes.h \ 968 $(SOPHYAINCP)parradapter.h \ 969 $(SOPHYAINCP)lut.h \ 970 $(SOPHYAINCP)ntupintf.h \ 971 $(SOPHYAINCP)generalfit.h \ 972 $(SOPHYAINCP)tvector.h \ 973 $(SOPHYAINCP)tmatrix.h \ 974 $(SOPHYAINCP)tarray.h \ 975 $(SOPHYAINCP)basarr.h \ 976 $(SOPHYAINCP)mutyv.h \ 977 $(SOPHYAINCP)dvlist.h \ 978 $(SOPHYAINCP)objfio.h \ 979 $(SOPHYAINCP)ndatablock.h \ 980 $(SOPHYAINCP)utilarr.h \ 981 $(SOPHYAINCP)generaldata.h \ 982 $(SOPHYAINCP)poly.h \ 983 $(SOPHYAINCP)peida.h \ 984 $(SOPHYAINCP)utils.h \ 985 $(SOPHYAINCP)perrors.h \ 986 $(SOPHYAINCP)fmath.h \ 987 $(SOPHYAINCP)specresp.h \ 988 $(SOPHYAINCP)specrespvector.h \ 989 $(SOPHYAINCP)gaussfilt.h 990 $(CXXCOMPILE) -o $@ $< 991 992 $(SOPHYAOBJP)nomtarradapter.o: nomtarradapter.cc \ 993 $(SOPHYAINCP)sopnamsp.h \ 994 $(SOPHYAINCP)machdefs.h \ 995 $(SOPHYAINCP)datatype.h nomtarradapter.h \ 996 nomgadapter.h $(SOPHYAINCP)ppersist.h \ 997 $(SOPHYAINCP)pexceptions.h \ 998 $(SOPHYAINCP)gnumd5.h \ 999 $(SOPHYAINCP)ppfbinstream.h \ 1000 $(SOPHYAINCP)rawstream.h \ 1001 $(SOPHYAINCP)ppfnametag.h \ 1002 $(SOPHYAINCP)anydataobj.h \ 1003 $(SOPHYAINCP)pidrawer.h \ 1004 $(SOPHYAINCP)pibwdggen.h \ 1005 $(SOPHYAINCP)pisysdep.h \ 1006 $(SOPHYAINCP)piwdgx.h \ 1007 $(SOPHYAINCP)piwdggen.h \ 1008 $(SOPHYAINCP)pimsghandler.h \ 1009 $(SOPHYAINCP)picolist.h \ 1010 $(SOPHYAINCP)picmap.h \ 1011 $(SOPHYAINCP)picmapx.h \ 1012 $(SOPHYAINCP)picmapgen.h \ 1013 $(SOPHYAINCP)pigraphx.h \ 1014 $(SOPHYAINCP)pigraphgen.h \ 1015 $(SOPHYAINCP)pifontx.h \ 1016 $(SOPHYAINCP)pifontgen.h \ 1017 $(SOPHYAINCP)pigrcoord.h \ 1018 $(SOPHYAINCP)pilineatt.h \ 1019 $(SOPHYAINCP)pigraphuc.h \ 1020 $(SOPHYAINCP)pievthandler.h \ 1021 $(SOPHYAINCP)psfile.h \ 1022 $(SOPHYAINCP)pigratt.h \ 1023 $(SOPHYAINCP)piaxes.h \ 1024 $(SOPHYAINCP)parradapter.h \ 1025 $(SOPHYAINCP)lut.h \ 1026 $(SOPHYAINCP)ntupintf.h \ 1027 $(SOPHYAINCP)generalfit.h \ 1028 $(SOPHYAINCP)tvector.h \ 1029 $(SOPHYAINCP)tmatrix.h \ 1030 $(SOPHYAINCP)tarray.h \ 1031 $(SOPHYAINCP)basarr.h \ 1032 $(SOPHYAINCP)mutyv.h \ 1033 $(SOPHYAINCP)dvlist.h \ 1034 $(SOPHYAINCP)objfio.h \ 1035 $(SOPHYAINCP)ndatablock.h \ 1036 $(SOPHYAINCP)utilarr.h \ 1037 $(SOPHYAINCP)generaldata.h \ 1038 $(SOPHYAINCP)poly.h \ 1039 $(SOPHYAINCP)peida.h \ 1040 $(SOPHYAINCP)utils.h \ 1041 $(SOPHYAINCP)perrors.h \ 1042 $(SOPHYAINCP)fmath.h pitvmaad.h \ 1043 $(SOPHYAINCP)piyfxdrw.h \ 1044 $(SOPHYAINCP)fioarr.h \ 1045 $(SOPHYAINCP)fitstarray.h \ 1046 $(SOPHYAINCP)fitsfile.h \ 1047 $(SOPHYAINCP)FitsIO/fitsio.h \ 1048 $(SOPHYAINCP)FitsIO/longnam.h 1049 $(CXXCOMPILE) -o $@ $< 1050 1051 $(SOPHYAOBJP)nomtmatvecadapter.o: nomtmatvecadapter.cc \ 1052 $(SOPHYAINCP)sopnamsp.h \ 1053 $(SOPHYAINCP)machdefs.h \ 1054 $(SOPHYAINCP)datatype.h \ 1055 $(SOPHYAINCP)tvector.h \ 1056 $(SOPHYAINCP)tmatrix.h \ 1057 $(SOPHYAINCP)tarray.h \ 1058 $(SOPHYAINCP)basarr.h \ 1059 $(SOPHYAINCP)anydataobj.h \ 1060 $(SOPHYAINCP)mutyv.h \ 1061 $(SOPHYAINCP)dvlist.h \ 1062 $(SOPHYAINCP)objfio.h \ 1063 $(SOPHYAINCP)ppersist.h \ 1064 $(SOPHYAINCP)pexceptions.h \ 1065 $(SOPHYAINCP)gnumd5.h \ 1066 $(SOPHYAINCP)ppfbinstream.h \ 1067 $(SOPHYAINCP)rawstream.h \ 1068 $(SOPHYAINCP)ppfnametag.h \ 1069 $(SOPHYAINCP)ndatablock.h \ 1070 $(SOPHYAINCP)utilarr.h \ 1071 $(SOPHYAINCP)objfitter.h \ 1072 $(SOPHYAINCP)cimage.h \ 1073 $(SOPHYAINCP)fioarr.h \ 1074 $(SOPHYAINCP)histos.h \ 1075 $(SOPHYAINCP)peida.h \ 1076 $(SOPHYAINCP)utils.h \ 1077 $(SOPHYAINCP)perrors.h \ 1078 $(SOPHYAINCP)fmath.h \ 1079 $(SOPHYAINCP)histos2.h \ 1080 $(SOPHYAINCP)hisprof.h \ 1081 $(SOPHYAINCP)generalfit.h \ 1082 $(SOPHYAINCP)generaldata.h \ 1083 $(SOPHYAINCP)ntupintf.h \ 1084 $(SOPHYAINCP)poly.h nomtmatvecadapter.h \ 1085 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1086 $(SOPHYAINCP)pibwdggen.h \ 1087 $(SOPHYAINCP)pisysdep.h \ 1088 $(SOPHYAINCP)piwdgx.h \ 1089 $(SOPHYAINCP)piwdggen.h \ 1090 $(SOPHYAINCP)pimsghandler.h \ 1091 $(SOPHYAINCP)picolist.h \ 1092 $(SOPHYAINCP)picmap.h \ 1093 $(SOPHYAINCP)picmapx.h \ 1094 $(SOPHYAINCP)picmapgen.h \ 1095 $(SOPHYAINCP)pigraphx.h \ 1096 $(SOPHYAINCP)pigraphgen.h \ 1097 $(SOPHYAINCP)pifontx.h \ 1098 $(SOPHYAINCP)pifontgen.h \ 1099 $(SOPHYAINCP)pigrcoord.h \ 1100 $(SOPHYAINCP)pilineatt.h \ 1101 $(SOPHYAINCP)pigraphuc.h \ 1102 $(SOPHYAINCP)pievthandler.h \ 1103 $(SOPHYAINCP)psfile.h \ 1104 $(SOPHYAINCP)pigratt.h \ 1105 $(SOPHYAINCP)piaxes.h \ 1106 $(SOPHYAINCP)parradapter.h \ 1107 $(SOPHYAINCP)lut.h \ 1108 $(SOPHYAINCP)piyfxdrw.h pitvmaad.h \ 1109 $(SOPHYAINCP)fitstarray.h \ 1110 $(SOPHYAINCP)fitsfile.h \ 1111 $(SOPHYAINCP)FitsIO/fitsio.h \ 1112 $(SOPHYAINCP)FitsIO/longnam.h 1113 $(CXXCOMPILE) -o $@ $< 1114 1115 $(SOPHYAOBJP)pawexecut.o: pawexecut.cc \ 1116 $(SOPHYAINCP)sopnamsp.h \ 1117 $(SOPHYAINCP)strutil.h \ 1118 $(SOPHYAINCP)strutilxx.h \ 1119 $(SOPHYAINCP)machdefs.h \ 1120 $(SOPHYAINCP)histos.h \ 1121 $(SOPHYAINCP)objfio.h \ 1122 $(SOPHYAINCP)anydataobj.h \ 1123 $(SOPHYAINCP)ppersist.h \ 1124 $(SOPHYAINCP)pexceptions.h \ 1125 $(SOPHYAINCP)gnumd5.h \ 1126 $(SOPHYAINCP)ppfbinstream.h \ 1127 $(SOPHYAINCP)rawstream.h \ 1128 $(SOPHYAINCP)ppfnametag.h \ 1129 $(SOPHYAINCP)peida.h \ 1130 $(SOPHYAINCP)utils.h \ 1131 $(SOPHYAINCP)perrors.h \ 1132 $(SOPHYAINCP)fmath.h \ 1133 $(SOPHYAINCP)tvector.h \ 1134 $(SOPHYAINCP)tmatrix.h \ 1135 $(SOPHYAINCP)tarray.h \ 1136 $(SOPHYAINCP)basarr.h \ 1137 $(SOPHYAINCP)mutyv.h \ 1138 $(SOPHYAINCP)dvlist.h \ 1139 $(SOPHYAINCP)ndatablock.h \ 1140 $(SOPHYAINCP)utilarr.h \ 1141 $(SOPHYAINCP)histos2.h \ 1142 $(SOPHYAINCP)hisprof.h \ 1143 $(SOPHYAINCP)histerr.h \ 1144 $(SOPHYAINCP)ntuple.h \ 1145 $(SOPHYAINCP)ntupintf.h pawexecut.h \ 1146 piacmd.h $(SOPHYAINCP)commander.h \ 1147 $(SOPHYAINCP)pdlmgr.h \ 1148 $(SOPHYAINCP)ctimer.h \ 1149 $(SOPHYAINCP)zthread.h dlftypes.h \ 1150 nobjmgr.h servnobjm.h nomgadapter.h \ 1151 $(SOPHYAINCP)pidrawer.h \ 1152 $(SOPHYAINCP)pibwdggen.h \ 1153 $(SOPHYAINCP)pisysdep.h \ 1154 $(SOPHYAINCP)piwdgx.h \ 1155 $(SOPHYAINCP)piwdggen.h \ 1156 $(SOPHYAINCP)pimsghandler.h \ 1157 $(SOPHYAINCP)picolist.h \ 1158 $(SOPHYAINCP)picmap.h \ 1159 $(SOPHYAINCP)picmapx.h \ 1160 $(SOPHYAINCP)picmapgen.h \ 1161 $(SOPHYAINCP)pigraphx.h \ 1162 $(SOPHYAINCP)pigraphgen.h \ 1163 $(SOPHYAINCP)pifontx.h \ 1164 $(SOPHYAINCP)pifontgen.h \ 1165 $(SOPHYAINCP)pigrcoord.h \ 1166 $(SOPHYAINCP)pilineatt.h \ 1167 $(SOPHYAINCP)pigraphuc.h \ 1168 $(SOPHYAINCP)pievthandler.h \ 1169 $(SOPHYAINCP)psfile.h \ 1170 $(SOPHYAINCP)pigratt.h \ 1171 $(SOPHYAINCP)piaxes.h \ 1172 $(SOPHYAINCP)parradapter.h \ 1173 $(SOPHYAINCP)lut.h \ 1174 $(SOPHYAINCP)generalfit.h \ 1175 $(SOPHYAINCP)generaldata.h \ 1176 $(SOPHYAINCP)poly.h pistdimgapp.h \ 1177 $(SOPHYAINCP)piapplx.h \ 1178 $(SOPHYAINCP)piapplgen.h \ 1179 $(SOPHYAINCP)picontainerx.h \ 1180 $(SOPHYAINCP)picontainergen.h \ 1181 $(SOPHYAINCP)pimenubarx.h \ 1182 $(SOPHYAINCP)pimenubargen.h \ 1183 $(SOPHYAINCP)pimenux.h \ 1184 $(SOPHYAINCP)pimenugen.h \ 1185 $(SOPHYAINCP)picons.h \ 1186 $(SOPHYAINCP)pistdwdgx.h \ 1187 $(SOPHYAINCP)pistdwdggen.h \ 1188 $(SOPHYAINCP)pibwdgx.h \ 1189 $(SOPHYAINCP)pigraphps.h \ 1190 $(SOPHYAINCP)piwindowx.h \ 1191 $(SOPHYAINCP)piwindowgen.h \ 1192 $(SOPHYAINCP)pioptmenux.h \ 1193 $(SOPHYAINCP)pioptmenugen.h \ 1194 $(SOPHYAINCP)pifilechox.h \ 1195 $(SOPHYAINCP)pifilechogen.h \ 1196 $(SOPHYAINCP)piperiodx.h \ 1197 $(SOPHYAINCP)periodic.h \ 1198 $(SOPHYAINCP)piimage.h \ 1199 $(SOPHYAINCP)pieldrw.h \ 1200 $(SOPHYAINCP)pipixmapx.h \ 1201 $(SOPHYAINCP)pipixmapgen.h \ 1202 $(SOPHYAINCP)picmapview.h \ 1203 $(SOPHYAINCP)pi3dwdg.h \ 1204 $(SOPHYAINCP)pi3ddrw.h \ 1205 $(SOPHYAINCP)pigraph3d.h pisiadw.h \ 1206 $(SOPHYAINCP)pilistx.h \ 1207 $(SOPHYAINCP)pilistgen.h \ 1208 $(SOPHYAINCP)pistzwin.h \ 1209 $(SOPHYAINCP)pitherm.h \ 1210 $(SOPHYAINCP)resusage.h pihisto.h 1211 $(CXXCOMPILE) -o $@ $< 1212 1213 $(SOPHYAOBJP)pi2dvec.o: pi2dvec.cc \ 1214 $(SOPHYAINCP)sopnamsp.h \ 1215 $(SOPHYAINCP)machdefs.h \ 1216 $(SOPHYAINCP)histos.h \ 1217 $(SOPHYAINCP)objfio.h \ 1218 $(SOPHYAINCP)anydataobj.h \ 1219 $(SOPHYAINCP)ppersist.h \ 1220 $(SOPHYAINCP)pexceptions.h \ 1221 $(SOPHYAINCP)gnumd5.h \ 1222 $(SOPHYAINCP)ppfbinstream.h \ 1223 $(SOPHYAINCP)rawstream.h \ 1224 $(SOPHYAINCP)ppfnametag.h \ 1225 $(SOPHYAINCP)peida.h \ 1226 $(SOPHYAINCP)utils.h \ 1227 $(SOPHYAINCP)perrors.h \ 1228 $(SOPHYAINCP)fmath.h \ 1229 $(SOPHYAINCP)tvector.h \ 1230 $(SOPHYAINCP)tmatrix.h \ 1231 $(SOPHYAINCP)tarray.h \ 1232 $(SOPHYAINCP)basarr.h \ 1233 $(SOPHYAINCP)mutyv.h \ 1234 $(SOPHYAINCP)dvlist.h \ 1235 $(SOPHYAINCP)ndatablock.h \ 1236 $(SOPHYAINCP)utilarr.h \ 1237 $(SOPHYAINCP)ntuple.h \ 1238 $(SOPHYAINCP)ntupintf.h \ 1239 $(SOPHYAINCP)nbtri.h pi2dvec.h \ 1240 pistdimgapp.h $(SOPHYAINCP)pisysdep.h \ 1241 $(SOPHYAINCP)piapplx.h \ 1242 $(SOPHYAINCP)piapplgen.h \ 1243 $(SOPHYAINCP)pimsghandler.h \ 1244 $(SOPHYAINCP)picontainerx.h \ 1245 $(SOPHYAINCP)picontainergen.h \ 1246 $(SOPHYAINCP)piwdgx.h \ 1247 $(SOPHYAINCP)piwdggen.h \ 1248 $(SOPHYAINCP)picolist.h \ 1249 $(SOPHYAINCP)pimenubarx.h \ 1250 $(SOPHYAINCP)pimenubargen.h \ 1251 $(SOPHYAINCP)pimenux.h \ 1252 $(SOPHYAINCP)pimenugen.h \ 1253 $(SOPHYAINCP)picons.h \ 1254 $(SOPHYAINCP)pistdwdgx.h \ 1255 $(SOPHYAINCP)pistdwdggen.h \ 1256 $(SOPHYAINCP)pibwdgx.h \ 1257 $(SOPHYAINCP)pibwdggen.h \ 1258 $(SOPHYAINCP)picmap.h \ 1259 $(SOPHYAINCP)picmapx.h \ 1260 $(SOPHYAINCP)picmapgen.h \ 1261 $(SOPHYAINCP)pigraphx.h \ 1262 $(SOPHYAINCP)pigraphgen.h \ 1263 $(SOPHYAINCP)pifontx.h \ 1264 $(SOPHYAINCP)pifontgen.h \ 1265 $(SOPHYAINCP)pigrcoord.h \ 1266 $(SOPHYAINCP)pilineatt.h \ 1267 $(SOPHYAINCP)pigraphuc.h \ 1268 $(SOPHYAINCP)pievthandler.h \ 1269 $(SOPHYAINCP)psfile.h \ 1270 $(SOPHYAINCP)pigraphps.h \ 1271 $(SOPHYAINCP)piwindowx.h \ 1272 $(SOPHYAINCP)piwindowgen.h \ 1273 $(SOPHYAINCP)pioptmenux.h \ 1274 $(SOPHYAINCP)pioptmenugen.h \ 1275 $(SOPHYAINCP)pifilechox.h \ 1276 $(SOPHYAINCP)pifilechogen.h \ 1277 $(SOPHYAINCP)piperiodx.h \ 1278 $(SOPHYAINCP)periodic.h \ 1279 $(SOPHYAINCP)piimage.h \ 1280 $(SOPHYAINCP)parradapter.h \ 1281 $(SOPHYAINCP)lut.h \ 1282 $(SOPHYAINCP)pieldrw.h \ 1283 $(SOPHYAINCP)pidrawer.h \ 1284 $(SOPHYAINCP)pigratt.h \ 1285 $(SOPHYAINCP)piaxes.h \ 1286 $(SOPHYAINCP)pipixmapx.h \ 1287 $(SOPHYAINCP)pipixmapgen.h \ 1288 $(SOPHYAINCP)picmapview.h \ 1289 $(SOPHYAINCP)pi3dwdg.h \ 1290 $(SOPHYAINCP)pi3ddrw.h \ 1291 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1292 dlftypes.h piacmd.h \ 1293 $(SOPHYAINCP)commander.h \ 1294 $(SOPHYAINCP)pdlmgr.h \ 1295 $(SOPHYAINCP)ctimer.h \ 1296 $(SOPHYAINCP)zthread.h pisiadw.h \ 1297 $(SOPHYAINCP)pilistx.h \ 1298 $(SOPHYAINCP)pilistgen.h \ 1299 $(SOPHYAINCP)pistzwin.h \ 1300 $(SOPHYAINCP)pitherm.h \ 1301 $(SOPHYAINCP)resusage.h \ 1302 $(SOPHYAINCP)piscdrawwdg.h 1303 $(CXXCOMPILE) -o $@ $< 1304 1305 $(SOPHYAOBJP)piacmd.o: piacmd.cc $(SOPHYAINCP)sopnamsp.h \ 1306 piacmd.h $(SOPHYAINCP)machdefs.h \ 1307 $(SOPHYAINCP)commander.h \ 1308 $(SOPHYAINCP)pdlmgr.h \ 1309 $(SOPHYAINCP)dvlist.h \ 1310 $(SOPHYAINCP)objfio.h \ 1311 $(SOPHYAINCP)anydataobj.h \ 1312 $(SOPHYAINCP)ppersist.h \ 1313 $(SOPHYAINCP)pexceptions.h \ 1314 $(SOPHYAINCP)gnumd5.h \ 1315 $(SOPHYAINCP)ppfbinstream.h \ 1316 $(SOPHYAINCP)rawstream.h \ 1317 $(SOPHYAINCP)ppfnametag.h \ 1318 $(SOPHYAINCP)mutyv.h \ 1319 $(SOPHYAINCP)ctimer.h \ 1320 $(SOPHYAINCP)zthread.h dlftypes.h \ 1321 basexecut.h $(SOPHYAINCP)strutil.h \ 1322 $(SOPHYAINCP)strutilxx.h \ 1323 $(SOPHYAINCP)srandgen.h pistdimgapp.h \ 1324 $(SOPHYAINCP)pisysdep.h \ 1325 $(SOPHYAINCP)piapplx.h \ 1326 $(SOPHYAINCP)piapplgen.h \ 1327 $(SOPHYAINCP)pimsghandler.h \ 1328 $(SOPHYAINCP)picontainerx.h \ 1329 $(SOPHYAINCP)picontainergen.h \ 1330 $(SOPHYAINCP)piwdgx.h \ 1331 $(SOPHYAINCP)piwdggen.h \ 1332 $(SOPHYAINCP)picolist.h \ 1333 $(SOPHYAINCP)pimenubarx.h \ 1334 $(SOPHYAINCP)pimenubargen.h \ 1335 $(SOPHYAINCP)pimenux.h \ 1336 $(SOPHYAINCP)pimenugen.h \ 1337 $(SOPHYAINCP)picons.h \ 1338 $(SOPHYAINCP)pistdwdgx.h \ 1339 $(SOPHYAINCP)pistdwdggen.h \ 1340 $(SOPHYAINCP)pibwdgx.h \ 1341 $(SOPHYAINCP)pibwdggen.h \ 1342 $(SOPHYAINCP)picmap.h \ 1343 $(SOPHYAINCP)picmapx.h \ 1344 $(SOPHYAINCP)picmapgen.h \ 1345 $(SOPHYAINCP)pigraphx.h \ 1346 $(SOPHYAINCP)pigraphgen.h \ 1347 $(SOPHYAINCP)pifontx.h \ 1348 $(SOPHYAINCP)pifontgen.h \ 1349 $(SOPHYAINCP)pigrcoord.h \ 1350 $(SOPHYAINCP)pilineatt.h \ 1351 $(SOPHYAINCP)pigraphuc.h \ 1352 $(SOPHYAINCP)pievthandler.h \ 1353 $(SOPHYAINCP)psfile.h \ 1354 $(SOPHYAINCP)pigraphps.h \ 1355 $(SOPHYAINCP)piwindowx.h \ 1356 $(SOPHYAINCP)piwindowgen.h \ 1357 $(SOPHYAINCP)pioptmenux.h \ 1358 $(SOPHYAINCP)pioptmenugen.h \ 1359 $(SOPHYAINCP)pifilechox.h \ 1360 $(SOPHYAINCP)pifilechogen.h \ 1361 $(SOPHYAINCP)piperiodx.h \ 1362 $(SOPHYAINCP)periodic.h \ 1363 $(SOPHYAINCP)piimage.h \ 1364 $(SOPHYAINCP)parradapter.h \ 1365 $(SOPHYAINCP)lut.h \ 1366 $(SOPHYAINCP)pieldrw.h \ 1367 $(SOPHYAINCP)pidrawer.h \ 1368 $(SOPHYAINCP)pigratt.h \ 1369 $(SOPHYAINCP)piaxes.h \ 1370 $(SOPHYAINCP)pipixmapx.h \ 1371 $(SOPHYAINCP)pipixmapgen.h \ 1372 $(SOPHYAINCP)picmapview.h \ 1373 $(SOPHYAINCP)pi3dwdg.h \ 1374 $(SOPHYAINCP)pi3ddrw.h \ 1375 $(SOPHYAINCP)pigraph3d.h nobjmgr.h \ 1376 pisiadw.h $(SOPHYAINCP)pilistx.h \ 1377 $(SOPHYAINCP)pilistgen.h \ 1378 $(SOPHYAINCP)pistzwin.h \ 1379 $(SOPHYAINCP)pitherm.h \ 1380 $(SOPHYAINCP)resusage.h piafitting.h \ 1381 nomgadapter.h $(SOPHYAINCP)ntupintf.h \ 1382 $(SOPHYAINCP)generalfit.h \ 1383 $(SOPHYAINCP)tvector.h \ 1384 $(SOPHYAINCP)tmatrix.h \ 1385 $(SOPHYAINCP)tarray.h \ 1386 $(SOPHYAINCP)basarr.h \ 1387 $(SOPHYAINCP)ndatablock.h \ 1388 $(SOPHYAINCP)utilarr.h \ 1389 $(SOPHYAINCP)generaldata.h \ 1390 $(SOPHYAINCP)poly.h \ 1391 $(SOPHYAINCP)peida.h \ 1392 $(SOPHYAINCP)utils.h \ 1393 $(SOPHYAINCP)perrors.h \ 1394 $(SOPHYAINCP)fmath.h pawexecut.h \ 1395 cxxexecutor.h cxxexecwin.h contmodex.h flowmodex.h 1396 $(CXXCOMPILE) -o $@ $< 1397 1398 $(SOPHYAOBJP)piafitting.o: piafitting.cc \ 1399 $(SOPHYAINCP)sopnamsp.h \ 1400 $(SOPHYAINCP)strutil.h \ 1401 $(SOPHYAINCP)nbtri.h \ 1402 $(SOPHYAINCP)machdefs.h \ 1403 $(SOPHYAINCP)generalfit.h \ 1404 $(SOPHYAINCP)pexceptions.h \ 1405 $(SOPHYAINCP)tvector.h \ 1406 $(SOPHYAINCP)tmatrix.h \ 1407 $(SOPHYAINCP)tarray.h \ 1408 $(SOPHYAINCP)basarr.h \ 1409 $(SOPHYAINCP)anydataobj.h \ 1410 $(SOPHYAINCP)mutyv.h \ 1411 $(SOPHYAINCP)dvlist.h \ 1412 $(SOPHYAINCP)objfio.h \ 1413 $(SOPHYAINCP)ppersist.h \ 1414 $(SOPHYAINCP)gnumd5.h \ 1415 $(SOPHYAINCP)ppfbinstream.h \ 1416 $(SOPHYAINCP)rawstream.h \ 1417 $(SOPHYAINCP)ppfnametag.h \ 1418 $(SOPHYAINCP)ndatablock.h \ 1419 $(SOPHYAINCP)utilarr.h \ 1420 $(SOPHYAINCP)generaldata.h \ 1421 $(SOPHYAINCP)ntupintf.h \ 1422 $(SOPHYAINCP)poly.h \ 1423 $(SOPHYAINCP)peida.h \ 1424 $(SOPHYAINCP)utils.h \ 1425 $(SOPHYAINCP)perrors.h \ 1426 $(SOPHYAINCP)fmath.h \ 1427 $(SOPHYAINCP)fct1dfit.h \ 1428 $(SOPHYAINCP)fct2dfit.h \ 1429 $(SOPHYAINCP)ntuple.h \ 1430 $(SOPHYAINCP)cimage.h \ 1431 $(SOPHYAINCP)fioarr.h \ 1432 $(SOPHYAINCP)histos.h \ 1433 $(SOPHYAINCP)histos2.h \ 1434 $(SOPHYAINCP)hisprof.h \ 1435 $(SOPHYAINCP)objfitter.h piafitting.h \ 1436 nomgadapter.h $(SOPHYAINCP)pidrawer.h \ 1437 $(SOPHYAINCP)pibwdggen.h \ 1438 $(SOPHYAINCP)pisysdep.h \ 1439 $(SOPHYAINCP)piwdgx.h \ 1440 $(SOPHYAINCP)piwdggen.h \ 1441 $(SOPHYAINCP)pimsghandler.h \ 1442 $(SOPHYAINCP)picolist.h \ 1443 $(SOPHYAINCP)picmap.h \ 1444 $(SOPHYAINCP)picmapx.h \ 1445 $(SOPHYAINCP)picmapgen.h \ 1446 $(SOPHYAINCP)pigraphx.h \ 1447 $(SOPHYAINCP)pigraphgen.h \ 1448 $(SOPHYAINCP)pifontx.h \ 1449 $(SOPHYAINCP)pifontgen.h \ 1450 $(SOPHYAINCP)pigrcoord.h \ 1451 $(SOPHYAINCP)pilineatt.h \ 1452 $(SOPHYAINCP)pigraphuc.h \ 1453 $(SOPHYAINCP)pievthandler.h \ 1454 $(SOPHYAINCP)psfile.h \ 1455 $(SOPHYAINCP)pigratt.h \ 1456 $(SOPHYAINCP)piaxes.h \ 1457 $(SOPHYAINCP)parradapter.h \ 1458 $(SOPHYAINCP)lut.h \ 1459 $(SOPHYAINCP)pdlmgr.h dlftypes.h piacmd.h \ 1460 $(SOPHYAINCP)commander.h \ 1461 $(SOPHYAINCP)ctimer.h \ 1462 $(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 \ 2212 $(SOPHYAINCP)piapplx.h \ 2213 $(SOPHYAINCP)piapplgen.h \ 2214 $(SOPHYAINCP)picontainerx.h \ 2215 $(SOPHYAINCP)picontainergen.h \ 2216 $(SOPHYAINCP)pimenubarx.h \ 2217 $(SOPHYAINCP)pimenubargen.h \ 2218 $(SOPHYAINCP)pimenux.h \ 2219 $(SOPHYAINCP)pimenugen.h \ 2220 $(SOPHYAINCP)picons.h \ 2221 $(SOPHYAINCP)pistdwdgx.h \ 2222 $(SOPHYAINCP)pistdwdggen.h \ 2223 $(SOPHYAINCP)pibwdgx.h \ 2224 $(SOPHYAINCP)pigraphps.h \ 2225 $(SOPHYAINCP)piwindowx.h \ 2226 $(SOPHYAINCP)piwindowgen.h \ 2227 $(SOPHYAINCP)pioptmenux.h \ 2228 $(SOPHYAINCP)pioptmenugen.h \ 2229 $(SOPHYAINCP)pifilechox.h \ 2230 $(SOPHYAINCP)pifilechogen.h \ 2231 $(SOPHYAINCP)piperiodx.h \ 2232 $(SOPHYAINCP)periodic.h \ 2233 $(SOPHYAINCP)piimage.h \ 2234 $(SOPHYAINCP)pieldrw.h \ 2235 $(SOPHYAINCP)pipixmapx.h \ 2236 $(SOPHYAINCP)pipixmapgen.h \ 2237 $(SOPHYAINCP)picmapview.h \ 2238 $(SOPHYAINCP)pi3dwdg.h \ 2239 $(SOPHYAINCP)pi3ddrw.h \ 2240 $(SOPHYAINCP)pigraph3d.h piacmd.h \ 2241 $(SOPHYAINCP)commander.h \ 2242 $(SOPHYAINCP)ctimer.h \ 2243 $(SOPHYAINCP)zthread.h pisiadw.h \ 2244 $(SOPHYAINCP)pilistx.h \ 2245 $(SOPHYAINCP)pilistgen.h \ 2246 $(SOPHYAINCP)pistzwin.h \ 2247 $(SOPHYAINCP)pitherm.h \ 2248 $(SOPHYAINCP)resusage.h \ 2249 $(SOPHYAINCP)fct1dfit.h \ 2250 $(SOPHYAINCP)fct2dfit.h pitvmaad.h \ 2251 $(SOPHYAINCP)ntuple.h \ 2252 $(SOPHYAINCP)cimage.h \ 2253 $(SOPHYAINCP)fioarr.h \ 2254 $(SOPHYAINCP)histos.h \ 2255 $(SOPHYAINCP)histos2.h \ 2256 $(SOPHYAINCP)hisprof.h \ 2257 $(SOPHYAINCP)piyfxdrw.h \ 2258 $(SOPHYAINCP)pisurfdr.h pintuple.h \ 2259 pintup3d.h pipodrw.h 2260 $(CXXCOMPILE) -o $@ $< 2261 -
trunk/SophyaPI/PIext/objlist.list
r1923 r2743 19 19 pigfd1.o 20 20 pigfd2.o 21 pihisto2d.o 21 22 pihisto.o 22 pihisto2d.o23 23 piinit.o 24 24 pintup3d.o -
trunk/SophyaPI/ProgPI/Makefile
r2674 r2743 1 MODULECXXREPNAME := ProgPI 2 MODULEDECCXXFLAGS := -msg_quiet 3 include ../Mgr/Makefile.h 4 5 ifdef NOSHLIB 6 LIBF = $(LIB)libTArray.a $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSkyMap.a $(LIB)libSamba.a $(LIB)libSkyT.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a 7 LIBS = -L$(LIB) -lTArray -lSysTools -lNTools -lSkyMap -lSamba -lSkyT -lFitsIOServer -lPI -lPIext -lm 8 ifeq ($(CXX),cxx) 9 # librairie des instances de templates cxx 10 LIBS := $(LIBS) -lertcxx 11 endif 12 else 13 LIBF = $(SLB)libPI.so $(SLB)libsophya.so $(SLB)libextsophya.so 14 15 ifeq ($(MACHEROS),Darwin) 16 LIBS = -L$(SLB) -lPI -lsophya -lextsophya -L/sw/lib -lXm -L/usr/X11R6/lib -lXt -lX11 -framework Accelerate 17 else 18 ifeq ($(MACHEROS),Linux) 19 LIBS = -L$(SLB) -lPI -lsophya -lextsophya -L/usr/X11R6/lib -lXm -lXp -lXt -lX11 -lm 20 else 21 LIBS = -L$(SLB) -lPI -lsophya -lextsophya -lXm -lXp -lXt -lX11 -lm 22 endif 23 endif 24 25 endif 26 LIBSORA := $(LIBS) 27 LDLIBS := $(LIBS) $(LDLIBS) 28 PROGS = $(EXE)spiapp 29 1 include ../BuildMgr/sophyamake.inc 2 3 PROGS = $(SOPHYAEXEP)spiapp 4 30 5 all: $(PROGS) 31 6 32 7 clean: 33 8 rm -f $(PROGS) 34 rm -f $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o 35 if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi 36 37 spiapp: $(EXE)spiapp 38 echo echo $@ " done" 39 $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o 40 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 41 42 $(OBJ)fitsbtadapter.o: fitsbtadapter.cc \ 43 $(INC)machdefs.h \ 44 $(INC)nobjmgr.h \ 45 $(INC)anydataobj.h \ 46 $(INC)ppersist.h \ 47 $(INC)pexceptions.h \ 48 $(INC)gnumd5.h \ 49 $(INC)dvlist.h \ 50 $(INC)objfio.h \ 51 $(INC)mutyv.h \ 52 $(INC)dlftypes.h \ 53 $(INC)servnobjm.h \ 54 $(INC)pdlmgr.h \ 55 $(INC)nomgadapter.h \ 56 $(INC)pidrawer.h \ 57 $(INC)pibwdggen.h \ 58 $(INC)pisysdep.h \ 59 $(INC)piwdgx.h \ 60 $(INC)piwdggen.h \ 61 $(INC)pimsghandler.h \ 62 $(INC)picolist.h \ 63 $(INC)picmap.h \ 64 $(INC)picmapx.h \ 65 $(INC)picmapgen.h \ 66 $(INC)pigraphx.h \ 67 $(INC)pigraphgen.h \ 68 $(INC)pifontx.h \ 69 $(INC)pifontgen.h \ 70 $(INC)pigraphuc.h \ 71 $(INC)pievthandler.h \ 72 $(INC)psfile.h \ 73 $(INC)parradapter.h \ 74 $(INC)lut.h \ 75 $(INC)ntupintf.h \ 76 $(INC)generalfit.h \ 77 $(INC)tvector.h \ 78 $(INC)tmatrix.h \ 79 $(INC)tarray.h \ 80 $(INC)basarr.h \ 81 $(INC)ndatablock.h \ 82 $(INC)utilarr.h \ 83 $(INC)generaldata.h \ 84 $(INC)poly.h \ 85 $(INC)peida.h \ 86 $(INC)utils.h \ 87 $(INC)perrors.h \ 88 $(INC)fmath.h \ 89 $(INC)pistdimgapp.h \ 90 $(INC)piapplx.h \ 91 $(INC)piapplgen.h \ 92 $(INC)picontainerx.h \ 93 $(INC)picontainergen.h \ 94 $(INC)pimenubarx.h \ 95 $(INC)pimenubargen.h \ 96 $(INC)pimenux.h \ 97 $(INC)pimenugen.h \ 98 $(INC)picons.h \ 99 $(INC)pistdwdgx.h \ 100 $(INC)pistdwdggen.h \ 101 $(INC)pibwdgx.h \ 102 $(INC)pigraphps.h \ 103 $(INC)piwindowx.h \ 104 $(INC)piwindowgen.h \ 105 $(INC)pioptmenux.h \ 106 $(INC)pioptmenugen.h \ 107 $(INC)pifilechox.h \ 108 $(INC)pifilechogen.h \ 109 $(INC)piimage.h \ 110 $(INC)pipixmapx.h \ 111 $(INC)pipixmapgen.h \ 112 $(INC)picmapview.h \ 113 $(INC)pi3ddrw.h \ 114 $(INC)pigraph3d.h \ 115 $(INC)piacmd.h \ 116 $(INC)pisiadw.h \ 117 $(INC)pilistx.h \ 118 $(INC)pilistgen.h \ 119 $(INC)pistzwin.h \ 120 $(INC)piperiodx.h \ 121 $(INC)periodic.h \ 122 $(INC)fbtntintf.h 123 $(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \ 124 $(INC)pisysdep.h \ 125 $(INC)machdefs.h \ 126 $(INC)piapplx.h \ 127 $(INC)piapplgen.h \ 128 $(INC)pimsghandler.h \ 129 $(INC)picontainerx.h \ 130 $(INC)picontainergen.h \ 131 $(INC)piwdgx.h \ 132 $(INC)piwdggen.h \ 133 $(INC)picolist.h \ 134 $(INC)pimenubarx.h \ 135 $(INC)pimenubargen.h \ 136 $(INC)pimenux.h \ 137 $(INC)pimenugen.h \ 138 $(INC)picons.h \ 139 $(INC)pistdwdgx.h \ 140 $(INC)pistdwdggen.h \ 141 $(INC)pibwdgx.h \ 142 $(INC)pibwdggen.h \ 143 $(INC)picmap.h \ 144 $(INC)picmapx.h \ 145 $(INC)picmapgen.h \ 146 $(INC)pigraphx.h \ 147 $(INC)pigraphgen.h \ 148 $(INC)pifontx.h \ 149 $(INC)pifontgen.h \ 150 $(INC)pigraphuc.h \ 151 $(INC)pievthandler.h \ 152 $(INC)psfile.h \ 153 $(INC)pigraphps.h \ 154 $(INC)piwindowx.h \ 155 $(INC)piwindowgen.h \ 156 $(INC)pioptmenux.h \ 157 $(INC)pioptmenugen.h \ 158 $(INC)pifilechox.h \ 159 $(INC)pifilechogen.h \ 160 $(INC)piimage.h \ 161 $(INC)parradapter.h \ 162 $(INC)lut.h \ 163 $(INC)pidrawer.h \ 164 $(INC)pipixmapx.h \ 165 $(INC)pipixmapgen.h \ 166 $(INC)picmapview.h \ 167 $(INC)pi3ddrw.h \ 168 $(INC)pigraph3d.h \ 169 $(INC)nobjmgr.h \ 170 $(INC)anydataobj.h \ 171 $(INC)ppersist.h \ 172 $(INC)pexceptions.h \ 173 $(INC)gnumd5.h \ 174 $(INC)dvlist.h \ 175 $(INC)objfio.h \ 176 $(INC)mutyv.h \ 177 $(INC)dlftypes.h \ 178 $(INC)piacmd.h \ 179 $(INC)pdlmgr.h \ 180 $(INC)pisiadw.h \ 181 $(INC)pilistx.h \ 182 $(INC)pilistgen.h \ 183 $(INC)pistzwin.h \ 184 $(INC)piperiodx.h \ 185 $(INC)periodic.h \ 186 $(INC)piversion.h \ 187 $(INC)piaversion.h \ 188 $(INC)timing.h \ 189 $(INC)skyinit.h \ 190 $(INC)ntoolsinit.h \ 191 $(INC)tarrinit.h \ 192 $(INC)sophyainit.h \ 193 $(INC)xntuple.h \ 194 $(INC)ntupintf.h 195 $(OBJ)rznoisemodule.o: rznoisemodule.cc \ 196 $(INC)machdefs.h \ 197 $(INC)piacmd.h \ 198 $(INC)dlftypes.h \ 199 $(INC)pdlmgr.h \ 200 $(INC)nobjmgr.h \ 201 $(INC)anydataobj.h \ 202 $(INC)ppersist.h \ 203 $(INC)pexceptions.h \ 204 $(INC)gnumd5.h \ 205 $(INC)dvlist.h \ 206 $(INC)objfio.h \ 207 $(INC)mutyv.h \ 208 $(INC)pistdimgapp.h \ 209 $(INC)pisysdep.h \ 210 $(INC)piapplx.h \ 211 $(INC)piapplgen.h \ 212 $(INC)pimsghandler.h \ 213 $(INC)picontainerx.h \ 214 $(INC)picontainergen.h \ 215 $(INC)piwdgx.h \ 216 $(INC)piwdggen.h \ 217 $(INC)picolist.h \ 218 $(INC)pimenubarx.h \ 219 $(INC)pimenubargen.h \ 220 $(INC)pimenux.h \ 221 $(INC)pimenugen.h \ 222 $(INC)picons.h \ 223 $(INC)pistdwdgx.h \ 224 $(INC)pistdwdggen.h \ 225 $(INC)pibwdgx.h \ 226 $(INC)pibwdggen.h \ 227 $(INC)picmap.h \ 228 $(INC)picmapx.h \ 229 $(INC)picmapgen.h \ 230 $(INC)pigraphx.h \ 231 $(INC)pigraphgen.h \ 232 $(INC)pifontx.h \ 233 $(INC)pifontgen.h \ 234 $(INC)pigraphuc.h \ 235 $(INC)pievthandler.h \ 236 $(INC)psfile.h \ 237 $(INC)pigraphps.h \ 238 $(INC)piwindowx.h \ 239 $(INC)piwindowgen.h \ 240 $(INC)pioptmenux.h \ 241 $(INC)pioptmenugen.h \ 242 $(INC)pifilechox.h \ 243 $(INC)pifilechogen.h \ 244 $(INC)piimage.h \ 245 $(INC)parradapter.h \ 246 $(INC)lut.h \ 247 $(INC)pidrawer.h \ 248 $(INC)pipixmapx.h \ 249 $(INC)pipixmapgen.h \ 250 $(INC)picmapview.h \ 251 $(INC)pi3ddrw.h \ 252 $(INC)pigraph3d.h \ 253 $(INC)pisiadw.h \ 254 $(INC)pilistx.h \ 255 $(INC)pilistgen.h \ 256 $(INC)pistzwin.h \ 257 $(INC)piperiodx.h \ 258 $(INC)periodic.h \ 259 $(INC)servnobjm.h \ 260 $(INC)tvector.h \ 261 $(INC)tmatrix.h \ 262 $(INC)tarray.h \ 263 $(INC)basarr.h \ 264 $(INC)ndatablock.h \ 265 $(INC)utilarr.h \ 266 $(INC)pitvmaad.h \ 267 $(INC)fftpserver.h \ 268 $(INC)fftservintf.h \ 269 $(INC)bruit.h \ 270 $(INC)piscdrawwdg.h \ 271 $(INC)ctimer.h 272 $(OBJ)sopiamodule.o: sopiamodule.cc \ 273 $(INC)machdefs.h \ 274 $(INC)piacmd.h \ 275 $(INC)dlftypes.h \ 276 $(INC)pdlmgr.h \ 277 $(INC)nobjmgr.h \ 278 $(INC)anydataobj.h \ 279 $(INC)ppersist.h \ 280 $(INC)pexceptions.h \ 281 $(INC)gnumd5.h \ 282 $(INC)dvlist.h \ 283 $(INC)objfio.h \ 284 $(INC)mutyv.h \ 285 $(INC)pistdimgapp.h \ 286 $(INC)pisysdep.h \ 287 $(INC)piapplx.h \ 288 $(INC)piapplgen.h \ 289 $(INC)pimsghandler.h \ 290 $(INC)picontainerx.h \ 291 $(INC)picontainergen.h \ 292 $(INC)piwdgx.h \ 293 $(INC)piwdggen.h \ 294 $(INC)picolist.h \ 295 $(INC)pimenubarx.h \ 296 $(INC)pimenubargen.h \ 297 $(INC)pimenux.h \ 298 $(INC)pimenugen.h \ 299 $(INC)picons.h \ 300 $(INC)pistdwdgx.h \ 301 $(INC)pistdwdggen.h \ 302 $(INC)pibwdgx.h \ 303 $(INC)pibwdggen.h \ 304 $(INC)picmap.h \ 305 $(INC)picmapx.h \ 306 $(INC)picmapgen.h \ 307 $(INC)pigraphx.h \ 308 $(INC)pigraphgen.h \ 309 $(INC)pifontx.h \ 310 $(INC)pifontgen.h \ 311 $(INC)pigraphuc.h \ 312 $(INC)pievthandler.h \ 313 $(INC)psfile.h \ 314 $(INC)pigraphps.h \ 315 $(INC)piwindowx.h \ 316 $(INC)piwindowgen.h \ 317 $(INC)pioptmenux.h \ 318 $(INC)pioptmenugen.h \ 319 $(INC)pifilechox.h \ 320 $(INC)pifilechogen.h \ 321 $(INC)piimage.h \ 322 $(INC)parradapter.h \ 323 $(INC)lut.h \ 324 $(INC)pidrawer.h \ 325 $(INC)pipixmapx.h \ 326 $(INC)pipixmapgen.h \ 327 $(INC)picmapview.h \ 328 $(INC)pi3ddrw.h \ 329 $(INC)pigraph3d.h \ 330 $(INC)pisiadw.h \ 331 $(INC)pilistx.h \ 332 $(INC)pilistgen.h \ 333 $(INC)pistzwin.h \ 334 $(INC)piperiodx.h \ 335 $(INC)periodic.h \ 336 $(INC)servnobjm.h \ 337 $(INC)tvector.h \ 338 $(INC)tmatrix.h \ 339 $(INC)tarray.h \ 340 $(INC)basarr.h \ 341 $(INC)ndatablock.h \ 342 $(INC)utilarr.h \ 343 $(INC)pitvmaad.h \ 344 $(INC)fftpserver.h \ 345 $(INC)fftservintf.h \ 346 $(INC)bruit.h \ 347 $(INC)piscdrawwdg.h \ 348 $(INC)ctimer.h \ 349 $(INC)nomgadapter.h \ 350 $(INC)ntupintf.h \ 351 $(INC)generalfit.h \ 352 $(INC)generaldata.h \ 353 $(INC)poly.h \ 354 $(INC)peida.h \ 355 $(INC)utils.h \ 356 $(INC)perrors.h \ 357 $(INC)fmath.h 358 $(OBJ)w2ps.o: w2ps.cc $(INC)machdefs.h \ 359 $(INC)piacmd.h \ 360 $(INC)dlftypes.h \ 361 $(INC)pdlmgr.h \ 362 $(INC)nobjmgr.h \ 363 $(INC)anydataobj.h \ 364 $(INC)ppersist.h \ 365 $(INC)pexceptions.h \ 366 $(INC)gnumd5.h \ 367 $(INC)dvlist.h \ 368 $(INC)objfio.h \ 369 $(INC)mutyv.h \ 370 $(INC)pistdimgapp.h \ 371 $(INC)pisysdep.h \ 372 $(INC)piapplx.h \ 373 $(INC)piapplgen.h \ 374 $(INC)pimsghandler.h \ 375 $(INC)picontainerx.h \ 376 $(INC)picontainergen.h \ 377 $(INC)piwdgx.h \ 378 $(INC)piwdggen.h \ 379 $(INC)picolist.h \ 380 $(INC)pimenubarx.h \ 381 $(INC)pimenubargen.h \ 382 $(INC)pimenux.h \ 383 $(INC)pimenugen.h \ 384 $(INC)picons.h \ 385 $(INC)pistdwdgx.h \ 386 $(INC)pistdwdggen.h \ 387 $(INC)pibwdgx.h \ 388 $(INC)pibwdggen.h \ 389 $(INC)picmap.h \ 390 $(INC)picmapx.h \ 391 $(INC)picmapgen.h \ 392 $(INC)pigraphx.h \ 393 $(INC)pigraphgen.h \ 394 $(INC)pifontx.h \ 395 $(INC)pifontgen.h \ 396 $(INC)pigraphuc.h \ 397 $(INC)pievthandler.h \ 398 $(INC)psfile.h \ 399 $(INC)pigraphps.h \ 400 $(INC)piwindowx.h \ 401 $(INC)piwindowgen.h \ 402 $(INC)pioptmenux.h \ 403 $(INC)pioptmenugen.h \ 404 $(INC)pifilechox.h \ 405 $(INC)pifilechogen.h \ 406 $(INC)piimage.h \ 407 $(INC)parradapter.h \ 408 $(INC)lut.h \ 409 $(INC)pidrawer.h \ 410 $(INC)pipixmapx.h \ 411 $(INC)pipixmapgen.h \ 412 $(INC)picmapview.h \ 413 $(INC)pi3ddrw.h \ 414 $(INC)pigraph3d.h \ 415 $(INC)pisiadw.h \ 416 $(INC)pilistx.h \ 417 $(INC)pilistgen.h \ 418 $(INC)pistzwin.h \ 419 $(INC)piperiodx.h \ 420 $(INC)periodic.h 421 skymapmodule.o: skymapmodule.cc \ 422 $(INC)machdefs.h \ 423 $(INC)piacmd.h \ 424 $(INC)dlftypes.h \ 425 $(INC)pdlmgr.h \ 426 $(INC)ctimer.h \ 427 $(INC)nobjmgr.h \ 428 $(INC)anydataobj.h \ 429 $(INC)ppersist.h \ 430 $(INC)pexceptions.h \ 431 $(INC)gnumd5.h \ 432 $(INC)dvlist.h \ 433 $(INC)objfio.h \ 434 $(INC)mutyv.h \ 435 $(INC)pistdimgapp.h \ 436 $(INC)pisysdep.h \ 437 $(INC)piapplx.h \ 438 $(INC)piapplgen.h \ 439 $(INC)pimsghandler.h \ 440 $(INC)picontainerx.h \ 441 $(INC)picontainergen.h \ 442 $(INC)piwdgx.h \ 443 $(INC)piwdggen.h \ 444 $(INC)picolist.h \ 445 $(INC)pimenubarx.h \ 446 $(INC)pimenubargen.h \ 447 $(INC)pimenux.h \ 448 $(INC)pimenugen.h \ 449 $(INC)picons.h \ 450 $(INC)pistdwdgx.h \ 451 $(INC)pistdwdggen.h \ 452 $(INC)pibwdgx.h \ 453 $(INC)pibwdggen.h \ 454 $(INC)picmap.h \ 455 $(INC)picmapx.h \ 456 $(INC)picmapgen.h \ 457 $(INC)pigraphx.h \ 458 $(INC)pigraphgen.h \ 459 $(INC)pifontx.h \ 460 $(INC)pifontgen.h \ 461 $(INC)pigrcoord.h \ 462 $(INC)pilineatt.h \ 463 $(INC)pigraphuc.h \ 464 $(INC)pievthandler.h \ 465 $(INC)psfile.h \ 466 $(INC)pigraphps.h \ 467 $(INC)piwindowx.h \ 468 $(INC)piwindowgen.h \ 469 $(INC)pioptmenux.h \ 470 $(INC)pioptmenugen.h \ 471 $(INC)pifilechox.h \ 472 $(INC)pifilechogen.h \ 473 $(INC)piperiodx.h \ 474 $(INC)periodic.h \ 475 $(INC)piimage.h \ 476 $(INC)parradapter.h \ 477 $(INC)lut.h \ 478 $(INC)pieldrw.h \ 479 $(INC)pidrawer.h \ 480 $(INC)pigratt.h \ 481 $(INC)piaxes.h \ 482 $(INC)pipixmapx.h \ 483 $(INC)pipixmapgen.h \ 484 $(INC)picmapview.h \ 485 $(INC)pi3dwdg.h \ 486 $(INC)pi3ddrw.h \ 487 $(INC)pigraph3d.h \ 488 $(INC)pisiadw.h \ 489 $(INC)pilistx.h \ 490 $(INC)pilistgen.h \ 491 $(INC)pistzwin.h \ 492 $(INC)pitherm.h \ 493 $(INC)resusage.h \ 494 $(INC)servnobjm.h \ 495 $(INC)tvector.h \ 496 $(INC)tmatrix.h \ 497 $(INC)tarray.h \ 498 $(INC)basarr.h \ 499 $(INC)ndatablock.h \ 500 $(INC)utilarr.h \ 501 $(INC)nomgadapter.h \ 502 $(INC)ntupintf.h \ 503 $(INC)generalfit.h \ 504 $(INC)generaldata.h \ 505 $(INC)poly.h \ 506 $(INC)peida.h \ 507 $(INC)utils.h \ 508 $(INC)perrors.h \ 509 $(INC)fmath.h \ 510 $(INC)skymap.h \ 511 $(INC)spherethetaphi.h \ 512 $(INC)sphericalmap.h \ 513 $(INC)smathconst.h \ 514 $(INC)pixelmap.h \ 515 $(INC)spherepos.h \ 516 $(INC)unitvector.h \ 517 $(INC)vector3d.h \ 518 $(INC)longlat.h \ 519 $(INC)utilgeom.h \ 520 $(INC)spherehealpix.h \ 521 $(INC)HEALPixUtils.h \ 522 $(INC)localmap.h \ 523 $(INC)fiospherethetaphi.h \ 524 $(INC)fiospherehealpix.h \ 525 $(INC)fiolocalmap.h \ 526 $(INC)sphericaltransformserver.h \ 527 $(INC)fftservintf.h \ 528 $(INC)fftpserver.h \ 529 $(INC)alm.h \ 530 $(INC)nbrandom.h \ 531 $(INC)srandgen.h \ 532 $(INC)nbmath.h \ 533 $(INC)triangmtx.h \ 534 $(INC)lambdaBuilder.h 9 rm -f $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o 10 11 spiapp: $(SOPHYAEXEP)spiapp 12 echo $@ " done" 13 $(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o 14 $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST) 15 16 $(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \ 17 $(SOPHYAINCP)sopnamsp.h \ 18 $(SOPHYAINCP)machdefs.h \ 19 $(SOPHYAINCP)nobjmgr.h \ 20 $(SOPHYAINCP)anydataobj.h \ 21 $(SOPHYAINCP)ppersist.h \ 22 $(SOPHYAINCP)pexceptions.h \ 23 $(SOPHYAINCP)gnumd5.h \ 24 $(SOPHYAINCP)ppfbinstream.h \ 25 $(SOPHYAINCP)rawstream.h \ 26 $(SOPHYAINCP)ppfnametag.h \ 27 $(SOPHYAINCP)dvlist.h \ 28 $(SOPHYAINCP)objfio.h \ 29 $(SOPHYAINCP)mutyv.h \ 30 $(SOPHYAINCP)dlftypes.h \ 31 $(SOPHYAINCP)servnobjm.h \ 32 $(SOPHYAINCP)pdlmgr.h \ 33 $(SOPHYAINCP)nomgadapter.h \ 34 $(SOPHYAINCP)pidrawer.h \ 35 $(SOPHYAINCP)pibwdggen.h \ 36 $(SOPHYAINCP)pisysdep.h \ 37 $(SOPHYAINCP)piwdgx.h \ 38 $(SOPHYAINCP)piwdggen.h \ 39 $(SOPHYAINCP)pimsghandler.h \ 40 $(SOPHYAINCP)picolist.h \ 41 $(SOPHYAINCP)picmap.h \ 42 $(SOPHYAINCP)picmapx.h \ 43 $(SOPHYAINCP)picmapgen.h \ 44 $(SOPHYAINCP)pigraphx.h \ 45 $(SOPHYAINCP)pigraphgen.h \ 46 $(SOPHYAINCP)pifontx.h \ 47 $(SOPHYAINCP)pifontgen.h \ 48 $(SOPHYAINCP)pigrcoord.h \ 49 $(SOPHYAINCP)pilineatt.h \ 50 $(SOPHYAINCP)pigraphuc.h \ 51 $(SOPHYAINCP)pievthandler.h \ 52 $(SOPHYAINCP)psfile.h \ 53 $(SOPHYAINCP)pigratt.h \ 54 $(SOPHYAINCP)piaxes.h \ 55 $(SOPHYAINCP)parradapter.h \ 56 $(SOPHYAINCP)lut.h \ 57 $(SOPHYAINCP)ntupintf.h \ 58 $(SOPHYAINCP)generalfit.h \ 59 $(SOPHYAINCP)tvector.h \ 60 $(SOPHYAINCP)tmatrix.h \ 61 $(SOPHYAINCP)tarray.h \ 62 $(SOPHYAINCP)basarr.h \ 63 $(SOPHYAINCP)ndatablock.h \ 64 $(SOPHYAINCP)utilarr.h \ 65 $(SOPHYAINCP)generaldata.h \ 66 $(SOPHYAINCP)poly.h \ 67 $(SOPHYAINCP)peida.h \ 68 $(SOPHYAINCP)utils.h \ 69 $(SOPHYAINCP)perrors.h \ 70 $(SOPHYAINCP)fmath.h \ 71 $(SOPHYAINCP)pistdimgapp.h \ 72 $(SOPHYAINCP)piapplx.h \ 73 $(SOPHYAINCP)piapplgen.h \ 74 $(SOPHYAINCP)picontainerx.h \ 75 $(SOPHYAINCP)picontainergen.h \ 76 $(SOPHYAINCP)pimenubarx.h \ 77 $(SOPHYAINCP)pimenubargen.h \ 78 $(SOPHYAINCP)pimenux.h \ 79 $(SOPHYAINCP)pimenugen.h \ 80 $(SOPHYAINCP)picons.h \ 81 $(SOPHYAINCP)pistdwdgx.h \ 82 $(SOPHYAINCP)pistdwdggen.h \ 83 $(SOPHYAINCP)pibwdgx.h \ 84 $(SOPHYAINCP)pigraphps.h \ 85 $(SOPHYAINCP)piwindowx.h \ 86 $(SOPHYAINCP)piwindowgen.h \ 87 $(SOPHYAINCP)pioptmenux.h \ 88 $(SOPHYAINCP)pioptmenugen.h \ 89 $(SOPHYAINCP)pifilechox.h \ 90 $(SOPHYAINCP)pifilechogen.h \ 91 $(SOPHYAINCP)piperiodx.h \ 92 $(SOPHYAINCP)periodic.h \ 93 $(SOPHYAINCP)piimage.h \ 94 $(SOPHYAINCP)pieldrw.h \ 95 $(SOPHYAINCP)pipixmapx.h \ 96 $(SOPHYAINCP)pipixmapgen.h \ 97 $(SOPHYAINCP)picmapview.h \ 98 $(SOPHYAINCP)pi3dwdg.h \ 99 $(SOPHYAINCP)pi3ddrw.h \ 100 $(SOPHYAINCP)pigraph3d.h \ 101 $(SOPHYAINCP)piacmd.h \ 102 $(SOPHYAINCP)commander.h \ 103 $(SOPHYAINCP)ctimer.h \ 104 $(SOPHYAINCP)zthread.h \ 105 $(SOPHYAINCP)pisiadw.h \ 106 $(SOPHYAINCP)pilistx.h \ 107 $(SOPHYAINCP)pilistgen.h \ 108 $(SOPHYAINCP)pistzwin.h \ 109 $(SOPHYAINCP)pitherm.h \ 110 $(SOPHYAINCP)resusage.h \ 111 $(SOPHYAINCP)fbtntintf.h \ 112 $(SOPHYAINCP)FitsIO/fitsio.h \ 113 $(SOPHYAINCP)FitsIO/longnam.h 114 $(CXXCOMPILE) -o $@ $< 115 116 $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \ 117 $(SOPHYAINCP)pistdimgapp.h \ 118 $(SOPHYAINCP)pisysdep.h \ 119 $(SOPHYAINCP)machdefs.h \ 120 $(SOPHYAINCP)piapplx.h \ 121 $(SOPHYAINCP)piapplgen.h \ 122 $(SOPHYAINCP)pimsghandler.h \ 123 $(SOPHYAINCP)picontainerx.h \ 124 $(SOPHYAINCP)picontainergen.h \ 125 $(SOPHYAINCP)piwdgx.h \ 126 $(SOPHYAINCP)piwdggen.h \ 127 $(SOPHYAINCP)picolist.h \ 128 $(SOPHYAINCP)pimenubarx.h \ 129 $(SOPHYAINCP)pimenubargen.h \ 130 $(SOPHYAINCP)pimenux.h \ 131 $(SOPHYAINCP)pimenugen.h \ 132 $(SOPHYAINCP)picons.h \ 133 $(SOPHYAINCP)pistdwdgx.h \ 134 $(SOPHYAINCP)pistdwdggen.h \ 135 $(SOPHYAINCP)pibwdgx.h \ 136 $(SOPHYAINCP)pibwdggen.h \ 137 $(SOPHYAINCP)picmap.h \ 138 $(SOPHYAINCP)picmapx.h \ 139 $(SOPHYAINCP)picmapgen.h \ 140 $(SOPHYAINCP)pigraphx.h \ 141 $(SOPHYAINCP)pigraphgen.h \ 142 $(SOPHYAINCP)pifontx.h \ 143 $(SOPHYAINCP)pifontgen.h \ 144 $(SOPHYAINCP)pigrcoord.h \ 145 $(SOPHYAINCP)pilineatt.h \ 146 $(SOPHYAINCP)pigraphuc.h \ 147 $(SOPHYAINCP)pievthandler.h \ 148 $(SOPHYAINCP)psfile.h \ 149 $(SOPHYAINCP)pigraphps.h \ 150 $(SOPHYAINCP)piwindowx.h \ 151 $(SOPHYAINCP)piwindowgen.h \ 152 $(SOPHYAINCP)pioptmenux.h \ 153 $(SOPHYAINCP)pioptmenugen.h \ 154 $(SOPHYAINCP)pifilechox.h \ 155 $(SOPHYAINCP)pifilechogen.h \ 156 $(SOPHYAINCP)piperiodx.h \ 157 $(SOPHYAINCP)periodic.h \ 158 $(SOPHYAINCP)piimage.h \ 159 $(SOPHYAINCP)parradapter.h \ 160 $(SOPHYAINCP)lut.h \ 161 $(SOPHYAINCP)pieldrw.h \ 162 $(SOPHYAINCP)pidrawer.h \ 163 $(SOPHYAINCP)pigratt.h \ 164 $(SOPHYAINCP)piaxes.h \ 165 $(SOPHYAINCP)pipixmapx.h \ 166 $(SOPHYAINCP)pipixmapgen.h \ 167 $(SOPHYAINCP)picmapview.h \ 168 $(SOPHYAINCP)pi3dwdg.h \ 169 $(SOPHYAINCP)pi3ddrw.h \ 170 $(SOPHYAINCP)pigraph3d.h \ 171 $(SOPHYAINCP)nobjmgr.h \ 172 $(SOPHYAINCP)anydataobj.h \ 173 $(SOPHYAINCP)ppersist.h \ 174 $(SOPHYAINCP)pexceptions.h \ 175 $(SOPHYAINCP)gnumd5.h \ 176 $(SOPHYAINCP)ppfbinstream.h \ 177 $(SOPHYAINCP)rawstream.h \ 178 $(SOPHYAINCP)ppfnametag.h \ 179 $(SOPHYAINCP)dvlist.h \ 180 $(SOPHYAINCP)objfio.h \ 181 $(SOPHYAINCP)mutyv.h \ 182 $(SOPHYAINCP)dlftypes.h \ 183 $(SOPHYAINCP)piacmd.h \ 184 $(SOPHYAINCP)commander.h \ 185 $(SOPHYAINCP)pdlmgr.h \ 186 $(SOPHYAINCP)ctimer.h \ 187 $(SOPHYAINCP)zthread.h \ 188 $(SOPHYAINCP)pisiadw.h \ 189 $(SOPHYAINCP)pilistx.h \ 190 $(SOPHYAINCP)pilistgen.h \ 191 $(SOPHYAINCP)pistzwin.h \ 192 $(SOPHYAINCP)pitherm.h \ 193 $(SOPHYAINCP)resusage.h \ 194 $(SOPHYAINCP)piversion.h \ 195 $(SOPHYAINCP)piaversion.h \ 196 $(SOPHYAINCP)timing.h \ 197 $(SOPHYAINCP)skyinit.h \ 198 $(SOPHYAINCP)ntoolsinit.h \ 199 $(SOPHYAINCP)tarrinit.h \ 200 $(SOPHYAINCP)sophyainit.h \ 201 $(SOPHYAINCP)xntuple.h \ 202 $(SOPHYAINCP)ntupintf.h 203 $(CXXCOMPILE) -o $@ $< 204 205 $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \ 206 $(SOPHYAINCP)sopnamsp.h \ 207 $(SOPHYAINCP)machdefs.h \ 208 $(SOPHYAINCP)piacmd.h \ 209 $(SOPHYAINCP)commander.h \ 210 $(SOPHYAINCP)pdlmgr.h \ 211 $(SOPHYAINCP)dvlist.h \ 212 $(SOPHYAINCP)objfio.h \ 213 $(SOPHYAINCP)anydataobj.h \ 214 $(SOPHYAINCP)ppersist.h \ 215 $(SOPHYAINCP)pexceptions.h \ 216 $(SOPHYAINCP)gnumd5.h \ 217 $(SOPHYAINCP)ppfbinstream.h \ 218 $(SOPHYAINCP)rawstream.h \ 219 $(SOPHYAINCP)ppfnametag.h \ 220 $(SOPHYAINCP)mutyv.h \ 221 $(SOPHYAINCP)ctimer.h \ 222 $(SOPHYAINCP)zthread.h \ 223 $(SOPHYAINCP)dlftypes.h \ 224 $(SOPHYAINCP)nobjmgr.h \ 225 $(SOPHYAINCP)pistdimgapp.h \ 226 $(SOPHYAINCP)pisysdep.h \ 227 $(SOPHYAINCP)piapplx.h \ 228 $(SOPHYAINCP)piapplgen.h \ 229 $(SOPHYAINCP)pimsghandler.h \ 230 $(SOPHYAINCP)picontainerx.h \ 231 $(SOPHYAINCP)picontainergen.h \ 232 $(SOPHYAINCP)piwdgx.h \ 233 $(SOPHYAINCP)piwdggen.h \ 234 $(SOPHYAINCP)picolist.h \ 235 $(SOPHYAINCP)pimenubarx.h \ 236 $(SOPHYAINCP)pimenubargen.h \ 237 $(SOPHYAINCP)pimenux.h \ 238 $(SOPHYAINCP)pimenugen.h \ 239 $(SOPHYAINCP)picons.h \ 240 $(SOPHYAINCP)pistdwdgx.h \ 241 $(SOPHYAINCP)pistdwdggen.h \ 242 $(SOPHYAINCP)pibwdgx.h \ 243 $(SOPHYAINCP)pibwdggen.h \ 244 $(SOPHYAINCP)picmap.h \ 245 $(SOPHYAINCP)picmapx.h \ 246 $(SOPHYAINCP)picmapgen.h \ 247 $(SOPHYAINCP)pigraphx.h \ 248 $(SOPHYAINCP)pigraphgen.h \ 249 $(SOPHYAINCP)pifontx.h \ 250 $(SOPHYAINCP)pifontgen.h \ 251 $(SOPHYAINCP)pigrcoord.h \ 252 $(SOPHYAINCP)pilineatt.h \ 253 $(SOPHYAINCP)pigraphuc.h \ 254 $(SOPHYAINCP)pievthandler.h \ 255 $(SOPHYAINCP)psfile.h \ 256 $(SOPHYAINCP)pigraphps.h \ 257 $(SOPHYAINCP)piwindowx.h \ 258 $(SOPHYAINCP)piwindowgen.h \ 259 $(SOPHYAINCP)pioptmenux.h \ 260 $(SOPHYAINCP)pioptmenugen.h \ 261 $(SOPHYAINCP)pifilechox.h \ 262 $(SOPHYAINCP)pifilechogen.h \ 263 $(SOPHYAINCP)piperiodx.h \ 264 $(SOPHYAINCP)periodic.h \ 265 $(SOPHYAINCP)piimage.h \ 266 $(SOPHYAINCP)parradapter.h \ 267 $(SOPHYAINCP)lut.h \ 268 $(SOPHYAINCP)pieldrw.h \ 269 $(SOPHYAINCP)pidrawer.h \ 270 $(SOPHYAINCP)pigratt.h \ 271 $(SOPHYAINCP)piaxes.h \ 272 $(SOPHYAINCP)pipixmapx.h \ 273 $(SOPHYAINCP)pipixmapgen.h \ 274 $(SOPHYAINCP)picmapview.h \ 275 $(SOPHYAINCP)pi3dwdg.h \ 276 $(SOPHYAINCP)pi3ddrw.h \ 277 $(SOPHYAINCP)pigraph3d.h \ 278 $(SOPHYAINCP)pisiadw.h \ 279 $(SOPHYAINCP)pilistx.h \ 280 $(SOPHYAINCP)pilistgen.h \ 281 $(SOPHYAINCP)pistzwin.h \ 282 $(SOPHYAINCP)pitherm.h \ 283 $(SOPHYAINCP)resusage.h \ 284 $(SOPHYAINCP)servnobjm.h \ 285 $(SOPHYAINCP)nomgadapter.h \ 286 $(SOPHYAINCP)ntupintf.h \ 287 $(SOPHYAINCP)generalfit.h \ 288 $(SOPHYAINCP)tvector.h \ 289 $(SOPHYAINCP)tmatrix.h \ 290 $(SOPHYAINCP)tarray.h \ 291 $(SOPHYAINCP)basarr.h \ 292 $(SOPHYAINCP)ndatablock.h \ 293 $(SOPHYAINCP)utilarr.h \ 294 $(SOPHYAINCP)generaldata.h \ 295 $(SOPHYAINCP)poly.h \ 296 $(SOPHYAINCP)peida.h \ 297 $(SOPHYAINCP)utils.h \ 298 $(SOPHYAINCP)perrors.h \ 299 $(SOPHYAINCP)fmath.h \ 300 $(SOPHYAINCP)ntuple.h \ 301 $(SOPHYAINCP)slinparbuff.h \ 302 $(SOPHYAINCP)localmap.h \ 303 $(SOPHYAINCP)pixelmap.h \ 304 $(SOPHYAINCP)spherepos.h \ 305 $(SOPHYAINCP)unitvector.h \ 306 $(SOPHYAINCP)vector3d.h \ 307 $(SOPHYAINCP)longlat.h \ 308 $(SOPHYAINCP)utilgeom.h \ 309 $(SOPHYAINCP)sphericalmap.h \ 310 $(SOPHYAINCP)smathconst.h \ 311 $(SOPHYAINCP)spherehealpix.h \ 312 $(SOPHYAINCP)HEALPixUtils.h \ 313 $(SOPHYAINCP)spherethetaphi.h \ 314 $(SOPHYAINCP)sphericaltransformserver.h \ 315 $(SOPHYAINCP)fftservintf.h \ 316 $(SOPHYAINCP)fftpserver.h \ 317 $(SOPHYAINCP)alm.h \ 318 $(SOPHYAINCP)nbrandom.h \ 319 $(SOPHYAINCP)srandgen.h \ 320 $(SOPHYAINCP)nbmath.h \ 321 $(SOPHYAINCP)triangmtx.h \ 322 $(SOPHYAINCP)lambdaBuilder.h 323 $(CXXCOMPILE) -o $@ $< 324 325 $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \ 326 $(SOPHYAINCP)sopnamsp.h \ 327 $(SOPHYAINCP)machdefs.h \ 328 $(SOPHYAINCP)piacmd.h \ 329 $(SOPHYAINCP)commander.h \ 330 $(SOPHYAINCP)pdlmgr.h \ 331 $(SOPHYAINCP)dvlist.h \ 332 $(SOPHYAINCP)objfio.h \ 333 $(SOPHYAINCP)anydataobj.h \ 334 $(SOPHYAINCP)ppersist.h \ 335 $(SOPHYAINCP)pexceptions.h \ 336 $(SOPHYAINCP)gnumd5.h \ 337 $(SOPHYAINCP)ppfbinstream.h \ 338 $(SOPHYAINCP)rawstream.h \ 339 $(SOPHYAINCP)ppfnametag.h \ 340 $(SOPHYAINCP)mutyv.h \ 341 $(SOPHYAINCP)ctimer.h \ 342 $(SOPHYAINCP)zthread.h \ 343 $(SOPHYAINCP)dlftypes.h \ 344 $(SOPHYAINCP)nobjmgr.h \ 345 $(SOPHYAINCP)pistdimgapp.h \ 346 $(SOPHYAINCP)pisysdep.h \ 347 $(SOPHYAINCP)piapplx.h \ 348 $(SOPHYAINCP)piapplgen.h \ 349 $(SOPHYAINCP)pimsghandler.h \ 350 $(SOPHYAINCP)picontainerx.h \ 351 $(SOPHYAINCP)picontainergen.h \ 352 $(SOPHYAINCP)piwdgx.h \ 353 $(SOPHYAINCP)piwdggen.h \ 354 $(SOPHYAINCP)picolist.h \ 355 $(SOPHYAINCP)pimenubarx.h \ 356 $(SOPHYAINCP)pimenubargen.h \ 357 $(SOPHYAINCP)pimenux.h \ 358 $(SOPHYAINCP)pimenugen.h \ 359 $(SOPHYAINCP)picons.h \ 360 $(SOPHYAINCP)pistdwdgx.h \ 361 $(SOPHYAINCP)pistdwdggen.h \ 362 $(SOPHYAINCP)pibwdgx.h \ 363 $(SOPHYAINCP)pibwdggen.h \ 364 $(SOPHYAINCP)picmap.h \ 365 $(SOPHYAINCP)picmapx.h \ 366 $(SOPHYAINCP)picmapgen.h \ 367 $(SOPHYAINCP)pigraphx.h \ 368 $(SOPHYAINCP)pigraphgen.h \ 369 $(SOPHYAINCP)pifontx.h \ 370 $(SOPHYAINCP)pifontgen.h \ 371 $(SOPHYAINCP)pigrcoord.h \ 372 $(SOPHYAINCP)pilineatt.h \ 373 $(SOPHYAINCP)pigraphuc.h \ 374 $(SOPHYAINCP)pievthandler.h \ 375 $(SOPHYAINCP)psfile.h \ 376 $(SOPHYAINCP)pigraphps.h \ 377 $(SOPHYAINCP)piwindowx.h \ 378 $(SOPHYAINCP)piwindowgen.h \ 379 $(SOPHYAINCP)pioptmenux.h \ 380 $(SOPHYAINCP)pioptmenugen.h \ 381 $(SOPHYAINCP)pifilechox.h \ 382 $(SOPHYAINCP)pifilechogen.h \ 383 $(SOPHYAINCP)piperiodx.h \ 384 $(SOPHYAINCP)periodic.h \ 385 $(SOPHYAINCP)piimage.h \ 386 $(SOPHYAINCP)parradapter.h \ 387 $(SOPHYAINCP)lut.h \ 388 $(SOPHYAINCP)pieldrw.h \ 389 $(SOPHYAINCP)pidrawer.h \ 390 $(SOPHYAINCP)pigratt.h \ 391 $(SOPHYAINCP)piaxes.h \ 392 $(SOPHYAINCP)pipixmapx.h \ 393 $(SOPHYAINCP)pipixmapgen.h \ 394 $(SOPHYAINCP)picmapview.h \ 395 $(SOPHYAINCP)pi3dwdg.h \ 396 $(SOPHYAINCP)pi3ddrw.h \ 397 $(SOPHYAINCP)pigraph3d.h \ 398 $(SOPHYAINCP)pisiadw.h \ 399 $(SOPHYAINCP)pilistx.h \ 400 $(SOPHYAINCP)pilistgen.h \ 401 $(SOPHYAINCP)pistzwin.h \ 402 $(SOPHYAINCP)pitherm.h \ 403 $(SOPHYAINCP)resusage.h \ 404 $(SOPHYAINCP)servnobjm.h \ 405 $(SOPHYAINCP)tvector.h \ 406 $(SOPHYAINCP)tmatrix.h \ 407 $(SOPHYAINCP)tarray.h \ 408 $(SOPHYAINCP)basarr.h \ 409 $(SOPHYAINCP)ndatablock.h \ 410 $(SOPHYAINCP)utilarr.h \ 411 $(SOPHYAINCP)pitvmaad.h \ 412 $(SOPHYAINCP)fftpserver.h \ 413 $(SOPHYAINCP)fftservintf.h \ 414 $(SOPHYAINCP)bruit.h \ 415 $(SOPHYAINCP)piscdrawwdg.h \ 416 $(SOPHYAINCP)nomgadapter.h \ 417 $(SOPHYAINCP)ntupintf.h \ 418 $(SOPHYAINCP)generalfit.h \ 419 $(SOPHYAINCP)generaldata.h \ 420 $(SOPHYAINCP)poly.h \ 421 $(SOPHYAINCP)peida.h \ 422 $(SOPHYAINCP)utils.h \ 423 $(SOPHYAINCP)perrors.h \ 424 $(SOPHYAINCP)fmath.h \ 425 $(SOPHYAINCP)nomskymapadapter.h \ 426 $(SOPHYAINCP)pixelmap.h \ 427 $(SOPHYAINCP)spherepos.h \ 428 $(SOPHYAINCP)unitvector.h \ 429 $(SOPHYAINCP)vector3d.h \ 430 $(SOPHYAINCP)longlat.h \ 431 $(SOPHYAINCP)utilgeom.h 432 $(CXXCOMPILE) -o $@ $< 433 434 $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \ 435 $(SOPHYAINCP)machdefs.h \ 436 $(SOPHYAINCP)piacmd.h \ 437 $(SOPHYAINCP)commander.h \ 438 $(SOPHYAINCP)pdlmgr.h \ 439 $(SOPHYAINCP)dvlist.h \ 440 $(SOPHYAINCP)objfio.h \ 441 $(SOPHYAINCP)anydataobj.h \ 442 $(SOPHYAINCP)ppersist.h \ 443 $(SOPHYAINCP)pexceptions.h \ 444 $(SOPHYAINCP)gnumd5.h \ 445 $(SOPHYAINCP)ppfbinstream.h \ 446 $(SOPHYAINCP)rawstream.h \ 447 $(SOPHYAINCP)ppfnametag.h \ 448 $(SOPHYAINCP)mutyv.h \ 449 $(SOPHYAINCP)ctimer.h \ 450 $(SOPHYAINCP)zthread.h \ 451 $(SOPHYAINCP)dlftypes.h \ 452 $(SOPHYAINCP)nobjmgr.h \ 453 $(SOPHYAINCP)pistdimgapp.h \ 454 $(SOPHYAINCP)pisysdep.h \ 455 $(SOPHYAINCP)piapplx.h \ 456 $(SOPHYAINCP)piapplgen.h \ 457 $(SOPHYAINCP)pimsghandler.h \ 458 $(SOPHYAINCP)picontainerx.h \ 459 $(SOPHYAINCP)picontainergen.h \ 460 $(SOPHYAINCP)piwdgx.h \ 461 $(SOPHYAINCP)piwdggen.h \ 462 $(SOPHYAINCP)picolist.h \ 463 $(SOPHYAINCP)pimenubarx.h \ 464 $(SOPHYAINCP)pimenubargen.h \ 465 $(SOPHYAINCP)pimenux.h \ 466 $(SOPHYAINCP)pimenugen.h \ 467 $(SOPHYAINCP)picons.h \ 468 $(SOPHYAINCP)pistdwdgx.h \ 469 $(SOPHYAINCP)pistdwdggen.h \ 470 $(SOPHYAINCP)pibwdgx.h \ 471 $(SOPHYAINCP)pibwdggen.h \ 472 $(SOPHYAINCP)picmap.h \ 473 $(SOPHYAINCP)picmapx.h \ 474 $(SOPHYAINCP)picmapgen.h \ 475 $(SOPHYAINCP)pigraphx.h \ 476 $(SOPHYAINCP)pigraphgen.h \ 477 $(SOPHYAINCP)pifontx.h \ 478 $(SOPHYAINCP)pifontgen.h \ 479 $(SOPHYAINCP)pigrcoord.h \ 480 $(SOPHYAINCP)pilineatt.h \ 481 $(SOPHYAINCP)pigraphuc.h \ 482 $(SOPHYAINCP)pievthandler.h \ 483 $(SOPHYAINCP)psfile.h \ 484 $(SOPHYAINCP)pigraphps.h \ 485 $(SOPHYAINCP)piwindowx.h \ 486 $(SOPHYAINCP)piwindowgen.h \ 487 $(SOPHYAINCP)pioptmenux.h \ 488 $(SOPHYAINCP)pioptmenugen.h \ 489 $(SOPHYAINCP)pifilechox.h \ 490 $(SOPHYAINCP)pifilechogen.h \ 491 $(SOPHYAINCP)piperiodx.h \ 492 $(SOPHYAINCP)periodic.h \ 493 $(SOPHYAINCP)piimage.h \ 494 $(SOPHYAINCP)parradapter.h \ 495 $(SOPHYAINCP)lut.h \ 496 $(SOPHYAINCP)pieldrw.h \ 497 $(SOPHYAINCP)pidrawer.h \ 498 $(SOPHYAINCP)pigratt.h \ 499 $(SOPHYAINCP)piaxes.h \ 500 $(SOPHYAINCP)pipixmapx.h \ 501 $(SOPHYAINCP)pipixmapgen.h \ 502 $(SOPHYAINCP)picmapview.h \ 503 $(SOPHYAINCP)pi3dwdg.h \ 504 $(SOPHYAINCP)pi3ddrw.h \ 505 $(SOPHYAINCP)pigraph3d.h \ 506 $(SOPHYAINCP)pisiadw.h \ 507 $(SOPHYAINCP)pilistx.h \ 508 $(SOPHYAINCP)pilistgen.h \ 509 $(SOPHYAINCP)pistzwin.h \ 510 $(SOPHYAINCP)pitherm.h \ 511 $(SOPHYAINCP)resusage.h 512 $(CXXCOMPILE) -o $@ $< 513 -
trunk/SophyaPI/ProgPI/programs
r1524 r2743 1 spiapp piapp.o sopiamodule.o fitsbtadapter.o w2ps.o 1 spiapp piapp.o sopiamodule.o fitsbtadapter.o w2ps.o skymapmodule.o
Note:
See TracChangeset
for help on using the changeset viewer.