Changeset 57 in Sophya
- Timestamp:
- Sep 22, 1997, 1:07:25 AM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r44 r57 1 MODULENAME := PI 1 2 include ../Mgr/Makefile.h 2 3 3 4 all: $(LIB)libPI.a 4 $(LIB)libPI.a : $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapx.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pidrawwin.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pihisto.o $(OBJ)piimage.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)pistlist.o $(OBJ)piup.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o $(OBJ)psfile.o 5 $(AR) $(ARFLAGS) $@ $? 5 $(LIB)libPI.a : $(OBJ)piapplgen.o $(OBJ)piapplx.o $(OBJ)pibwdggen.o $(OBJ)pibwdgx.o $(OBJ)picmap.o $(OBJ)picmapgen.o $(OBJ)picmapx.o $(OBJ)picontainergen.o $(OBJ)picontainerx.o $(OBJ)pidrawer.o $(OBJ)pidrawwin.o $(OBJ)pifilechogen.o $(OBJ)pifilechox.o $(OBJ)pihisto.o $(OBJ)piimage.o $(OBJ)pilistgen.o $(OBJ)pilistx.o $(OBJ)pimenubargen.o $(OBJ)pimenubarx.o $(OBJ)pimenugen.o $(OBJ)pimenux.o $(OBJ)pimsghandler.o $(OBJ)pintuple.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)pistlist.o $(OBJ)piup.o $(OBJ)piwdggen.o $(OBJ)piwdgx.o $(OBJ)piwindowgen.o $(OBJ)piwindowx.o $(OBJ)pixtbase.o $(OBJ)psfile.o 6 $(AR) $(ARFLAGS) $@ $? 7 ifeq ($(CXX),cxx) 8 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPI -lOutils++ -lImages++ -lStarReco++ -o $(OBJ)xx.x -Hf 9 $(AR) $(ARFLAGS) $@ $(REPM)/*.o 10 endif 6 11 7 12 $(OBJ)piapplgen.o: piapplgen.cc piapplgen.h pimsghandler.h pisysdep.h \ … … 12 17 pimenubargen.h pimenux.h pimenugen.h 13 18 $(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 14 pimsghandler.h p sfile.h $(INC)defs.h \15 pibwdgx.h picmap.h picmapx.h picmapgen.h16 $(OBJ)pibwdgx.o: pibwdgx.cc pi bwdgx.h pisysdep.h pibwdggen.h piwdgx.h \17 piwdg gen.h pimsghandler.h pixtbaseP.h pixtbase.h psfile.h \18 $(INC)defs.h picmap.h picmapx.h picmapgen.h19 pimsghandler.h picmap.h picmapx.h picmapgen.h pidrawer.h psfile.h \ 20 $(INC)defs.h pibwdgx.h 21 $(OBJ)pibwdgx.o: pibwdgx.cc pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h \ 22 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 23 pixtbase.h pidrawer.h psfile.h $(INC)defs.h 19 24 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h picmapx.h picmapgen.h 20 25 $(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h picmapx.h picmap.h … … 25 30 $(OBJ)picontainerx.o: picontainerx.cc picontainerx.h pisysdep.h \ 26 31 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h 32 $(OBJ)pidrawer.o: pidrawer.cc pidrawer.h pibwdggen.h pisysdep.h piwdgx.h \ 33 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h psfile.h \ 34 $(INC)defs.h pibwdgx.h 27 35 $(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h piwindowx.h \ 28 36 piwindowgen.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 29 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h pi stdwdgx.h \30 pi stdwdggen.h37 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 38 picmapgen.h pistdwdgx.h pistdwdggen.h pidrawer.h 31 39 $(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h piwdgx.h \ 32 40 piwdggen.h pimsghandler.h … … 34 42 piwdgx.h piwdggen.h pimsghandler.h piwindowx.h piwindowgen.h \ 35 43 picontainerx.h picontainergen.h 36 $(OBJ)pihisto.o: pihisto.cc pihisto.h piscdrawwdg.h pisysdep.h pibwdgx.h \ 37 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 38 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 39 picontainergen.h $(INC)histos.h \ 40 $(INC)peida.h \ 41 $(INC)defs.h \ 42 $(INC)utils.h \ 43 $(INC)machine.h \ 44 $(INC)perrors.h \ 45 $(INC)exceptions.h \ 46 $(INC)peidainit.h \ 47 $(INC)fmath.h 44 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \ 45 $(INC)peida.h \ 46 $(INC)defs.h \ 47 $(INC)utils.h \ 48 $(INC)machine.h \ 49 $(INC)perrors.h \ 50 $(INC)exceptions.h \ 51 $(INC)peidainit.h \ 52 $(INC)fmath.h \ 53 $(INC)cvector.h \ 54 $(INC)matrix.h \ 55 $(INC)ppersist.h \ 56 $(INC)pclassids.h piscdrawwdg.h pisysdep.h \ 57 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 58 picmapx.h picmapgen.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 59 piwindowgen.h picontainerx.h picontainergen.h pidrawer.h 48 60 $(OBJ)piimage.o: piimage.cc piimage.h $(INC)cimage.h \ 49 61 $(INC)rzimage.h \ … … 96 108 piwdggen.h pimsghandler.h 97 109 $(OBJ)pimsghandler.o: pimsghandler.cc pimsghandler.h 110 $(OBJ)pintuple.o: pintuple.cc pintuple.h \ 111 $(INC)ntuple.h \ 112 $(INC)ppersist.h \ 113 $(INC)defs.h \ 114 $(INC)machine.h \ 115 $(INC)perrors.h \ 116 $(INC)exceptions.h \ 117 $(INC)peidainit.h \ 118 $(INC)pclassids.h piscdrawwdg.h pisysdep.h \ 119 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 120 picmapx.h picmapgen.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 121 piwindowgen.h picontainerx.h picontainergen.h pidrawer.h 98 122 $(OBJ)pioptmenugen.o: pioptmenugen.cc pioptmenugen.h pisysdep.h \ 99 123 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \ … … 111 135 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 112 136 picmapx.h picmapgen.h psfile.h $(INC)defs.h 113 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc piscdrawwdg.h pisysdep.h pibwdgx.h \ 114 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 115 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 116 picontainergen.h $(INC)generalfit.h \ 137 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc \ 138 $(INC)generalfit.h \ 117 139 $(INC)exceptions.h \ 118 140 $(INC)defs.h \ … … 126 148 $(INC)ppersist.h \ 127 149 $(INC)pclassids.h \ 128 $(INC)cvector.h 150 $(INC)cvector.h piscdrawwdg.h pisysdep.h \ 151 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 152 picmapx.h picmapgen.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 153 piwindowgen.h picontainerx.h picontainergen.h pidrawer.h 129 154 $(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h piwdgx.h \ 130 155 piwdggen.h pimsghandler.h 131 156 $(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h pistdwdgx.h pistdwdggen.h \ 132 157 piwdgx.h piwdggen.h pimsghandler.h 133 $(OBJ)pistlist.o: pistlist.cc pistlist.h piscdrawwdg.h pisysdep.h pibwdgx.h \ 134 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h pistdwdgx.h \ 135 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 136 picontainergen.h $(INC)stlist.h \ 158 $(OBJ)pistlist.o: pistlist.cc pistlist.h \ 159 $(INC)stlist.h \ 137 160 $(INC)machine.h \ 138 161 $(INC)defs.h \ … … 156 179 $(INC)datatypes.h \ 157 180 $(INC)dvlist.h \ 181 $(INC)fct1dfit.h \ 158 182 $(INC)generalfit.h \ 159 183 $(INC)matrix.h \ 160 184 $(INC)cvector.h \ 185 $(INC)fct2dfit.h \ 161 186 $(INC)transfo.h \ 162 187 $(INC)poly.h \ 163 $(INC)zfidu.h 188 $(INC)zfidu.h piscdrawwdg.h pisysdep.h \ 189 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 190 picmapx.h picmapgen.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 191 piwindowgen.h picontainerx.h picontainergen.h pidrawer.h 164 192 $(OBJ)piup.o: piup.cc $(INC)ctimer.h \ 165 193 $(INC)peida.h \ … … 206 234 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h 207 235 $(OBJ)pixtbase.o: pixtbase.cc pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h \ 208 piwdgx.h piwdggen.h pimsghandler.h pixtbase.h 236 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 237 pixtbase.h 209 238 $(OBJ)psfile.o: psfile.cc psfile.h $(INC)defs.h \ 210 239 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \
Note:
See TracChangeset
for help on using the changeset viewer.