Help for this page

Select Code to Download


  1. or download this
    diff -u -r t:/makeMaker/ExtUtils-MakeMaker-6.62/lib/ExtUtils/MakeMaker
    +.pm
    t:/makeMaker/ExtUtils-MakeMaker-modified/lib/ExtUtils/MakeMaker.pm
    ...
    +}
    
     =head2 Targets
    
  2. or download this
    
    # --- MakeMaker ???? section:
    ...
    ifneq "$(.VARIABLES)" ""
    MAKE_USED = gnumake
    endif
    
  3. or download this
    !IF 0
    This makefile is intended to be used by nmake
    !ENDIF
    
  4. or download this
    # --- MakeMaker top_targets section:
    all :: check_run_conditions pure_all
    $(NOECHO) $(NOOP)
    
  5. or download this
    push @{$self->{RESULT}},
    '',
    ...
    push @{$self->{RESULT}},
    ' $(NOECHO) $(NOOP)';
    }