Changeset 2743 in Sophya for trunk/SophyaPI/PIGcont
- Timestamp:
- May 20, 2005, 9:57:11 AM (20 years ago)
- Location:
- trunk/SophyaPI/PIGcont
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.