Changeset 169 in Sophya


Ignore:
Timestamp:
Dec 18, 1998, 6:16:32 PM (27 years ago)
Author:
ercodmgr
Message:

MAJ Makefile Reza 18/12/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/Makefile

    r165 r169  
    44 
    55all: $(LIB)libPIext.a
    6 $(LIB)libPIext.a : $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)piapp.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o
     6$(LIB)libPIext.a : $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o
    77        $(AR) $(ARFLAGS)  $@ $?
    88ifeq ($(CXX),cxx)
     
    1111 
    1212clean:
    13         rm -f $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)piapp.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o
     13        rm -f $(OBJ)nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o
    1414ifeq ($(CXX),cxx)
    1515        cd $(REPM); rm -f *.o
     
    162162 pimgadapter.h $(INC)nbmath.h \
    163163 $(INC)nbtri.h
    164 $(OBJ)piapp.o: piapp.cc $(INC)psighand.h \
    165  $(INC)defs.h $(INC)dynccd.h \
    166  $(INC)machine.h \
    167  $(INC)exceptions.h \
    168  $(INC)peidainit.h \
    169  $(INC)ppersist.h \
    170  $(INC)perrors.h \
    171  $(INC)pclassids.h \
    172  $(INC)timing.h piinit.h \
    173  $(INC)imaginit.h \
    174  $(INC)outilsinit.h \
    175  $(INC)strecinit.h pistdimgapp.h \
    176  $(INC)pisysdep.h \
    177  $(INC)piapplx.h \
    178  $(INC)piapplgen.h \
    179  $(INC)pimsghandler.h \
    180  $(INC)picontainerx.h \
    181  $(INC)picontainergen.h \
    182  $(INC)piwdgx.h $(INC)piwdggen.h \
    183  $(INC)pimenubarx.h \
    184  $(INC)pimenubargen.h \
    185  $(INC)pimenux.h \
    186  $(INC)pimenugen.h \
    187  $(INC)picons.h \
    188  $(INC)pistdwdgx.h \
    189  $(INC)pistdwdggen.h \
    190  $(INC)pibwdgx.h \
    191  $(INC)pibwdggen.h \
    192  $(INC)picmap.h $(INC)picmapx.h \
    193  $(INC)picmapgen.h \
    194  $(INC)pigraphx.h \
    195  $(INC)pigraphgen.h \
    196  $(INC)pigraphuc.h \
    197  $(INC)psfile.h \
    198  $(INC)pigraphps.h \
    199  $(INC)piwindowx.h \
    200  $(INC)piwindowgen.h \
    201  $(INC)pioptmenux.h \
    202  $(INC)pioptmenugen.h \
    203  $(INC)pifilechox.h \
    204  $(INC)pifilechogen.h \
    205  $(INC)piimage.h \
    206  $(INC)parradapter.h $(INC)lut.h \
    207  $(INC)pidrawer.h \
    208  $(INC)pipixmapx.h \
    209  $(INC)pipixmapgen.h \
    210  $(INC)picmapview.h \
    211  $(INC)pi3ddrw.h \
    212  $(INC)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \
    213  $(INC)ctimer.h $(INC)peida.h \
    214  $(INC)utils.h $(INC)fmath.h \
    215  pisiadw.h $(INC)pilistx.h \
    216  $(INC)pilistgen.h \
    217  $(INC)pistzwin.h \
    218  $(INC)piperiodx.h \
    219  $(INC)periodic.h
    220164$(OBJ)pigfd1.o: pigfd1.cc pigfd1.h $(INC)generaldata.h \
    221165 $(INC)exceptions.h $(INC)defs.h \
Note: See TracChangeset for help on using the changeset viewer.