Changeset 57 in Sophya


Ignore:
Timestamp:
Sep 22, 1997, 1:07:25 AM (28 years ago)
Author:
ansari
Message:

MAJ Makefile Reza 22/09/97

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Makefile

    r44 r57  
     1MODULENAME := PI
    12include ../Mgr/Makefile.h
    23 
    34all: $(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)  $@ $?
     7ifeq ($(CXX),cxx)
     8        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPI -lOutils++ -lImages++ -lStarReco++ -o $(OBJ)xx.x -Hf
     9        $(AR) $(ARFLAGS)  $@ $(REPM)/*.o
     10endif
    611 
    712$(OBJ)piapplgen.o: piapplgen.cc piapplgen.h pimsghandler.h pisysdep.h \
     
    1217 pimenubargen.h pimenux.h pimenugen.h
    1318$(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \
    14  pimsghandler.h psfile.h $(INC)defs.h \
    15  pibwdgx.h picmap.h picmapx.h picmapgen.h
    16 $(OBJ)pibwdgx.o: pibwdgx.cc pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h \
    17  piwdggen.h pimsghandler.h pixtbaseP.h pixtbase.h psfile.h \
    18  $(INC)defs.h picmap.h picmapx.h picmapgen.h
     19 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
    1924$(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h picmapx.h picmapgen.h
    2025$(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h picmapx.h picmap.h
     
    2530$(OBJ)picontainerx.o: picontainerx.cc picontainerx.h pisysdep.h \
    2631 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
    2735$(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h piwindowx.h \
    2836 piwindowgen.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \
    29  pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h pistdwdgx.h \
    30  pistdwdggen.h
     37 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \
     38 picmapgen.h pistdwdgx.h pistdwdggen.h pidrawer.h
    3139$(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h piwdgx.h \
    3240 piwdggen.h pimsghandler.h
     
    3442 piwdgx.h piwdggen.h pimsghandler.h piwindowx.h piwindowgen.h \
    3543 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
    4860$(OBJ)piimage.o: piimage.cc piimage.h $(INC)cimage.h \
    4961 $(INC)rzimage.h \
     
    96108 piwdggen.h pimsghandler.h
    97109$(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
    98122$(OBJ)pioptmenugen.o: pioptmenugen.cc pioptmenugen.h pisysdep.h \
    99123 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h \
     
    111135 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \
    112136 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 \
    117139 $(INC)exceptions.h \
    118140 $(INC)defs.h \
     
    126148 $(INC)ppersist.h \
    127149 $(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
    129154$(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h piwdgx.h \
    130155 piwdggen.h pimsghandler.h
    131156$(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h pistdwdgx.h pistdwdggen.h \
    132157 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 \
    137160 $(INC)machine.h \
    138161 $(INC)defs.h \
     
    156179 $(INC)datatypes.h \
    157180 $(INC)dvlist.h \
     181 $(INC)fct1dfit.h \
    158182 $(INC)generalfit.h \
    159183 $(INC)matrix.h \
    160184 $(INC)cvector.h \
     185 $(INC)fct2dfit.h \
    161186 $(INC)transfo.h \
    162187 $(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
    164192$(OBJ)piup.o: piup.cc $(INC)ctimer.h \
    165193 $(INC)peida.h \
     
    206234 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimsghandler.h
    207235$(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
    209238$(OBJ)psfile.o: psfile.cc psfile.h $(INC)defs.h \
    210239 pisysdep.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h \
Note: See TracChangeset for help on using the changeset viewer.