From: Karel G. <kg...@us...> - 2001-10-26 20:00:28
|
Update of /cvsroot/micomt/mico/coss/relship In directory usw-pr-cvs1:/tmp/cvs-serv17698/coss/relship Modified Files: Makefile.win32 Log Message: - merged with MICO 2.3.6 Index: Makefile.win32 =================================================================== RCS file: /cvsroot/micomt/mico/coss/relship/Makefile.win32,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -r1.1.1.2 -r1.2 *** Makefile.win32 2001/01/06 23:17:45 1.1.1.2 --- Makefile.win32 2001/10/26 19:59:55 1.2 *************** *** 132,152 **** clean: ! -$(RM) *.a *.rpo *.objid nsd nsadmin *.exe *.obj *.pdb ! -$(RM) CosObjectIdentity.h CosObjectIdentity.cc ! -$(RM) ..\..\include\mico\CosObjectIdentity.h ! -$(RM) CosRelationships.h CosRelationships.cc ! -$(RM) ..\..\include\mico\CosRelationships.h ! -$(RM) CosGraphs.h CosGraphs.cc ! -$(RM) ..\..\include\mico\CosGraphs.h ! -$(RM) CosContainment.h CosContainment.cc ! -$(RM) ..\..\include\mico\CosContainment.h ! -$(RM) CosReference.h CosReference.cc ! -$(RM) ..\..\include\mico\CosReference.h ! -$(RM) CosGraphsExtension.h CosGraphsExtension.cc ! -$(RM) ..\..\include\mico\CosGraphsExtension.h ! -$(RM) RandomGenerator.h RandomGenerator.cc ! -$(RM) ..\..\include\mico\RandomGenerator.h ! -$(RM) random.h random.cc ! -$(RM) ..\..\include\mico\random.h install: --- 132,169 ---- clean: ! -del *.obj ! -del *.exe ! -del *.def ! -del *.dmp ! -del *.dll ! -del *.lib ! -del *.exp ! -del *.pdb ! -del *.pch ! -del *~ ! -del CosObjectIdentity.h ! -del CosObjectIdentity.cc ! -del ..\..\include\mico\CosObjectIdentity.h ! -del CosRelationships.h ! -del CosRelationships.cc ! -del ..\..\include\mico\CosRelationships.h ! -del CosGraphs.h ! -del CosGraphs.cc ! -del ..\..\include\mico\CosGraphs.h ! -del CosContainment.h ! -del CosContainment.cc ! -del ..\..\include\mico\CosContainment.h ! -del CosReference.h ! -del CosReference.cc ! -del ..\..\include\mico\CosReference.h ! -del CosGraphsExtension.h ! -del CosGraphsExtension.cc ! -del ..\..\include\mico\CosGraphsExtension.h ! -del RandomGenerator.h ! -del RandomGenerator.cc ! -del ..\..\include\mico\RandomGenerator.h ! -del random.h ! -del random.cc ! -del ..\..\include\mico\random.h install: |