Make.spec
changeset 739 45b418be7fa1
parent 733 bad42d8d1161
child 752 516a6334136c
equal deleted inserted replaced
738:3c27b65f02bf 739:45b418be7fa1
    78 	CustomRefactoring \
    78 	CustomRefactoring \
    79 	CustomSilentDialog \
    79 	CustomSilentDialog \
    80 	CustomSubContext \
    80 	CustomSubContext \
    81 	CustomUserDialog \
    81 	CustomUserDialog \
    82 	CustomAccessMethodsCodeGenerator \
    82 	CustomAccessMethodsCodeGenerator \
    83 	CustomCodeGeneratorClassGenerator \
       
    84 	CustomCodeSelectionToResourceTranslation \
    83 	CustomCodeSelectionToResourceTranslation \
    85 	CustomIsAbstractCodeGenerator \
    84 	CustomIsAbstractCodeGenerator \
    86 	CustomNewClassGenerator \
    85 	CustomNewClassGenerator \
    87 	CustomReplaceIfNilWithIfTrueRefactoring \
    86 	CustomReplaceIfNilWithIfTrueRefactoring \
    88 	CustomSubclassResponsibilityCodeGenerator \
    87 	CustomSubclassResponsibilityCodeGenerator \
    92 	CustomTestCaseTearDownCodeGenerator \
    91 	CustomTestCaseTearDownCodeGenerator \
    93 	CustomUpdateTestCaseCategoryRefactoring \
    92 	CustomUpdateTestCaseCategoryRefactoring \
    94 	CustomVisitorCodeGenerator \
    93 	CustomVisitorCodeGenerator \
    95 	CustomChangeNotificationAccessMethodsCodeGenerator \
    94 	CustomChangeNotificationAccessMethodsCodeGenerator \
    96 	CustomChangeNotificationSetterMethodsCodeGenerator \
    95 	CustomChangeNotificationSetterMethodsCodeGenerator \
       
    96 	CustomCodeGeneratorClassGenerator \
    97 	CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator \
    97 	CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator \
    98 	CustomDefaultGetterMethodsCodeGenerator \
    98 	CustomDefaultGetterMethodsCodeGenerator \
    99 	CustomLazyInitializationAccessMethodsCodeGenerator \
    99 	CustomLazyInitializationAccessMethodsCodeGenerator \
   100 	CustomLazyInitializationGetterMethodsCodeGenerator \
   100 	CustomLazyInitializationGetterMethodsCodeGenerator \
   101 	CustomMultiSetterMethodsCodeGenerator \
   101 	CustomMultiSetterMethodsCodeGenerator \
   144     $(OUTDIR_SLASH)CustomRefactoring.$(O) \
   144     $(OUTDIR_SLASH)CustomRefactoring.$(O) \
   145     $(OUTDIR_SLASH)CustomSilentDialog.$(O) \
   145     $(OUTDIR_SLASH)CustomSilentDialog.$(O) \
   146     $(OUTDIR_SLASH)CustomSubContext.$(O) \
   146     $(OUTDIR_SLASH)CustomSubContext.$(O) \
   147     $(OUTDIR_SLASH)CustomUserDialog.$(O) \
   147     $(OUTDIR_SLASH)CustomUserDialog.$(O) \
   148     $(OUTDIR_SLASH)CustomAccessMethodsCodeGenerator.$(O) \
   148     $(OUTDIR_SLASH)CustomAccessMethodsCodeGenerator.$(O) \
   149     $(OUTDIR_SLASH)CustomCodeGeneratorClassGenerator.$(O) \
       
   150     $(OUTDIR_SLASH)CustomCodeSelectionToResourceTranslation.$(O) \
   149     $(OUTDIR_SLASH)CustomCodeSelectionToResourceTranslation.$(O) \
   151     $(OUTDIR_SLASH)CustomIsAbstractCodeGenerator.$(O) \
   150     $(OUTDIR_SLASH)CustomIsAbstractCodeGenerator.$(O) \
   152     $(OUTDIR_SLASH)CustomNewClassGenerator.$(O) \
   151     $(OUTDIR_SLASH)CustomNewClassGenerator.$(O) \
   153     $(OUTDIR_SLASH)CustomReplaceIfNilWithIfTrueRefactoring.$(O) \
   152     $(OUTDIR_SLASH)CustomReplaceIfNilWithIfTrueRefactoring.$(O) \
   154     $(OUTDIR_SLASH)CustomSubclassResponsibilityCodeGenerator.$(O) \
   153     $(OUTDIR_SLASH)CustomSubclassResponsibilityCodeGenerator.$(O) \
   158     $(OUTDIR_SLASH)CustomTestCaseTearDownCodeGenerator.$(O) \
   157     $(OUTDIR_SLASH)CustomTestCaseTearDownCodeGenerator.$(O) \
   159     $(OUTDIR_SLASH)CustomUpdateTestCaseCategoryRefactoring.$(O) \
   158     $(OUTDIR_SLASH)CustomUpdateTestCaseCategoryRefactoring.$(O) \
   160     $(OUTDIR_SLASH)CustomVisitorCodeGenerator.$(O) \
   159     $(OUTDIR_SLASH)CustomVisitorCodeGenerator.$(O) \
   161     $(OUTDIR_SLASH)CustomChangeNotificationAccessMethodsCodeGenerator.$(O) \
   160     $(OUTDIR_SLASH)CustomChangeNotificationAccessMethodsCodeGenerator.$(O) \
   162     $(OUTDIR_SLASH)CustomChangeNotificationSetterMethodsCodeGenerator.$(O) \
   161     $(OUTDIR_SLASH)CustomChangeNotificationSetterMethodsCodeGenerator.$(O) \
       
   162     $(OUTDIR_SLASH)CustomCodeGeneratorClassGenerator.$(O) \
   163     $(OUTDIR_SLASH)CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator.$(O) \
   163     $(OUTDIR_SLASH)CustomCodeGeneratorOrRefactoringTestCaseCodeGenerator.$(O) \
   164     $(OUTDIR_SLASH)CustomDefaultGetterMethodsCodeGenerator.$(O) \
   164     $(OUTDIR_SLASH)CustomDefaultGetterMethodsCodeGenerator.$(O) \
   165     $(OUTDIR_SLASH)CustomLazyInitializationAccessMethodsCodeGenerator.$(O) \
   165     $(OUTDIR_SLASH)CustomLazyInitializationAccessMethodsCodeGenerator.$(O) \
   166     $(OUTDIR_SLASH)CustomLazyInitializationGetterMethodsCodeGenerator.$(O) \
   166     $(OUTDIR_SLASH)CustomLazyInitializationGetterMethodsCodeGenerator.$(O) \
   167     $(OUTDIR_SLASH)CustomMultiSetterMethodsCodeGenerator.$(O) \
   167     $(OUTDIR_SLASH)CustomMultiSetterMethodsCodeGenerator.$(O) \