===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
avrdude-6.3-20171130+svn1429/pickit2.c-503-            avr_set_bits(lext, cmd);
avrdude-6.3-20171130+svn1429/pickit2.c:504:            avr_set_addr(lext, cmd, addr_base);
avrdude-6.3-20171130+svn1429/pickit2.c-505-            pgm->cmd(pgm, cmd, res);
##############################################
avrdude-6.3-20171130+svn1429/pickit2.c-540-            avr_set_bits(readop, &cmd[addr_off*4]);
avrdude-6.3-20171130+svn1429/pickit2.c:541:            avr_set_addr(readop, &cmd[addr_off*4], caddr);
avrdude-6.3-20171130+svn1429/pickit2.c-542-        }
##############################################
avrdude-6.3-20171130+svn1429/pickit2.c-598-        avr_set_bits(lext, cmd);
avrdude-6.3-20171130+svn1429/pickit2.c:599:        avr_set_addr(lext, cmd, addr);
avrdude-6.3-20171130+svn1429/pickit2.c-600-    }
##############################################
avrdude-6.3-20171130+svn1429/pickit2.c-603-    avr_set_bits(wp, &cmd[4]);
avrdude-6.3-20171130+svn1429/pickit2.c:604:    avr_set_addr(wp, &cmd[4], addr);
avrdude-6.3-20171130+svn1429/pickit2.c-605-
##############################################
avrdude-6.3-20171130+svn1429/pickit2.c-703-            avr_set_bits(writeop, &cmd[addr_off*4]);
avrdude-6.3-20171130+svn1429/pickit2.c:704:            avr_set_addr(writeop, &cmd[addr_off*4], caddr);
avrdude-6.3-20171130+svn1429/pickit2.c-705-            avr_set_input(writeop, &cmd[addr_off*4], mem->buf[addr]);
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-146-static unsigned char jtagmkII_memtype(PROGRAMMER * pgm, AVRPART * p, unsigned long addr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:147:static unsigned int jtagmkII_memaddr(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m, unsigned long addr);
avrdude-6.3-20171130+svn1429/jtagmkII.c-148-
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-156-static int jtagmkII_chip_erase32(PROGRAMMER * pgm, AVRPART * p);
avrdude-6.3-20171130+svn1429/jtagmkII.c:157:static unsigned long jtagmkII_read_SABaddr(PROGRAMMER * pgm, unsigned long addr,
avrdude-6.3-20171130+svn1429/jtagmkII.c-158-                      unsigned int prefix); // ERROR_SAB illegal
avrdude-6.3-20171130+svn1429/jtagmkII.c:159:static int jtagmkII_write_SABaddr(PROGRAMMER * pgm, unsigned long addr,
avrdude-6.3-20171130+svn1429/jtagmkII.c-160-                                  unsigned int prefix, unsigned long val);
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-1905-  /*
avrdude-6.3-20171130+svn1429/jtagmkII.c:1906:   * Don't use jtagmkII_memaddr() here.  While with all other
avrdude-6.3-20171130+svn1429/jtagmkII.c-1907-   * commands, firmware 7+ doesn't require the NVM offsets being
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2031-    u32_to_b4(cmd + 2, page_size);
avrdude-6.3-20171130+svn1429/jtagmkII.c:2032:    u32_to_b4(cmd + 6, jtagmkII_memaddr(pgm, p, m, addr));
avrdude-6.3-20171130+svn1429/jtagmkII.c-2033-
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2146-    u32_to_b4(cmd + 2, block_size);
avrdude-6.3-20171130+svn1429/jtagmkII.c:2147:    u32_to_b4(cmd + 6, jtagmkII_memaddr(pgm, p, m, addr));
avrdude-6.3-20171130+svn1429/jtagmkII.c-2148-
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2717-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2718:static unsigned int jtagmkII_memaddr(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m, unsigned long addr)
avrdude-6.3-20171130+svn1429/jtagmkII.c-2719-{
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2822-  {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2823:    val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2824-    if(val != 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2825:    val = jtagmkII_read_SABaddr(pgm, AVR32_DC, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2826-    if(val != 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2829-  if(flags & (AVR32_RESET_READ | AVR32_RESET_CHIP_ERASE)) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2830:    status = jtagmkII_write_SABaddr(pgm, AVR32_DC, 0x01,
avrdude-6.3-20171130+svn1429/jtagmkII.c-2831-                                    AVR32_DC_DBE | AVR32_DC_DBR);
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2835-  if(flags & (AVR32_RESET_WRITE | AVR32_SET4RUNNING)) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2836:    status = jtagmkII_write_SABaddr(pgm, AVR32_DC, 0x01,
avrdude-6.3-20171130+svn1429/jtagmkII.c-2837-             AVR32_DC_ABORT | AVR32_DC_RESET | AVR32_DC_DBE | AVR32_DC_DBR);
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2839-    for(j=0; j<21; ++j) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2840:      val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2841-    }
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2850-    for(j=0; j<2; ++j) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2851:      val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2852-      if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2858-  {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2859:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2860-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2861-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2862:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2863-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2864-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2865:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2866-    if(val != 0x00000000) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2871-    for(j=0; j<2; ++j) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2872:      val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2873-      if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2876-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2877:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2878-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2879-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2880:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2881-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2882-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2883:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2884-    if(val != 0x00000000) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2885-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2886:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe1b00040);  // mfsr R0, 256
avrdude-6.3-20171130+svn1429/jtagmkII.c-2887-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2888-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2889:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2890-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2891-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2892:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2893-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2894-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2895:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2896-    if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2897-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2898:    status = jtagmkII_write_SABaddr(pgm, AVR32_DCEMU, 0x01, 0x00000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2899-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2900-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2901:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe5b00045);  // mtdr R0, 276
avrdude-6.3-20171130+svn1429/jtagmkII.c-2902-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2903-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2904:    val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2905-    if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2907-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2908:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2909-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2910-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2911:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2912-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2913-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2914:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2915-    if(val != 0x00000000) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2916-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2917:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe1b00041);  // mfsr R0, 260
avrdude-6.3-20171130+svn1429/jtagmkII.c-2918-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2919:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2920-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2921-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2922:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2923-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2924:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2925-    if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2926-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2927:    status = jtagmkII_write_SABaddr(pgm, AVR32_DCEMU, 0x01, 0x00000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2928-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2929:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe5b00045);  // mtdr R0, 276
avrdude-6.3-20171130+svn1429/jtagmkII.c-2930-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2931-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2932:    val = jtagmkII_read_SABaddr(pgm, 0x00000010, 0x06); // need to recheck who does this...
avrdude-6.3-20171130+svn1429/jtagmkII.c-2933-    if(val != 0x00000000) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2943-  if(flags & AVR32_SET4RUNNING) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:2944:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe1b00014);  // mfsr R0, 80
avrdude-6.3-20171130+svn1429/jtagmkII.c-2945-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2946-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2947:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe7b00044);  // mtdr 272, R0
avrdude-6.3-20171130+svn1429/jtagmkII.c-2948-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2949-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2950:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCSR, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2951-    if(val != 0x00000001) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2952-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2953:    val = jtagmkII_read_SABaddr(pgm, AVR32_DCCPU, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2954-    if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2955-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2956:    status = jtagmkII_write_SABaddr(pgm, AVR32_DCEMU, 0x01, 0x00000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2957-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2958-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2959:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xe5b00045);  // mfdr R0, 276
avrdude-6.3-20171130+svn1429/jtagmkII.c-2960-    if(status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2961-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2962:    val = jtagmkII_read_SABaddr(pgm, AVR32_DS, 0x01);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2963-    if(val == ERROR_SAB) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2965-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2966:    status = jtagmkII_write_SABaddr(pgm, AVR32_DINST, 0x01, 0xd623d703);  // retd
avrdude-6.3-20171130+svn1429/jtagmkII.c-2967-    if(status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-2984-  // HMATRIX 0xFFFF1000
avrdude-6.3-20171130+svn1429/jtagmkII.c:2985:  status = jtagmkII_write_SABaddr(pgm, 0xffff1018, 0x05, 0x04000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2986-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2987:  status = jtagmkII_write_SABaddr(pgm, 0xffff1024, 0x05, 0x04000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2988-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2989:  status = jtagmkII_write_SABaddr(pgm, 0xffff1008, 0x05, 0x04000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2990-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2991:  status = jtagmkII_write_SABaddr(pgm, 0xffff1078, 0x05, 0x04000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2992-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2993:  status = jtagmkII_write_SABaddr(pgm, 0xffff1088, 0x05, 0x04000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2994-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-2995-
avrdude-6.3-20171130+svn1429/jtagmkII.c:2996:  status = jtagmkII_write_SABaddr(pgm, 0xffff1018, 0x05, 0x08000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2997-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:2998:  status = jtagmkII_write_SABaddr(pgm, 0xffff1024, 0x05, 0x08000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-2999-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3000:  status = jtagmkII_write_SABaddr(pgm, 0xffff1008, 0x05, 0x08000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3001-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3002:  status = jtagmkII_write_SABaddr(pgm, 0xffff1078, 0x05, 0x08000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3003-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3004:  status = jtagmkII_write_SABaddr(pgm, 0xffff1088, 0x05, 0x08000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3005-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-3006-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3007:  status = jtagmkII_write_SABaddr(pgm, 0xffff1018, 0x05, 0x10000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3008-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3009:  status = jtagmkII_write_SABaddr(pgm, 0xffff1024, 0x05, 0x10000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3010-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3011:  status = jtagmkII_write_SABaddr(pgm, 0xffff1008, 0x05, 0x10000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3012-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3013:  status = jtagmkII_write_SABaddr(pgm, 0xffff1078, 0x05, 0x10000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3014-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3015:  status = jtagmkII_write_SABaddr(pgm, 0xffff1088, 0x05, 0x10000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3016-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-3017-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3018:  status = jtagmkII_write_SABaddr(pgm, 0xffff1018, 0x05, 0x00020000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3019-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3020:  status = jtagmkII_write_SABaddr(pgm, 0xffff1024, 0x05, 0x00020000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3021-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3022:  status = jtagmkII_write_SABaddr(pgm, 0xffff1008, 0x05, 0x00020000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3023-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3024:  status = jtagmkII_write_SABaddr(pgm, 0xffff1078, 0x05, 0x00020000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3025-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3026:  status = jtagmkII_write_SABaddr(pgm, 0xffff1088, 0x05, 0x00020000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3027-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-3028-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3029:  status = jtagmkII_write_SABaddr(pgm, 0xffff1018, 0x05, 0x02000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3030-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3031:  status = jtagmkII_write_SABaddr(pgm, 0xffff1024, 0x05, 0x02000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3032-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3033:  status = jtagmkII_write_SABaddr(pgm, 0xffff1008, 0x05, 0x02000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3034-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3035:  status = jtagmkII_write_SABaddr(pgm, 0xffff1078, 0x05, 0x02000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3036-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3037:  status = jtagmkII_write_SABaddr(pgm, 0xffff1088, 0x05, 0x02000000);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3038-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c-3039-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3040:  status = jtagmkII_write_SABaddr(pgm, 0xfffe1c00, 0x05, 0x00010001);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3041-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3042:  status = jtagmkII_write_SABaddr(pgm, 0xfffe1c04, 0x05, 0x05070a0b);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3043-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3044:  status = jtagmkII_write_SABaddr(pgm, 0xfffe1c08, 0x05, 0x000b000c);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3045-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3046:  status = jtagmkII_write_SABaddr(pgm, 0xfffe1c0c, 0x05, 0x00031103);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3047-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3049-  // switchToClockSource
avrdude-6.3-20171130+svn1429/jtagmkII.c:3050:  val = jtagmkII_read_SABaddr(pgm, 0xffff0c28, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3051-  if (val != 0x00000000) {lineno = __LINE__; goto eRR;} // OSC 0
avrdude-6.3-20171130+svn1429/jtagmkII.c:3052:  status = jtagmkII_write_SABaddr(pgm, 0xffff0c28, 0x05, 0x0000607);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3053-  if (status < 0) {lineno = __LINE__; goto eRR;}
avrdude-6.3-20171130+svn1429/jtagmkII.c:3054:  val = jtagmkII_read_SABaddr(pgm, 0xffff0c00, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3055-  if (val != 0x00000000) {lineno = __LINE__; goto eRR;} // PLL 0
avrdude-6.3-20171130+svn1429/jtagmkII.c:3056:  status = jtagmkII_write_SABaddr(pgm, 0xffff0c00, 0x05, 0x0000004);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3057-  if (status < 0) {lineno = __LINE__; goto eRR;} // Power Manager
avrdude-6.3-20171130+svn1429/jtagmkII.c:3058:  status = jtagmkII_write_SABaddr(pgm, 0xffff0c00, 0x05, 0x0000005);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3059-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3062-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3063:  val = jtagmkII_read_SABaddr(pgm, 0xfffe1408, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3064-  if (val != 0x0000a001) {lineno = __LINE__; goto eRR;} // PLL 0
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3198-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3199:  val = jtagmkII_read_SABaddr(pgm, 0x00000010, 0x06);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3200-  if(val != 0x00000000) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3219-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3220:static unsigned long jtagmkII_read_SABaddr(PROGRAMMER * pgm, unsigned long addr,
avrdude-6.3-20171130+svn1429/jtagmkII.c-3221-                                           unsigned int prefix)
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3240-      putc('\n', stderr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3241:    avrdude_message(MSG_INFO, "%s: jtagmkII_read_SABaddr(): "
avrdude-6.3-20171130+svn1429/jtagmkII.c-3242-	      "timeout/error communicating with programmer (status %d) resp=%x\n",
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3260-      putc('\n', stderr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3261:    avrdude_message(MSG_INFO, "%s: jtagmkII_read_SABaddr(): "
avrdude-6.3-20171130+svn1429/jtagmkII.c-3262-	      "wrong number of bytes (status %d)\n",
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3273-      putc('\n', stderr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3274:    avrdude_message(MSG_INFO, "%s: jtagmkII_read_SABaddr(): "
avrdude-6.3-20171130+svn1429/jtagmkII.c-3275-	      "OCD Register %lx -> %4.4lx\n",
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3281-
avrdude-6.3-20171130+svn1429/jtagmkII.c:3282:static int jtagmkII_write_SABaddr(PROGRAMMER * pgm, unsigned long addr,
avrdude-6.3-20171130+svn1429/jtagmkII.c-3283-                                  unsigned int prefix, unsigned long val)
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3299-      putc('\n', stderr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3300:    avrdude_message(MSG_INFO, "%s: jtagmkII_write_SABaddr(): "
avrdude-6.3-20171130+svn1429/jtagmkII.c-3301-	      "timeout/error communicating with programmer (status %d)\n",
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3309-      putc('\n', stderr);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3310:    avrdude_message(MSG_INFO, "%s: jtagmkII_write_SABaddr(): "
avrdude-6.3-20171130+svn1429/jtagmkII.c-3311-	      "OCD Register %lx -> %4.4lx\n",
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3660-  for(i=0; i<256; ++i) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:3661:    val = jtagmkII_read_SABaddr(pgm, AVR32_FLASHC_FSR, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3662-    if(val == ERROR_SAB) continue;
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3669-  cmd = AVR32_FLASHC_FCMD_KEY | page | (lock ? AVR32_FLASHC_FCMD_LOCK : AVR32_FLASHC_FCMD_UNLOCK);
avrdude-6.3-20171130+svn1429/jtagmkII.c:3670:  status = jtagmkII_write_SABaddr(pgm, AVR32_FLASHC_FCMD, 0x05, cmd);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3671-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3687-  for(i=0; i<256; ++i) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:3688:    val = jtagmkII_read_SABaddr(pgm, AVR32_FLASHC_FSR, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3689-    if(val == ERROR_SAB) continue;
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3696-  cmd = AVR32_FLASHC_FCMD_KEY | page | AVR32_FLASHC_FCMD_ERASE_PAGE;
avrdude-6.3-20171130+svn1429/jtagmkII.c:3697:  status = jtagmkII_write_SABaddr(pgm, AVR32_FLASHC_FCMD, 0x05, cmd);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3698-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3703-  for(i=0; i<256; ++i) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:3704:    val = jtagmkII_read_SABaddr(pgm, AVR32_FLASHC_FSR, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3705-    if(val == ERROR_SAB) continue;
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3728-  cmd = AVR32_FLASHC_FCMD_KEY | page | AVR32_FLASHC_FCMD_WRITE_PAGE;
avrdude-6.3-20171130+svn1429/jtagmkII.c:3729:  status = jtagmkII_write_SABaddr(pgm, AVR32_FLASHC_FCMD, 0x05, cmd);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3730-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3733-  for(i=0; i<256; ++i) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:3734:    val = jtagmkII_read_SABaddr(pgm, AVR32_FLASHC_FSR, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3735-    if(val == ERROR_SAB) continue;
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3757-  cmd = AVR32_FLASHC_FCMD_KEY | AVR32_FLASHC_FCMD_CLEAR_PAGE_BUFFER;
avrdude-6.3-20171130+svn1429/jtagmkII.c:3758:  status = jtagmkII_write_SABaddr(pgm, AVR32_FLASHC_FCMD, 0x05, cmd);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3759-  if (status < 0) {lineno = __LINE__; goto eRR;}
##############################################
avrdude-6.3-20171130+svn1429/jtagmkII.c-3762-  for(i=0; i<256; ++i) {
avrdude-6.3-20171130+svn1429/jtagmkII.c:3763:    val = jtagmkII_read_SABaddr(pgm, AVR32_FLASHC_FSR, 0x05);
avrdude-6.3-20171130+svn1429/jtagmkII.c-3764-    if(val == ERROR_SAB) continue;
##############################################
avrdude-6.3-20171130+svn1429/ppiwin.c-320-    
avrdude-6.3-20171130+svn1429/ppiwin.c:321:	asm volatile ("in %1, %0"
avrdude-6.3-20171130+svn1429/ppiwin.c-322-        : "=a" (t)
##############################################
avrdude-6.3-20171130+svn1429/ppiwin.c-331-{
avrdude-6.3-20171130+svn1429/ppiwin.c:332:    asm volatile ("out %1, %0"
avrdude-6.3-20171130+svn1429/ppiwin.c-333-        :
##############################################
avrdude-6.3-20171130+svn1429/tpi.h-53-/* for TPI_CMD_SIN & TPI_CMD_SOUT */
avrdude-6.3-20171130+svn1429/tpi.h:54:#define TPI_SIO_ADDR(x) ((x & 0x30) << 1 | (x & 0x0F)) 
avrdude-6.3-20171130+svn1429/tpi.h-55-
##############################################
avrdude-6.3-20171130+svn1429/config.sub-52-
avrdude-6.3-20171130+svn1429/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
avrdude-6.3-20171130+svn1429/config.sub-54-
##############################################
avrdude-6.3-20171130+svn1429/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
avrdude-6.3-20171130+svn1429/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
avrdude-6.3-20171130+svn1429/config.sub-116-case $maybe_os in
##############################################
avrdude-6.3-20171130+svn1429/config.sub-122-    os=-$maybe_os
avrdude-6.3-20171130+svn1429/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
avrdude-6.3-20171130+svn1429/config.sub-124-    ;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-126-    os=-linux-android
avrdude-6.3-20171130+svn1429/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
avrdude-6.3-20171130+svn1429/config.sub-128-    ;;
avrdude-6.3-20171130+svn1429/config.sub-129-  *)
avrdude-6.3-20171130+svn1429/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
avrdude-6.3-20171130+svn1429/config.sub-131-    if [ $basic_machine != $1 ]
avrdude-6.3-20171130+svn1429/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
avrdude-6.3-20171130+svn1429/config.sub-133-    else os=; fi
##############################################
avrdude-6.3-20171130+svn1429/config.sub-180-		os=-sco5v6
avrdude-6.3-20171130+svn1429/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-182-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-184-		os=-sco3.2v5
avrdude-6.3-20171130+svn1429/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-186-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-188-		os=-sco3.2v4
avrdude-6.3-20171130+svn1429/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-190-		;;
avrdude-6.3-20171130+svn1429/config.sub-191-	-sco3.2.[4-9]*)
avrdude-6.3-20171130+svn1429/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
avrdude-6.3-20171130+svn1429/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-194-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
avrdude-6.3-20171130+svn1429/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-198-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
avrdude-6.3-20171130+svn1429/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-202-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-204-		os=-sco3.2v2
avrdude-6.3-20171130+svn1429/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-206-		;;
avrdude-6.3-20171130+svn1429/config.sub-207-	-udk*)
avrdude-6.3-20171130+svn1429/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-209-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-211-		os=-isc2.2
avrdude-6.3-20171130+svn1429/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-213-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-217-	-isc*)
avrdude-6.3-20171130+svn1429/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-219-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-229-	-ptx*)
avrdude-6.3-20171130+svn1429/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
avrdude-6.3-20171130+svn1429/config.sub-231-		;;
avrdude-6.3-20171130+svn1429/config.sub-232-	-windowsnt*)
avrdude-6.3-20171130+svn1429/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
avrdude-6.3-20171130+svn1429/config.sub-234-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-367-	*-*-*)
avrdude-6.3-20171130+svn1429/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
avrdude-6.3-20171130+svn1429/config.sub-369-		exit 1
##############################################
avrdude-6.3-20171130+svn1429/config.sub-495-	amd64-*)
avrdude-6.3-20171130+svn1429/config.sub:496:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-497-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-540-	blackfin-*)
avrdude-6.3-20171130+svn1429/config.sub:541:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-542-		os=-linux
##############################################
avrdude-6.3-20171130+svn1429/config.sub-548-	c54x-*)
avrdude-6.3-20171130+svn1429/config.sub:549:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-550-		;;
avrdude-6.3-20171130+svn1429/config.sub-551-	c55x-*)
avrdude-6.3-20171130+svn1429/config.sub:552:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-553-		;;
avrdude-6.3-20171130+svn1429/config.sub-554-	c6x-*)
avrdude-6.3-20171130+svn1429/config.sub:555:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-556-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-652-	e500v[12]-*)
avrdude-6.3-20171130+svn1429/config.sub:653:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-654-		os=$os"spe"
##############################################
avrdude-6.3-20171130+svn1429/config.sub-759-	i*86v32)
avrdude-6.3-20171130+svn1429/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-761-		os=-sysv32
##############################################
avrdude-6.3-20171130+svn1429/config.sub-763-	i*86v4*)
avrdude-6.3-20171130+svn1429/config.sub:764:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-765-		os=-sysv4
##############################################
avrdude-6.3-20171130+svn1429/config.sub-767-	i*86v)
avrdude-6.3-20171130+svn1429/config.sub:768:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-769-		os=-sysv
##############################################
avrdude-6.3-20171130+svn1429/config.sub-771-	i*86sol2)
avrdude-6.3-20171130+svn1429/config.sub:772:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
avrdude-6.3-20171130+svn1429/config.sub-773-		os=-solaris2
##############################################
avrdude-6.3-20171130+svn1429/config.sub-797-	leon-*|leon[3-9]-*)
avrdude-6.3-20171130+svn1429/config.sub:798:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
avrdude-6.3-20171130+svn1429/config.sub-799-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-804-	m68knommu-*)
avrdude-6.3-20171130+svn1429/config.sub:805:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-806-		os=-linux
##############################################
avrdude-6.3-20171130+svn1429/config.sub-841-	mips3*-*)
avrdude-6.3-20171130+svn1429/config.sub:842:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
avrdude-6.3-20171130+svn1429/config.sub-843-		;;
avrdude-6.3-20171130+svn1429/config.sub-844-	mips3*)
avrdude-6.3-20171130+svn1429/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
avrdude-6.3-20171130+svn1429/config.sub-846-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-863-	ms1-*)
avrdude-6.3-20171130+svn1429/config.sub:864:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
avrdude-6.3-20171130+svn1429/config.sub-865-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-982-	parisc-*)
avrdude-6.3-20171130+svn1429/config.sub:983:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-984-		os=-linux
##############################################
avrdude-6.3-20171130+svn1429/config.sub-998-	pc98-*)
avrdude-6.3-20171130+svn1429/config.sub:999:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1000-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1013-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
avrdude-6.3-20171130+svn1429/config.sub:1014:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1015-		;;
avrdude-6.3-20171130+svn1429/config.sub-1016-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
avrdude-6.3-20171130+svn1429/config.sub:1017:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1018-		;;
avrdude-6.3-20171130+svn1429/config.sub-1019-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
avrdude-6.3-20171130+svn1429/config.sub:1020:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1021-		;;
avrdude-6.3-20171130+svn1429/config.sub-1022-	pentium4-*)
avrdude-6.3-20171130+svn1429/config.sub:1023:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1024-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1032-	ppc-* | ppcbe-*)
avrdude-6.3-20171130+svn1429/config.sub:1033:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1034-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1038-	ppcle-* | powerpclittle-*)
avrdude-6.3-20171130+svn1429/config.sub:1039:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1040-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1042-		;;
avrdude-6.3-20171130+svn1429/config.sub:1043:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1044-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1048-	ppc64le-* | powerpc64little-*)
avrdude-6.3-20171130+svn1429/config.sub:1049:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1050-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1131-	strongarm-* | thumb-*)
avrdude-6.3-20171130+svn1429/config.sub:1132:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub-1133-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1261-	xscale-* | xscalee[bl]-*)
avrdude-6.3-20171130+svn1429/config.sub:1262:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
avrdude-6.3-20171130+svn1429/config.sub-1263-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1338-	*)
avrdude-6.3-20171130+svn1429/config.sub:1339:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
avrdude-6.3-20171130+svn1429/config.sub-1340-		exit 1
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1346-	*-digital*)
avrdude-6.3-20171130+svn1429/config.sub:1347:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
avrdude-6.3-20171130+svn1429/config.sub-1348-		;;
avrdude-6.3-20171130+svn1429/config.sub-1349-	*-commodore*)
avrdude-6.3-20171130+svn1429/config.sub:1350:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
avrdude-6.3-20171130+svn1429/config.sub-1351-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1367-	-solaris1 | -solaris1.*)
avrdude-6.3-20171130+svn1429/config.sub:1368:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
avrdude-6.3-20171130+svn1429/config.sub-1369-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1379-	-gnu/linux*)
avrdude-6.3-20171130+svn1429/config.sub:1380:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
avrdude-6.3-20171130+svn1429/config.sub-1381-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1426-	-nto*)
avrdude-6.3-20171130+svn1429/config.sub:1427:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
avrdude-6.3-20171130+svn1429/config.sub-1428-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1433-	-mac*)
avrdude-6.3-20171130+svn1429/config.sub:1434:		os=`echo $os | sed -e 's|mac|macos|'`
avrdude-6.3-20171130+svn1429/config.sub-1435-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1439-	-linux*)
avrdude-6.3-20171130+svn1429/config.sub:1440:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
avrdude-6.3-20171130+svn1429/config.sub-1441-		;;
avrdude-6.3-20171130+svn1429/config.sub-1442-	-sunos5*)
avrdude-6.3-20171130+svn1429/config.sub:1443:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
avrdude-6.3-20171130+svn1429/config.sub-1444-		;;
avrdude-6.3-20171130+svn1429/config.sub-1445-	-sunos6*)
avrdude-6.3-20171130+svn1429/config.sub:1446:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
avrdude-6.3-20171130+svn1429/config.sub-1447-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1494-	-sinix5.*)
avrdude-6.3-20171130+svn1429/config.sub:1495:		os=`echo $os | sed -e 's|sinix|sysv|'`
avrdude-6.3-20171130+svn1429/config.sub-1496-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1549-		# Get rid of the `-' at the beginning of $os.
avrdude-6.3-20171130+svn1429/config.sub:1550:		os=`echo $os | sed 's/[^-]*-//'`
avrdude-6.3-20171130+svn1429/config.sub:1551:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
avrdude-6.3-20171130+svn1429/config.sub-1552-		exit 1
##############################################
avrdude-6.3-20171130+svn1429/config.sub-1812-		esac
avrdude-6.3-20171130+svn1429/config.sub:1813:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
avrdude-6.3-20171130+svn1429/config.sub-1814-		;;
##############################################
avrdude-6.3-20171130+svn1429/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
avrdude-6.3-20171130+svn1429/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
avrdude-6.3-20171130+svn1429/ylwrap-103-case $input in
##############################################
avrdude-6.3-20171130+svn1429/ylwrap-111-esac
avrdude-6.3-20171130+svn1429/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
avrdude-6.3-20171130+svn1429/ylwrap-113-
##############################################
avrdude-6.3-20171130+svn1429/ylwrap-150-  shift
avrdude-6.3-20171130+svn1429/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
avrdude-6.3-20171130+svn1429/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
avrdude-6.3-20171130+svn1429/ylwrap-153-done
##############################################
avrdude-6.3-20171130+svn1429/ylwrap-182-  do
avrdude-6.3-20171130+svn1429/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
avrdude-6.3-20171130+svn1429/ylwrap-184-    if test -f "$from"; then
##############################################
avrdude-6.3-20171130+svn1429/ylwrap-198-        realtarget=$target
avrdude-6.3-20171130+svn1429/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
avrdude-6.3-20171130+svn1429/ylwrap-200-      fi
##############################################
avrdude-6.3-20171130+svn1429/m4/ltsugar.m4-68-m4_define([lt_combine],
avrdude-6.3-20171130+svn1429/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
avrdude-6.3-20171130+svn1429/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-119-    done
avrdude-6.3-20171130+svn1429/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-121-}
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
avrdude-6.3-20171130+svn1429/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
avrdude-6.3-20171130+svn1429/m4/libtool.m4-439-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-447-#
avrdude-6.3-20171130+svn1429/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
avrdude-6.3-20171130+svn1429/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
avrdude-6.3-20171130+svn1429/m4/libtool.m4-561-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
avrdude-6.3-20171130+svn1429/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
avrdude-6.3-20171130+svn1429/m4/libtool.m4-574-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1164-      }]'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1169-  fi],[])
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1202-  ECHO='print -r --'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1238-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1259-   if test yes = "$GCC"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1261-   fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1263- /*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1265-   ;; #(
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1295-      *ELF-32*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1312-	*32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1322-    else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1324-	*32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1344-    emul=elf
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1346-      *32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1352-    esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1354-      *MSB*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1360-    esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1362-      *N32*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1725-    # And add a safety zone
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1728-    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1758-    if test -n "$kargmax"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1760-    else
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1770-    else
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1779-      # we can't tell.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1783-      do
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1784:        i=`expr $i + 1`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1787-      # Only check the string length outside the loop.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1789-      teststring=
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-1794-    fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2258-    *:)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2260-        ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2261-    x:*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2263-        ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2264-    *::*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2267-        ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2268-    *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2270-        ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2298-  esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2307-    ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2308-  *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2310-    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2356-  esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2358-else
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2499-    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2542-      fi'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2558-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2562-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2569-    libname_spec='$name'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2586-      # Convert to MSYS style.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2588-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2596-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2602-      else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2604-      fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2624-    # Assume MSVC wrapper
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2941-  need_lib_prefix=no
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2943-    need_version=no
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2977-    fi'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3188-	"file_magic "*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3273-  *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3275-  esac
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3284-      done
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3578-openbsd* | bitrig*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3645-    else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3647-    fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3696-	esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3702-	*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3704-	  */dev/null*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3730-    *COFF*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:3962:case `$NM -V 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4009-mingw*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4011-  ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4065-    nlist=conftest.nm
avrdude-6.3-20171130+svn1429/m4/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4413-	  *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4415-	    *Sun\ C*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4749-      *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4932-    else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:4933:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-4934-    fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5031-	# shared libraries, regardless of the interface used.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5032:	case `$LD -v 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5063-    supports_anon_versioning=no
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5166-	prefix_cmds="$SED"~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5189:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5190:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5191-      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5207:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5211-					# Portland Group f77 and f90 compilers
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5229:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5232-	esac
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5235:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5304:      case `$LD -v 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5392-	else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5393:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5394-	fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5514:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5515-      else
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5630:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5767-      if test yes = "$GCC"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5768:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5791:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5792-	fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5794-      else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5795:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5796:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5797-      fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5872-	prefix_cmds="$SED"~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5887:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5888-      else
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5890:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5891-      fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5900:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5904:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5905:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5906:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5907-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5922-      else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6117-	  then
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6587-
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6588:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6589-        else
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6815-            # dependencies.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6816:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6817-            ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6880-	    # dependencies.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6881:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6882-	    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6917:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6918:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6919-	;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6923-	    # SGI C++
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6924:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6925-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6935:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6936-	      else
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6937:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6938-	      fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6956:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6965-	    # dependencies.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6966:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6967-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7001-            # Portland Group C++ compiler
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7002:	    case `$CC -V` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7020:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7021-	      ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7030:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7031-            ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7048-	    # dependencies.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7049:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7050-	    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7063-	  *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7071:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7137-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7155:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7156-
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7176:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7181:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7184:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7199-	    # dependencies.
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7200:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7201-	    ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7206-	        osf3*)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7207:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7208-		  ;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7209-	        *)
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7210:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7211-		  ;;
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7459-  case @S|@2 in
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7462-  esac
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7548-
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7550-    case $prev$p in
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
avrdude-6.3-20171130+svn1429/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-7654-fi
##############################################
avrdude-6.3-20171130+svn1429/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
avrdude-6.3-20171130+svn1429/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
avrdude-6.3-20171130+svn1429/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-106-static unsigned char jtag3_memtype(PROGRAMMER * pgm, AVRPART * p, unsigned long addr);
avrdude-6.3-20171130+svn1429/jtag3.c:107:static unsigned int jtag3_memaddr(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m, unsigned long addr);
avrdude-6.3-20171130+svn1429/jtag3.c-108-
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1651-
avrdude-6.3-20171130+svn1429/jtag3.c:1652:  block_size = jtag3_memaddr(pgm, p, m, addr);
avrdude-6.3-20171130+svn1429/jtag3.c-1653-  if(block_size != addr)
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1717-    u32_to_b4(cmd + 8, page_size);
avrdude-6.3-20171130+svn1429/jtag3.c:1718:    u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, m, addr));
avrdude-6.3-20171130+svn1429/jtag3.c-1719-    cmd[12] = 0;
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1760-
avrdude-6.3-20171130+svn1429/jtag3.c:1761:  block_size = jtag3_memaddr(pgm, p, m, addr);
avrdude-6.3-20171130+svn1429/jtag3.c-1762-  if(block_size != addr)
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1808-    u32_to_b4(cmd + 8, block_size);
avrdude-6.3-20171130+svn1429/jtag3.c:1809:    u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, m, addr));
avrdude-6.3-20171130+svn1429/jtag3.c-1810-
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1841-
avrdude-6.3-20171130+svn1429/jtag3.c:1842:  paddr = jtag3_memaddr(pgm, p, mem, addr);
avrdude-6.3-20171130+svn1429/jtag3.c-1843-  if(paddr != addr)
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1917-    u32_to_b4(cmd + 8, 3);
avrdude-6.3-20171130+svn1429/jtag3.c:1918:    u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, mem, addr));
avrdude-6.3-20171130+svn1429/jtag3.c-1919-
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1963-    u32_to_b4(cmd + 8, pagesize);
avrdude-6.3-20171130+svn1429/jtag3.c:1964:    u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, mem, paddr));
avrdude-6.3-20171130+svn1429/jtag3.c-1965-
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-1967-    u32_to_b4(cmd + 8, 1);
avrdude-6.3-20171130+svn1429/jtag3.c:1968:    u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, mem, addr));
avrdude-6.3-20171130+svn1429/jtag3.c-1969-  }
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-2005-
avrdude-6.3-20171130+svn1429/jtag3.c:2006:  mapped_addr = jtag3_memaddr(pgm, p, mem, addr);
avrdude-6.3-20171130+svn1429/jtag3.c-2007-  if(mapped_addr != addr)
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-2093-  u32_to_b4(cmd + 8, 1);
avrdude-6.3-20171130+svn1429/jtag3.c:2094:  u32_to_b4(cmd + 4, jtag3_memaddr(pgm, p, mem, addr));
avrdude-6.3-20171130+svn1429/jtag3.c-2095-  cmd[12] = 0;
##############################################
avrdude-6.3-20171130+svn1429/jtag3.c-2331-
avrdude-6.3-20171130+svn1429/jtag3.c:2332:static unsigned int jtag3_memaddr(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m, unsigned long addr)
avrdude-6.3-20171130+svn1429/jtag3.c-2333-{
##############################################
avrdude-6.3-20171130+svn1429/buspirate.c-1032-				avr_set_bits(m->op[AVR_OP_LOADPAGE_LO], &(cmd_buf[4*i]));
avrdude-6.3-20171130+svn1429/buspirate.c:1033:				avr_set_addr(m->op[AVR_OP_LOADPAGE_LO], &(cmd_buf[4*i]), addr/2);
avrdude-6.3-20171130+svn1429/buspirate.c-1034-				avr_set_input(m->op[AVR_OP_LOADPAGE_LO], &(cmd_buf[4*i]), m->buf[addr]);
##############################################
avrdude-6.3-20171130+svn1429/buspirate.c-1036-				avr_set_bits(m->op[AVR_OP_LOADPAGE_HI], &(cmd_buf[4*i]));
avrdude-6.3-20171130+svn1429/buspirate.c:1037:				avr_set_addr(m->op[AVR_OP_LOADPAGE_HI], &(cmd_buf[4*i]), addr/2);
avrdude-6.3-20171130+svn1429/buspirate.c-1038-				avr_set_input(m->op[AVR_OP_LOADPAGE_HI], &(cmd_buf[4*i]), m->buf[addr]);
##############################################
avrdude-6.3-20171130+svn1429/INSTALL-173-directory configuration variables that were expressed in terms of
avrdude-6.3-20171130+svn1429/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
avrdude-6.3-20171130+svn1429/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-913-	avr_set_bits(m->op[AVR_OP_LOAD_EXT_ADDR], buf);
avrdude-6.3-20171130+svn1429/avrftdi.c:914:	avr_set_addr(m->op[AVR_OP_LOAD_EXT_ADDR], buf, address);
avrdude-6.3-20171130+svn1429/avrftdi.c-915-
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-936-	{
avrdude-6.3-20171130+svn1429/avrftdi.c:937:		avr_set_addr(m->op[AVR_OP_WRITE], cmd, add);
avrdude-6.3-20171130+svn1429/avrftdi.c-938-		avr_set_input(m->op[AVR_OP_WRITE], cmd, *data++);
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-959-		avr_set_bits(m->op[AVR_OP_READ], cmd);
avrdude-6.3-20171130+svn1429/avrftdi.c:960:		avr_set_addr(m->op[AVR_OP_READ], cmd, add);
avrdude-6.3-20171130+svn1429/avrftdi.c-961-
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-1026-		/* here is the second byte increment, just if you're wondering */
avrdude-6.3-20171130+svn1429/avrftdi.c:1027:		avr_set_addr(m->op[AVR_OP_LOADPAGE_LO], bufptr, word);
avrdude-6.3-20171130+svn1429/avrftdi.c-1028-		avr_set_input(m->op[AVR_OP_LOADPAGE_LO], bufptr, *buffer++);
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-1030-		avr_set_bits(m->op[AVR_OP_LOADPAGE_HI], bufptr);
avrdude-6.3-20171130+svn1429/avrftdi.c:1031:		avr_set_addr(m->op[AVR_OP_LOADPAGE_HI], bufptr, word);
avrdude-6.3-20171130+svn1429/avrftdi.c-1032-		avr_set_input(m->op[AVR_OP_LOADPAGE_HI], bufptr, *buffer++);
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-1042-		/* setting page address highbyte */
avrdude-6.3-20171130+svn1429/avrftdi.c:1043:		avr_set_addr(m->op[AVR_OP_WRITEPAGE],
avrdude-6.3-20171130+svn1429/avrftdi.c-1044-					 bufptr, addr/2);
##############################################
avrdude-6.3-20171130+svn1429/avrftdi.c-1131-		avr_set_bits(m->op[AVR_OP_READ_LO], &o_buf[index*4]);
avrdude-6.3-20171130+svn1429/avrftdi.c:1132:		avr_set_addr(m->op[AVR_OP_READ_LO], &o_buf[index*4], word);
avrdude-6.3-20171130+svn1429/avrftdi.c-1133-		index++;
avrdude-6.3-20171130+svn1429/avrftdi.c-1134-		avr_set_bits(m->op[AVR_OP_READ_HI], &o_buf[index*4]);
avrdude-6.3-20171130+svn1429/avrftdi.c:1135:		avr_set_addr(m->op[AVR_OP_READ_HI], &o_buf[index*4], word);
avrdude-6.3-20171130+svn1429/avrftdi.c-1136-		index++;
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
avrdude-6.3-20171130+svn1429/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
avrdude-6.3-20171130+svn1429/aclocal.m4-94-# and then we would define $MISSING as
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
avrdude-6.3-20171130+svn1429/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
avrdude-6.3-20171130+svn1429/aclocal.m4-109-])
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
avrdude-6.3-20171130+svn1429/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
avrdude-6.3-20171130+svn1429/aclocal.m4-207-  fi
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
avrdude-6.3-20171130+svn1429/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
avrdude-6.3-20171130+svn1429/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
avrdude-6.3-20171130+svn1429/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
avrdude-6.3-20171130+svn1429/aclocal.m4-367-    else
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-371-    # from the Makefile without running 'make'.
avrdude-6.3-20171130+svn1429/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/aclocal.m4-373-    test -z "$DEPDIR" && continue
avrdude-6.3-20171130+svn1429/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/aclocal.m4-375-    test -z "$am__include" && continue
avrdude-6.3-20171130+svn1429/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-385-      test -f "$dirpart/$file" && continue
avrdude-6.3-20171130+svn1429/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
avrdude-6.3-20171130+svn1429/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
avrdude-6.3-20171130+svn1429/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
avrdude-6.3-20171130+svn1429/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-602-    * )
avrdude-6.3-20171130+svn1429/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
avrdude-6.3-20171130+svn1429/aclocal.m4-604-  esac
avrdude-6.3-20171130+svn1429/aclocal.m4-605-done
avrdude-6.3-20171130+svn1429/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
avrdude-6.3-20171130+svn1429/aclocal.m4-607-
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
avrdude-6.3-20171130+svn1429/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
avrdude-6.3-20171130+svn1429/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-683-   echo '.include "confinc"' > confmf
avrdude-6.3-20171130+svn1429/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
avrdude-6.3-20171130+svn1429/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
avrdude-6.3-20171130+svn1429/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
avrdude-6.3-20171130+svn1429/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
avrdude-6.3-20171130+svn1429/aclocal.m4-867-     if test "$[*]" = "X"; then
avrdude-6.3-20171130+svn1429/aclocal.m4-868-	# -L didn't work.
avrdude-6.3-20171130+svn1429/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
avrdude-6.3-20171130+svn1429/aclocal.m4-870-     fi
##############################################
avrdude-6.3-20171130+svn1429/doc/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
avrdude-6.3-20171130+svn1429/doc/mdate-sh:115:set x`$ls_command /`
avrdude-6.3-20171130+svn1429/doc/mdate-sh-116-
##############################################
avrdude-6.3-20171130+svn1429/doc/mdate-sh-144-# Get the extended ls output of the file or directory.
avrdude-6.3-20171130+svn1429/doc/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
avrdude-6.3-20171130+svn1429/doc/mdate-sh-146-
##############################################
avrdude-6.3-20171130+svn1429/doc/mdate-sh-211-       then
avrdude-6.3-20171130+svn1429/doc/mdate-sh:212:	 year=`expr $year - 1`
avrdude-6.3-20171130+svn1429/doc/mdate-sh-213-       fi;;
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-71-  { \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:72:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-73-  }; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-186-am__installdirs = "$(DESTDIR)$(infodir)"
avrdude-6.3-20171130+svn1429/doc/Makefile.in:187:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
avrdude-6.3-20171130+svn1429/doc/Makefile.in-188-am__vpath_adj = case $$p in \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:189:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-190-    *) f=$$p;; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-191-  esac;
avrdude-6.3-20171130+svn1429/doc/Makefile.in:192:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
avrdude-6.3-20171130+svn1429/doc/Makefile.in-193-am__install_max = 40
avrdude-6.3-20171130+svn1429/doc/Makefile.in-194-am__nobase_strip_setup = \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:195:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
avrdude-6.3-20171130+svn1429/doc/Makefile.in-196-am__nobase_strip = \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-428-	  $(am__cd) $(srcdir) && \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:429:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-430-	fi; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-460-	@(dir=.; test -f ./avrdude.texi || dir=$(srcdir); \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:461:	set `$(SHELL) $(srcdir)/mdate-sh $$dir/avrdude.texi`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-462-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-504-	  for file in $$list; do \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:505:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-506-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-513-	for file in $$list; do \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:514:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:515:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-516-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-540-dist-info: $(INFO_DEPS)
avrdude-6.3-20171130+svn1429/doc/Makefile.in:541:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-542-	list='$(INFO_DEPS)'; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-544-	  case $$base in \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:545:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-546-	  esac; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-547-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:548:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-549-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-550-	    if test -f $$file; then \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:551:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-552-	      test -f "$(distdir)/$$relfile" || \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-566-	@list='$(INFO_DEPS)'; for i in $$list; do \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:567:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-568-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-578-distdir: $(DISTFILES)
avrdude-6.3-20171130+svn1429/doc/Makefile.in:579:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:580:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-581-	list='$(DISTFILES)'; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-592-	  if test -d $$d/$$file; then \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:593:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-594-	    if test -d "$(distdir)/$$file"; then \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-719-	@$(NORMAL_INSTALL)
avrdude-6.3-20171130+svn1429/doc/Makefile.in:720:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-721-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-727-	  case $$file in \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:728:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-729-	  esac; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-730-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:731:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-732-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-745-	  for file in $$list; do \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:746:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-747-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.in-865-	| $(AWK) '$$2 ~ /^=$$/ {printf("@item @code{%s} @tab %s\n",$$1,$$3)}' \
avrdude-6.3-20171130+svn1429/doc/Makefile.in:866:	| sed -e "`sed 's:\([^ \t]*\)[ \t]*\(.*\):s/\1$$/\1 \2/g:g' <parts_comments.txt`" \
avrdude-6.3-20171130+svn1429/doc/Makefile.in-867-	>parts.texi
##############################################
avrdude-6.3-20171130+svn1429/doc/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
avrdude-6.3-20171130+svn1429/doc/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
avrdude-6.3-20171130+svn1429/doc/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
avrdude-6.3-20171130+svn1429/doc/Makefile.am-80-	| $(AWK) '$$2 ~ /^=$$/ {printf("@item @code{%s} @tab %s\n",$$1,$$3)}' \
avrdude-6.3-20171130+svn1429/doc/Makefile.am:81:	| sed -e "`sed 's:\([^ \t]*\)[ \t]*\(.*\):s/\1$$/\1 \2/g:g' <parts_comments.txt`" \
avrdude-6.3-20171130+svn1429/doc/Makefile.am-82-	>parts.texi
##############################################
avrdude-6.3-20171130+svn1429/avr.c-45-
avrdude-6.3-20171130+svn1429/avr.c:46:  cmd = TPI_CMD_SIN | TPI_SIO_ADDR(TPI_IOREG_NVMCSR);
avrdude-6.3-20171130+svn1429/avr.c-47-  (void)pgm->cmd_tpi(pgm, &cmd, 1, &res, 1);
##############################################
avrdude-6.3-20171130+svn1429/avr.c-75-	    /* write CHIP_ERASE command to NVMCMD register */
avrdude-6.3-20171130+svn1429/avr.c:76:			(TPI_CMD_SOUT | TPI_SIO_ADDR(TPI_IOREG_NVMCMD)),
avrdude-6.3-20171130+svn1429/avr.c-77-			TPI_NVMCMD_CHIP_ERASE,
##############################################
avrdude-6.3-20171130+svn1429/avr.c-157-  /* set NVMCMD register */
avrdude-6.3-20171130+svn1429/avr.c:158:  cmd[0] = TPI_CMD_SOUT | TPI_SIO_ADDR(TPI_IOREG_NVMCMD);
avrdude-6.3-20171130+svn1429/avr.c-159-  cmd[1] = nvmcmd;
##############################################
avrdude-6.3-20171130+svn1429/avr.c-249-    avr_set_bits(lext, cmd);
avrdude-6.3-20171130+svn1429/avr.c:250:    avr_set_addr(lext, cmd, addr);
avrdude-6.3-20171130+svn1429/avr.c-251-    r = pgm->cmd(pgm, cmd, res);
##############################################
avrdude-6.3-20171130+svn1429/avr.c-258-  avr_set_bits(readop, cmd);
avrdude-6.3-20171130+svn1429/avr.c:259:  avr_set_addr(readop, cmd, addr);
avrdude-6.3-20171130+svn1429/avr.c-260-  r = pgm->cmd(pgm, cmd, res);
##############################################
avrdude-6.3-20171130+svn1429/avr.c-280- */
avrdude-6.3-20171130+svn1429/avr.c:281:int avr_mem_hiaddr(AVRMEM * mem)
avrdude-6.3-20171130+svn1429/avr.c-282-{
##############################################
avrdude-6.3-20171130+svn1429/avr.c-359-    }
avrdude-6.3-20171130+svn1429/avr.c:360:    return avr_mem_hiaddr(mem);
avrdude-6.3-20171130+svn1429/avr.c-361-  }
##############################################
avrdude-6.3-20171130+svn1429/avr.c-421-          strcasecmp(mem->desc, "boot") == 0)
avrdude-6.3-20171130+svn1429/avr.c:422:        return avr_mem_hiaddr(mem);
avrdude-6.3-20171130+svn1429/avr.c-423-      else
##############################################
avrdude-6.3-20171130+svn1429/avr.c-458-      strcasecmp(mem->desc, "boot") == 0)
avrdude-6.3-20171130+svn1429/avr.c:459:    return avr_mem_hiaddr(mem);
avrdude-6.3-20171130+svn1429/avr.c-460-  else
##############################################
avrdude-6.3-20171130+svn1429/avr.c-506-    avr_set_bits(lext, cmd);
avrdude-6.3-20171130+svn1429/avr.c:507:    avr_set_addr(lext, cmd, addr);
avrdude-6.3-20171130+svn1429/avr.c-508-    pgm->cmd(pgm, cmd, res);
##############################################
avrdude-6.3-20171130+svn1429/avr.c-513-  avr_set_bits(wp, cmd);
avrdude-6.3-20171130+svn1429/avr.c:514:  avr_set_addr(wp, cmd, addr);
avrdude-6.3-20171130+svn1429/avr.c-515-  pgm->cmd(pgm, cmd, res);
##############################################
avrdude-6.3-20171130+svn1429/avr.c-663-  avr_set_bits(writeop, cmd);
avrdude-6.3-20171130+svn1429/avr.c:664:  avr_set_addr(writeop, cmd, caddr);
avrdude-6.3-20171130+svn1429/avr.c-665-  avr_set_input(writeop, cmd, data);
##############################################
avrdude-6.3-20171130+svn1429/ChangeLog-2010-218-	AVRDUDE 5.8svn fails to program and read XMEGA); use
avrdude-6.3-20171130+svn1429/ChangeLog-2010:219:	stk500v2_loadaddr() prior to paged mode (EEPROM and flash) writes,
avrdude-6.3-20171130+svn1429/ChangeLog-2010-220-	otherwise programming of flash areas will fail; while being there,
avrdude-6.3-20171130+svn1429/ChangeLog-2010:221:	check the return value of stk500v2_loadaddr() everywhere; use the
avrdude-6.3-20171130+svn1429/ChangeLog-2010-222-	correct write/erase mode bits (same as AVR Studio does).
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-692-
avrdude-6.3-20171130+svn1429/stk500.c:693:static int stk500_loadaddr(PROGRAMMER * pgm, AVRMEM * mem, unsigned int addr)
avrdude-6.3-20171130+svn1429/stk500.c-694-{
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-711-      avr_set_bits(lext, buf);
avrdude-6.3-20171130+svn1429/stk500.c:712:      avr_set_addr(lext, buf, addr);
avrdude-6.3-20171130+svn1429/stk500.c-713-      stk500_cmd(pgm, buf, buf);
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-728-    if (tries > 33) {
avrdude-6.3-20171130+svn1429/stk500.c:729:      avrdude_message(MSG_INFO, "%s: stk500_loadaddr(): can't get into sync\n",
avrdude-6.3-20171130+svn1429/stk500.c-730-              progname);
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-737-  else if (buf[0] != Resp_STK_INSYNC) {
avrdude-6.3-20171130+svn1429/stk500.c:738:    avrdude_message(MSG_INFO, "%s: stk500_loadaddr(): (a) protocol error, "
avrdude-6.3-20171130+svn1429/stk500.c-739-                    "expect=0x%02x, resp=0x%02x\n",
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-749-
avrdude-6.3-20171130+svn1429/stk500.c:750:  avrdude_message(MSG_INFO, "%s: loadaddr(): (b) protocol error, "
avrdude-6.3-20171130+svn1429/stk500.c-751-                  "expect=0x%02x, resp=0x%02x\n",
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-806-    tries++;
avrdude-6.3-20171130+svn1429/stk500.c:807:    stk500_loadaddr(pgm, m, addr/a_div);
avrdude-6.3-20171130+svn1429/stk500.c-808-
##############################################
avrdude-6.3-20171130+svn1429/stk500.c-893-    tries++;
avrdude-6.3-20171130+svn1429/stk500.c:894:    stk500_loadaddr(pgm, m, addr/a_div);
avrdude-6.3-20171130+svn1429/stk500.c-895-    buf[0] = Cmnd_STK_READ_PAGE;
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-76-  { \
avrdude-6.3-20171130+svn1429/windows/Makefile.in:77:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in-78-  }; \
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-435-	test -n "$(EXEEXT)" || exit 0; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in:436:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in-437-	echo " rm -f" $$list; \
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-459-.c.obj:
avrdude-6.3-20171130+svn1429/windows/Makefile.in:460:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
avrdude-6.3-20171130+svn1429/windows/Makefile.in-461-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-463-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/windows/Makefile.in:464:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
avrdude-6.3-20171130+svn1429/windows/Makefile.in-465-
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-508-GTAGS:
avrdude-6.3-20171130+svn1429/windows/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
avrdude-6.3-20171130+svn1429/windows/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-531-distdir: $(DISTFILES)
avrdude-6.3-20171130+svn1429/windows/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
avrdude-6.3-20171130+svn1429/windows/Makefile.in-545-	  if test -d $$d/$$file; then \
avrdude-6.3-20171130+svn1429/windows/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
avrdude-6.3-20171130+svn1429/windows/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-424-
avrdude-6.3-20171130+svn1429/butterfly.c:425:static void butterfly_set_addr(PROGRAMMER * pgm, unsigned long addr)
avrdude-6.3-20171130+svn1429/butterfly.c-426-{
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-437-
avrdude-6.3-20171130+svn1429/butterfly.c:438:static void butterfly_set_extaddr(PROGRAMMER * pgm, unsigned long addr)
avrdude-6.3-20171130+svn1429/butterfly.c-439-{
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-474-    if (use_ext_addr) {
avrdude-6.3-20171130+svn1429/butterfly.c:475:      butterfly_set_extaddr(pgm, addr);
avrdude-6.3-20171130+svn1429/butterfly.c-476-    } else {
avrdude-6.3-20171130+svn1429/butterfly.c:477:      butterfly_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/butterfly.c-478-    }
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-512-    if (use_ext_addr) {
avrdude-6.3-20171130+svn1429/butterfly.c:513:      butterfly_set_extaddr(pgm, addr >> 1);
avrdude-6.3-20171130+svn1429/butterfly.c-514-    } else {
avrdude-6.3-20171130+svn1429/butterfly.c:515:      butterfly_set_addr(pgm, addr >> 1);
avrdude-6.3-20171130+svn1429/butterfly.c-516-    }
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-540-{
avrdude-6.3-20171130+svn1429/butterfly.c:541:  butterfly_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/butterfly.c-542-  butterfly_send(pgm, "g\000\001E", 4);
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-610-  if (use_ext_addr) {
avrdude-6.3-20171130+svn1429/butterfly.c:611:    butterfly_set_extaddr(pgm, addr / wr_size);
avrdude-6.3-20171130+svn1429/butterfly.c-612-  } else {
avrdude-6.3-20171130+svn1429/butterfly.c:613:    butterfly_set_addr(pgm, addr / wr_size);
avrdude-6.3-20171130+svn1429/butterfly.c-614-  }
##############################################
avrdude-6.3-20171130+svn1429/butterfly.c-671-    if (use_ext_addr) {
avrdude-6.3-20171130+svn1429/butterfly.c:672:      butterfly_set_extaddr(pgm, addr / rd_size);
avrdude-6.3-20171130+svn1429/butterfly.c-673-    } else {
avrdude-6.3-20171130+svn1429/butterfly.c:674:      butterfly_set_addr(pgm, addr / rd_size);
avrdude-6.3-20171130+svn1429/butterfly.c-675-    }
##############################################
avrdude-6.3-20171130+svn1429/compile-67-	mingw/*)
avrdude-6.3-20171130+svn1429/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
avrdude-6.3-20171130+svn1429/compile-69-	  ;;
avrdude-6.3-20171130+svn1429/compile-70-	cygwin/*)
avrdude-6.3-20171130+svn1429/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
avrdude-6.3-20171130+svn1429/compile-72-	  ;;
avrdude-6.3-20171130+svn1429/compile-73-	wine/*)
avrdude-6.3-20171130+svn1429/compile:74:	  file=`winepath -w "$file" || echo "$file"`
avrdude-6.3-20171130+svn1429/compile-75-	  ;;
##############################################
avrdude-6.3-20171130+svn1429/compile-309-# Name of file we expect compiler to create.
avrdude-6.3-20171130+svn1429/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
avrdude-6.3-20171130+svn1429/compile-311-
##############################################
avrdude-6.3-20171130+svn1429/compile-315-# object file name, since that is what matters with a parallel build.
avrdude-6.3-20171130+svn1429/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
avrdude-6.3-20171130+svn1429/compile-317-while true; do
##############################################
avrdude-6.3-20171130+svn1429/config.guess-34-
avrdude-6.3-20171130+svn1429/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
avrdude-6.3-20171130+svn1429/config.guess-36-
##############################################
avrdude-6.3-20171130+svn1429/config.guess-102-: ${TMPDIR=/tmp} ;
avrdude-6.3-20171130+svn1429/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
avrdude-6.3-20171130+svn1429/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
avrdude-6.3-20171130+svn1429/config.guess-151-	EOF
avrdude-6.3-20171130+svn1429/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
avrdude-6.3-20171130+svn1429/config.guess-153-	;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-181-	    earmv*)
avrdude-6.3-20171130+svn1429/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
avrdude-6.3-20171130+svn1429/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
avrdude-6.3-20171130+svn1429/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
avrdude-6.3-20171130+svn1429/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
avrdude-6.3-20171130+svn1429/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
avrdude-6.3-20171130+svn1429/config.guess-215-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-226-	    *)
avrdude-6.3-20171130+svn1429/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
avrdude-6.3-20171130+svn1429/config.guess-228-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-264-	*4.0)
avrdude-6.3-20171130+svn1429/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
avrdude-6.3-20171130+svn1429/config.guess-266-		;;
avrdude-6.3-20171130+svn1429/config.guess-267-	*5.*)
avrdude-6.3-20171130+svn1429/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
avrdude-6.3-20171130+svn1429/config.guess-269-		;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
avrdude-6.3-20171130+svn1429/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
avrdude-6.3-20171130+svn1429/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
avrdude-6.3-20171130+svn1429/config.guess-312-	# 1.2 uses "1.2" for uname -r.
avrdude-6.3-20171130+svn1429/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
avrdude-6.3-20171130+svn1429/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
avrdude-6.3-20171130+svn1429/config.guess-372-    s390x:SunOS:*:*)
avrdude-6.3-20171130+svn1429/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-374-	exit ;;
avrdude-6.3-20171130+svn1429/config.guess-375-    sun4H:SunOS:5.*:*)
avrdude-6.3-20171130+svn1429/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-377-	exit ;;
avrdude-6.3-20171130+svn1429/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
avrdude-6.3-20171130+svn1429/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-380-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-397-	fi
avrdude-6.3-20171130+svn1429/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-399-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
avrdude-6.3-20171130+svn1429/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-405-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
avrdude-6.3-20171130+svn1429/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
avrdude-6.3-20171130+svn1429/config.guess-414-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-418-    sun*:*:4.2BSD:*)
avrdude-6.3-20171130+svn1429/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
avrdude-6.3-20171130+svn1429/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
avrdude-6.3-20171130+svn1429/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
avrdude-6.3-20171130+svn1429/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
avrdude-6.3-20171130+svn1429/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
avrdude-6.3-20171130+svn1429/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
avrdude-6.3-20171130+svn1429/config.guess-556-    *:IRIX*:*:*)
avrdude-6.3-20171130+svn1429/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
avrdude-6.3-20171130+svn1429/config.guess-558-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-586-EOF
avrdude-6.3-20171130+svn1429/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
avrdude-6.3-20171130+svn1429/config.guess-588-		then
##############################################
avrdude-6.3-20171130+svn1429/config.guess-599-    *:AIX:*:[4567])
avrdude-6.3-20171130+svn1429/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
avrdude-6.3-20171130+svn1429/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
avrdude-6.3-20171130+svn1429/config.guess-635-    9000/[34678]??:HP-UX:*:*)
avrdude-6.3-20171130+svn1429/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
avrdude-6.3-20171130+svn1429/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
avrdude-6.3-20171130+svn1429/config.guess-689-EOF
avrdude-6.3-20171130+svn1429/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
avrdude-6.3-20171130+svn1429/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
avrdude-6.3-20171130+svn1429/config.guess-717-    ia64:HP-UX:*:*)
avrdude-6.3-20171130+svn1429/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
avrdude-6.3-20171130+svn1429/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
avrdude-6.3-20171130+svn1429/config.guess-747-EOF
avrdude-6.3-20171130+svn1429/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
avrdude-6.3-20171130+svn1429/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
avrdude-6.3-20171130+svn1429/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
avrdude-6.3-20171130+svn1429/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
avrdude-6.3-20171130+svn1429/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
avrdude-6.3-20171130+svn1429/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
avrdude-6.3-20171130+svn1429/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
avrdude-6.3-20171130+svn1429/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
avrdude-6.3-20171130+svn1429/config.guess-839-	    amd64)
avrdude-6.3-20171130+svn1429/config.guess:840:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
avrdude-6.3-20171130+svn1429/config.guess-841-	    *)
avrdude-6.3-20171130+svn1429/config.guess:842:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
avrdude-6.3-20171130+svn1429/config.guess-843-	esac
##############################################
avrdude-6.3-20171130+svn1429/config.guess-897-    prep*:SunOS:5.*:*)
avrdude-6.3-20171130+svn1429/config.guess:898:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
avrdude-6.3-20171130+svn1429/config.guess-899-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-901-	# the GNU system
avrdude-6.3-20171130+svn1429/config.guess:902:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
avrdude-6.3-20171130+svn1429/config.guess-903-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-905-	# other systems with GNU libc and userland
avrdude-6.3-20171130+svn1429/config.guess:906:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
avrdude-6.3-20171130+svn1429/config.guess-907-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-999-EOF
avrdude-6.3-20171130+svn1429/config.guess:1000:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
avrdude-6.3-20171130+svn1429/config.guess-1001-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
avrdude-6.3-20171130+svn1429/config.guess-1099-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
avrdude-6.3-20171130+svn1429/config.guess:1100:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
avrdude-6.3-20171130+svn1429/config.guess-1101-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
avrdude-6.3-20171130+svn1429/config.guess-1302-	fi
avrdude-6.3-20171130+svn1429/config.guess:1303:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
avrdude-6.3-20171130+svn1429/config.guess-1304-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
avrdude-6.3-20171130+svn1429/config.guess-1387-    *:DragonFly:*:*)
avrdude-6.3-20171130+svn1429/config.guess:1388:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
avrdude-6.3-20171130+svn1429/config.guess-1389-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/config.guess-1400-    i*86:skyos:*:*)
avrdude-6.3-20171130+svn1429/config.guess:1401:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
avrdude-6.3-20171130+svn1429/config.guess-1402-	exit ;;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-1734-
avrdude-6.3-20171130+svn1429/stk500v2.c:1735:static int stk500v2_loadaddr(PROGRAMMER * pgm, unsigned int addr)
avrdude-6.3-20171130+svn1429/stk500v2.c-1736-{
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-1739-
avrdude-6.3-20171130+svn1429/stk500v2.c:1740:  DEBUG("STK500V2: stk500v2_loadaddr(%d)\n",addr);
avrdude-6.3-20171130+svn1429/stk500v2.c-1741-
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-1750-  if (result < 0) {
avrdude-6.3-20171130+svn1429/stk500v2.c:1751:    avrdude_message(MSG_INFO, "%s: stk500v2_loadaddr(): failed to set load address\n",
avrdude-6.3-20171130+svn1429/stk500v2.c-1752-                    progname);
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-1839-    /* flash and EEPROM reads require the load address command */
avrdude-6.3-20171130+svn1429/stk500v2.c:1840:    if (stk500v2_loadaddr(pgm, use_ext_addr | (paddr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-1841-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-1968-  buf[1] = pollidx + 1;
avrdude-6.3-20171130+svn1429/stk500v2.c:1969:  avr_set_addr(op, buf + 2, addr);
avrdude-6.3-20171130+svn1429/stk500v2.c-1970-
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2094-    /* flash and EEPROM reads require the load address command */
avrdude-6.3-20171130+svn1429/stk500v2.c:2095:    if (stk500v2_loadaddr(pgm, use_ext_addr | (paddr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-2096-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2228-  avr_set_bits(op, buf + 1);
avrdude-6.3-20171130+svn1429/stk500v2.c:2229:  avr_set_addr(op, buf + 1, addr);
avrdude-6.3-20171130+svn1429/stk500v2.c-2230-  avr_set_input(op, buf + 1, data);
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2366-    if((last_addr==UINT_MAX)||(last_addr+block_size != addr)){
avrdude-6.3-20171130+svn1429/stk500v2.c:2367:      if (stk500v2_loadaddr(pgm, use_ext_addr | (addr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-2368-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2459-    if ((last_addr == UINT_MAX) || (last_addr + block_size != addr)) {
avrdude-6.3-20171130+svn1429/stk500v2.c:2460:      if (stk500v2_loadaddr(pgm, use_ext_addr | (addr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-2461-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2566-      hiaddr = addr & ~0xFFFF;
avrdude-6.3-20171130+svn1429/stk500v2.c:2567:      if (stk500v2_loadaddr(pgm, use_ext_addr | (addr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-2568-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-2646-      hiaddr = addr & ~0xFFFF;
avrdude-6.3-20171130+svn1429/stk500v2.c:2647:      if (stk500v2_loadaddr(pgm, use_ext_addr | (addr >> addrshift)) < 0)
avrdude-6.3-20171130+svn1429/stk500v2.c-2648-        return -1;
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-4021-
avrdude-6.3-20171130+svn1429/stk500v2.c:4022:    if (stk500v2_loadaddr(pgm, use_ext_addr) < 0) {
avrdude-6.3-20171130+svn1429/stk500v2.c-4023-        free(b);
##############################################
avrdude-6.3-20171130+svn1429/stk500v2.c-4135-
avrdude-6.3-20171130+svn1429/stk500v2.c:4136:    if (stk500v2_loadaddr(pgm, use_ext_addr) < 0) {
avrdude-6.3-20171130+svn1429/stk500v2.c-4137-        free(b);
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-85-  { \
avrdude-6.3-20171130+svn1429/Makefile.in:86:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-87-  }; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-182-libavrdude_a_OBJECTS = $(am_libavrdude_a_OBJECTS)
avrdude-6.3-20171130+svn1429/Makefile.in:183:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
avrdude-6.3-20171130+svn1429/Makefile.in-184-am__vpath_adj = case $$p in \
avrdude-6.3-20171130+svn1429/Makefile.in:185:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
avrdude-6.3-20171130+svn1429/Makefile.in-186-    *) f=$$p;; \
avrdude-6.3-20171130+svn1429/Makefile.in-187-  esac;
avrdude-6.3-20171130+svn1429/Makefile.in:188:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
avrdude-6.3-20171130+svn1429/Makefile.in-189-am__install_max = 40
avrdude-6.3-20171130+svn1429/Makefile.in-190-am__nobase_strip_setup = \
avrdude-6.3-20171130+svn1429/Makefile.in:191:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
avrdude-6.3-20171130+svn1429/Makefile.in-192-am__nobase_strip = \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-377-  while test -n "$$dir1"; do \
avrdude-6.3-20171130+svn1429/Makefile.in:378:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-379-    if test "$$first" != "."; then \
avrdude-6.3-20171130+svn1429/Makefile.in-380-      if test "$$first" = ".."; then \
avrdude-6.3-20171130+svn1429/Makefile.in:381:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
avrdude-6.3-20171130+svn1429/Makefile.in:382:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-383-      else \
avrdude-6.3-20171130+svn1429/Makefile.in:384:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-385-        if test "$$first2" = "$$first"; then \
avrdude-6.3-20171130+svn1429/Makefile.in:386:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-387-        else \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-392-    fi; \
avrdude-6.3-20171130+svn1429/Makefile.in:393:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
avrdude-6.3-20171130+svn1429/Makefile.in-394-  done; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-839-	test -n "$(EXEEXT)" || exit 0; \
avrdude-6.3-20171130+svn1429/Makefile.in:840:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
avrdude-6.3-20171130+svn1429/Makefile.in-841-	echo " rm -f" $$list; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-956-.c.obj:
avrdude-6.3-20171130+svn1429/Makefile.in:957:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
avrdude-6.3-20171130+svn1429/Makefile.in-958-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:961:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
avrdude-6.3-20171130+svn1429/Makefile.in-962-
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-970-libavrdude_a-config_gram.o: config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in:971:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-config_gram.o -MD -MP -MF $(DEPDIR)/libavrdude_a-config_gram.Tpo -c -o libavrdude_a-config_gram.o `test -f 'config_gram.c' || echo '$(srcdir)/'`config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in-972-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-config_gram.Tpo $(DEPDIR)/libavrdude_a-config_gram.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:975:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-config_gram.o `test -f 'config_gram.c' || echo '$(srcdir)/'`config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in-976-
avrdude-6.3-20171130+svn1429/Makefile.in-977-libavrdude_a-config_gram.obj: config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in:978:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-config_gram.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-config_gram.Tpo -c -o libavrdude_a-config_gram.obj `if test -f 'config_gram.c'; then $(CYGPATH_W) 'config_gram.c'; else $(CYGPATH_W) '$(srcdir)/config_gram.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-979-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-config_gram.Tpo $(DEPDIR)/libavrdude_a-config_gram.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:982:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-config_gram.obj `if test -f 'config_gram.c'; then $(CYGPATH_W) 'config_gram.c'; else $(CYGPATH_W) '$(srcdir)/config_gram.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-983-
avrdude-6.3-20171130+svn1429/Makefile.in-984-libavrdude_a-lexer.o: lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in:985:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-lexer.o -MD -MP -MF $(DEPDIR)/libavrdude_a-lexer.Tpo -c -o libavrdude_a-lexer.o `test -f 'lexer.c' || echo '$(srcdir)/'`lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in-986-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-lexer.Tpo $(DEPDIR)/libavrdude_a-lexer.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:989:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-lexer.o `test -f 'lexer.c' || echo '$(srcdir)/'`lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in-990-
avrdude-6.3-20171130+svn1429/Makefile.in-991-libavrdude_a-lexer.obj: lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in:992:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-lexer.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-lexer.Tpo -c -o libavrdude_a-lexer.obj `if test -f 'lexer.c'; then $(CYGPATH_W) 'lexer.c'; else $(CYGPATH_W) '$(srcdir)/lexer.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-993-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-lexer.Tpo $(DEPDIR)/libavrdude_a-lexer.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-lexer.obj `if test -f 'lexer.c'; then $(CYGPATH_W) 'lexer.c'; else $(CYGPATH_W) '$(srcdir)/lexer.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-997-
avrdude-6.3-20171130+svn1429/Makefile.in-998-libavrdude_a-arduino.o: arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in:999:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-arduino.o -MD -MP -MF $(DEPDIR)/libavrdude_a-arduino.Tpo -c -o libavrdude_a-arduino.o `test -f 'arduino.c' || echo '$(srcdir)/'`arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in-1000-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-arduino.Tpo $(DEPDIR)/libavrdude_a-arduino.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1003:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-arduino.o `test -f 'arduino.c' || echo '$(srcdir)/'`arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in-1004-
avrdude-6.3-20171130+svn1429/Makefile.in-1005-libavrdude_a-arduino.obj: arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in:1006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-arduino.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-arduino.Tpo -c -o libavrdude_a-arduino.obj `if test -f 'arduino.c'; then $(CYGPATH_W) 'arduino.c'; else $(CYGPATH_W) '$(srcdir)/arduino.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-arduino.Tpo $(DEPDIR)/libavrdude_a-arduino.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-arduino.obj `if test -f 'arduino.c'; then $(CYGPATH_W) 'arduino.c'; else $(CYGPATH_W) '$(srcdir)/arduino.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1011-
avrdude-6.3-20171130+svn1429/Makefile.in-1012-libavrdude_a-avr.o: avr.c
avrdude-6.3-20171130+svn1429/Makefile.in:1013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avr.o -MD -MP -MF $(DEPDIR)/libavrdude_a-avr.Tpo -c -o libavrdude_a-avr.o `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
avrdude-6.3-20171130+svn1429/Makefile.in-1014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avr.Tpo $(DEPDIR)/libavrdude_a-avr.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avr.o `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
avrdude-6.3-20171130+svn1429/Makefile.in-1018-
avrdude-6.3-20171130+svn1429/Makefile.in-1019-libavrdude_a-avr.obj: avr.c
avrdude-6.3-20171130+svn1429/Makefile.in:1020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avr.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-avr.Tpo -c -o libavrdude_a-avr.obj `if test -f 'avr.c'; then $(CYGPATH_W) 'avr.c'; else $(CYGPATH_W) '$(srcdir)/avr.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avr.Tpo $(DEPDIR)/libavrdude_a-avr.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avr.obj `if test -f 'avr.c'; then $(CYGPATH_W) 'avr.c'; else $(CYGPATH_W) '$(srcdir)/avr.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1025-
avrdude-6.3-20171130+svn1429/Makefile.in-1026-libavrdude_a-avr910.o: avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in:1027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avr910.o -MD -MP -MF $(DEPDIR)/libavrdude_a-avr910.Tpo -c -o libavrdude_a-avr910.o `test -f 'avr910.c' || echo '$(srcdir)/'`avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in-1028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avr910.Tpo $(DEPDIR)/libavrdude_a-avr910.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avr910.o `test -f 'avr910.c' || echo '$(srcdir)/'`avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in-1032-
avrdude-6.3-20171130+svn1429/Makefile.in-1033-libavrdude_a-avr910.obj: avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in:1034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avr910.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-avr910.Tpo -c -o libavrdude_a-avr910.obj `if test -f 'avr910.c'; then $(CYGPATH_W) 'avr910.c'; else $(CYGPATH_W) '$(srcdir)/avr910.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avr910.Tpo $(DEPDIR)/libavrdude_a-avr910.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avr910.obj `if test -f 'avr910.c'; then $(CYGPATH_W) 'avr910.c'; else $(CYGPATH_W) '$(srcdir)/avr910.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1039-
avrdude-6.3-20171130+svn1429/Makefile.in-1040-libavrdude_a-avrftdi.o: avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrftdi.o -MD -MP -MF $(DEPDIR)/libavrdude_a-avrftdi.Tpo -c -o libavrdude_a-avrftdi.o `test -f 'avrftdi.c' || echo '$(srcdir)/'`avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrftdi.Tpo $(DEPDIR)/libavrdude_a-avrftdi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrftdi.o `test -f 'avrftdi.c' || echo '$(srcdir)/'`avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1046-
avrdude-6.3-20171130+svn1429/Makefile.in-1047-libavrdude_a-avrftdi.obj: avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrftdi.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-avrftdi.Tpo -c -o libavrdude_a-avrftdi.obj `if test -f 'avrftdi.c'; then $(CYGPATH_W) 'avrftdi.c'; else $(CYGPATH_W) '$(srcdir)/avrftdi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrftdi.Tpo $(DEPDIR)/libavrdude_a-avrftdi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrftdi.obj `if test -f 'avrftdi.c'; then $(CYGPATH_W) 'avrftdi.c'; else $(CYGPATH_W) '$(srcdir)/avrftdi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1053-
avrdude-6.3-20171130+svn1429/Makefile.in-1054-libavrdude_a-avrftdi_tpi.o: avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrftdi_tpi.o -MD -MP -MF $(DEPDIR)/libavrdude_a-avrftdi_tpi.Tpo -c -o libavrdude_a-avrftdi_tpi.o `test -f 'avrftdi_tpi.c' || echo '$(srcdir)/'`avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrftdi_tpi.Tpo $(DEPDIR)/libavrdude_a-avrftdi_tpi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrftdi_tpi.o `test -f 'avrftdi_tpi.c' || echo '$(srcdir)/'`avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1060-
avrdude-6.3-20171130+svn1429/Makefile.in-1061-libavrdude_a-avrftdi_tpi.obj: avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrftdi_tpi.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-avrftdi_tpi.Tpo -c -o libavrdude_a-avrftdi_tpi.obj `if test -f 'avrftdi_tpi.c'; then $(CYGPATH_W) 'avrftdi_tpi.c'; else $(CYGPATH_W) '$(srcdir)/avrftdi_tpi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrftdi_tpi.Tpo $(DEPDIR)/libavrdude_a-avrftdi_tpi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrftdi_tpi.obj `if test -f 'avrftdi_tpi.c'; then $(CYGPATH_W) 'avrftdi_tpi.c'; else $(CYGPATH_W) '$(srcdir)/avrftdi_tpi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1067-
avrdude-6.3-20171130+svn1429/Makefile.in-1068-libavrdude_a-avrpart.o: avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in:1069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrpart.o -MD -MP -MF $(DEPDIR)/libavrdude_a-avrpart.Tpo -c -o libavrdude_a-avrpart.o `test -f 'avrpart.c' || echo '$(srcdir)/'`avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in-1070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrpart.Tpo $(DEPDIR)/libavrdude_a-avrpart.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrpart.o `test -f 'avrpart.c' || echo '$(srcdir)/'`avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in-1074-
avrdude-6.3-20171130+svn1429/Makefile.in-1075-libavrdude_a-avrpart.obj: avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in:1076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-avrpart.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-avrpart.Tpo -c -o libavrdude_a-avrpart.obj `if test -f 'avrpart.c'; then $(CYGPATH_W) 'avrpart.c'; else $(CYGPATH_W) '$(srcdir)/avrpart.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-avrpart.Tpo $(DEPDIR)/libavrdude_a-avrpart.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-avrpart.obj `if test -f 'avrpart.c'; then $(CYGPATH_W) 'avrpart.c'; else $(CYGPATH_W) '$(srcdir)/avrpart.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1081-
avrdude-6.3-20171130+svn1429/Makefile.in-1082-libavrdude_a-bitbang.o: bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in:1083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-bitbang.o -MD -MP -MF $(DEPDIR)/libavrdude_a-bitbang.Tpo -c -o libavrdude_a-bitbang.o `test -f 'bitbang.c' || echo '$(srcdir)/'`bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in-1084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-bitbang.Tpo $(DEPDIR)/libavrdude_a-bitbang.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-bitbang.o `test -f 'bitbang.c' || echo '$(srcdir)/'`bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in-1088-
avrdude-6.3-20171130+svn1429/Makefile.in-1089-libavrdude_a-bitbang.obj: bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in:1090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-bitbang.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-bitbang.Tpo -c -o libavrdude_a-bitbang.obj `if test -f 'bitbang.c'; then $(CYGPATH_W) 'bitbang.c'; else $(CYGPATH_W) '$(srcdir)/bitbang.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-bitbang.Tpo $(DEPDIR)/libavrdude_a-bitbang.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-bitbang.obj `if test -f 'bitbang.c'; then $(CYGPATH_W) 'bitbang.c'; else $(CYGPATH_W) '$(srcdir)/bitbang.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1095-
avrdude-6.3-20171130+svn1429/Makefile.in-1096-libavrdude_a-buspirate.o: buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in:1097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-buspirate.o -MD -MP -MF $(DEPDIR)/libavrdude_a-buspirate.Tpo -c -o libavrdude_a-buspirate.o `test -f 'buspirate.c' || echo '$(srcdir)/'`buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in-1098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-buspirate.Tpo $(DEPDIR)/libavrdude_a-buspirate.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-buspirate.o `test -f 'buspirate.c' || echo '$(srcdir)/'`buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in-1102-
avrdude-6.3-20171130+svn1429/Makefile.in-1103-libavrdude_a-buspirate.obj: buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in:1104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-buspirate.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-buspirate.Tpo -c -o libavrdude_a-buspirate.obj `if test -f 'buspirate.c'; then $(CYGPATH_W) 'buspirate.c'; else $(CYGPATH_W) '$(srcdir)/buspirate.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-buspirate.Tpo $(DEPDIR)/libavrdude_a-buspirate.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-buspirate.obj `if test -f 'buspirate.c'; then $(CYGPATH_W) 'buspirate.c'; else $(CYGPATH_W) '$(srcdir)/buspirate.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1109-
avrdude-6.3-20171130+svn1429/Makefile.in-1110-libavrdude_a-butterfly.o: butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in:1111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-butterfly.o -MD -MP -MF $(DEPDIR)/libavrdude_a-butterfly.Tpo -c -o libavrdude_a-butterfly.o `test -f 'butterfly.c' || echo '$(srcdir)/'`butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in-1112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-butterfly.Tpo $(DEPDIR)/libavrdude_a-butterfly.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-butterfly.o `test -f 'butterfly.c' || echo '$(srcdir)/'`butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in-1116-
avrdude-6.3-20171130+svn1429/Makefile.in-1117-libavrdude_a-butterfly.obj: butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in:1118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-butterfly.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-butterfly.Tpo -c -o libavrdude_a-butterfly.obj `if test -f 'butterfly.c'; then $(CYGPATH_W) 'butterfly.c'; else $(CYGPATH_W) '$(srcdir)/butterfly.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-butterfly.Tpo $(DEPDIR)/libavrdude_a-butterfly.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-butterfly.obj `if test -f 'butterfly.c'; then $(CYGPATH_W) 'butterfly.c'; else $(CYGPATH_W) '$(srcdir)/butterfly.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1123-
avrdude-6.3-20171130+svn1429/Makefile.in-1124-libavrdude_a-config.o: config.c
avrdude-6.3-20171130+svn1429/Makefile.in:1125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-config.o -MD -MP -MF $(DEPDIR)/libavrdude_a-config.Tpo -c -o libavrdude_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
avrdude-6.3-20171130+svn1429/Makefile.in-1126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-config.Tpo $(DEPDIR)/libavrdude_a-config.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
avrdude-6.3-20171130+svn1429/Makefile.in-1130-
avrdude-6.3-20171130+svn1429/Makefile.in-1131-libavrdude_a-config.obj: config.c
avrdude-6.3-20171130+svn1429/Makefile.in:1132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-config.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-config.Tpo -c -o libavrdude_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-config.Tpo $(DEPDIR)/libavrdude_a-config.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1137-
avrdude-6.3-20171130+svn1429/Makefile.in-1138-libavrdude_a-confwin.o: confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-confwin.o -MD -MP -MF $(DEPDIR)/libavrdude_a-confwin.Tpo -c -o libavrdude_a-confwin.o `test -f 'confwin.c' || echo '$(srcdir)/'`confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-confwin.Tpo $(DEPDIR)/libavrdude_a-confwin.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-confwin.o `test -f 'confwin.c' || echo '$(srcdir)/'`confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1144-
avrdude-6.3-20171130+svn1429/Makefile.in-1145-libavrdude_a-confwin.obj: confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-confwin.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-confwin.Tpo -c -o libavrdude_a-confwin.obj `if test -f 'confwin.c'; then $(CYGPATH_W) 'confwin.c'; else $(CYGPATH_W) '$(srcdir)/confwin.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-confwin.Tpo $(DEPDIR)/libavrdude_a-confwin.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-confwin.obj `if test -f 'confwin.c'; then $(CYGPATH_W) 'confwin.c'; else $(CYGPATH_W) '$(srcdir)/confwin.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1151-
avrdude-6.3-20171130+svn1429/Makefile.in-1152-libavrdude_a-crc16.o: crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in:1153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-crc16.o -MD -MP -MF $(DEPDIR)/libavrdude_a-crc16.Tpo -c -o libavrdude_a-crc16.o `test -f 'crc16.c' || echo '$(srcdir)/'`crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in-1154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-crc16.Tpo $(DEPDIR)/libavrdude_a-crc16.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-crc16.o `test -f 'crc16.c' || echo '$(srcdir)/'`crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in-1158-
avrdude-6.3-20171130+svn1429/Makefile.in-1159-libavrdude_a-crc16.obj: crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in:1160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-crc16.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-crc16.Tpo -c -o libavrdude_a-crc16.obj `if test -f 'crc16.c'; then $(CYGPATH_W) 'crc16.c'; else $(CYGPATH_W) '$(srcdir)/crc16.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-crc16.Tpo $(DEPDIR)/libavrdude_a-crc16.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-crc16.obj `if test -f 'crc16.c'; then $(CYGPATH_W) 'crc16.c'; else $(CYGPATH_W) '$(srcdir)/crc16.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1165-
avrdude-6.3-20171130+svn1429/Makefile.in-1166-libavrdude_a-dfu.o: dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in:1167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-dfu.o -MD -MP -MF $(DEPDIR)/libavrdude_a-dfu.Tpo -c -o libavrdude_a-dfu.o `test -f 'dfu.c' || echo '$(srcdir)/'`dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in-1168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-dfu.Tpo $(DEPDIR)/libavrdude_a-dfu.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-dfu.o `test -f 'dfu.c' || echo '$(srcdir)/'`dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in-1172-
avrdude-6.3-20171130+svn1429/Makefile.in-1173-libavrdude_a-dfu.obj: dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in:1174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-dfu.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-dfu.Tpo -c -o libavrdude_a-dfu.obj `if test -f 'dfu.c'; then $(CYGPATH_W) 'dfu.c'; else $(CYGPATH_W) '$(srcdir)/dfu.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-dfu.Tpo $(DEPDIR)/libavrdude_a-dfu.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-dfu.obj `if test -f 'dfu.c'; then $(CYGPATH_W) 'dfu.c'; else $(CYGPATH_W) '$(srcdir)/dfu.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1179-
avrdude-6.3-20171130+svn1429/Makefile.in-1180-libavrdude_a-fileio.o: fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-fileio.o -MD -MP -MF $(DEPDIR)/libavrdude_a-fileio.Tpo -c -o libavrdude_a-fileio.o `test -f 'fileio.c' || echo '$(srcdir)/'`fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-fileio.Tpo $(DEPDIR)/libavrdude_a-fileio.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-fileio.o `test -f 'fileio.c' || echo '$(srcdir)/'`fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1186-
avrdude-6.3-20171130+svn1429/Makefile.in-1187-libavrdude_a-fileio.obj: fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1188:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-fileio.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-fileio.Tpo -c -o libavrdude_a-fileio.obj `if test -f 'fileio.c'; then $(CYGPATH_W) 'fileio.c'; else $(CYGPATH_W) '$(srcdir)/fileio.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1189-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-fileio.Tpo $(DEPDIR)/libavrdude_a-fileio.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1191-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1192:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-fileio.obj `if test -f 'fileio.c'; then $(CYGPATH_W) 'fileio.c'; else $(CYGPATH_W) '$(srcdir)/fileio.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1193-
avrdude-6.3-20171130+svn1429/Makefile.in-1194-libavrdude_a-flip1.o: flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in:1195:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-flip1.o -MD -MP -MF $(DEPDIR)/libavrdude_a-flip1.Tpo -c -o libavrdude_a-flip1.o `test -f 'flip1.c' || echo '$(srcdir)/'`flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in-1196-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-flip1.Tpo $(DEPDIR)/libavrdude_a-flip1.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1198-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1199:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-flip1.o `test -f 'flip1.c' || echo '$(srcdir)/'`flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in-1200-
avrdude-6.3-20171130+svn1429/Makefile.in-1201-libavrdude_a-flip1.obj: flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in:1202:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-flip1.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-flip1.Tpo -c -o libavrdude_a-flip1.obj `if test -f 'flip1.c'; then $(CYGPATH_W) 'flip1.c'; else $(CYGPATH_W) '$(srcdir)/flip1.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1203-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-flip1.Tpo $(DEPDIR)/libavrdude_a-flip1.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1205-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1206:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-flip1.obj `if test -f 'flip1.c'; then $(CYGPATH_W) 'flip1.c'; else $(CYGPATH_W) '$(srcdir)/flip1.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1207-
avrdude-6.3-20171130+svn1429/Makefile.in-1208-libavrdude_a-flip2.o: flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1209:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-flip2.o -MD -MP -MF $(DEPDIR)/libavrdude_a-flip2.Tpo -c -o libavrdude_a-flip2.o `test -f 'flip2.c' || echo '$(srcdir)/'`flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1210-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-flip2.Tpo $(DEPDIR)/libavrdude_a-flip2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1212-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1213:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-flip2.o `test -f 'flip2.c' || echo '$(srcdir)/'`flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1214-
avrdude-6.3-20171130+svn1429/Makefile.in-1215-libavrdude_a-flip2.obj: flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1216:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-flip2.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-flip2.Tpo -c -o libavrdude_a-flip2.obj `if test -f 'flip2.c'; then $(CYGPATH_W) 'flip2.c'; else $(CYGPATH_W) '$(srcdir)/flip2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1217-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-flip2.Tpo $(DEPDIR)/libavrdude_a-flip2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1220:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-flip2.obj `if test -f 'flip2.c'; then $(CYGPATH_W) 'flip2.c'; else $(CYGPATH_W) '$(srcdir)/flip2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1221-
avrdude-6.3-20171130+svn1429/Makefile.in-1222-libavrdude_a-ft245r.o: ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in:1223:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ft245r.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ft245r.Tpo -c -o libavrdude_a-ft245r.o `test -f 'ft245r.c' || echo '$(srcdir)/'`ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in-1224-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ft245r.Tpo $(DEPDIR)/libavrdude_a-ft245r.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1226-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1227:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ft245r.o `test -f 'ft245r.c' || echo '$(srcdir)/'`ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in-1228-
avrdude-6.3-20171130+svn1429/Makefile.in-1229-libavrdude_a-ft245r.obj: ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in:1230:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ft245r.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ft245r.Tpo -c -o libavrdude_a-ft245r.obj `if test -f 'ft245r.c'; then $(CYGPATH_W) 'ft245r.c'; else $(CYGPATH_W) '$(srcdir)/ft245r.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1231-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ft245r.Tpo $(DEPDIR)/libavrdude_a-ft245r.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1234:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ft245r.obj `if test -f 'ft245r.c'; then $(CYGPATH_W) 'ft245r.c'; else $(CYGPATH_W) '$(srcdir)/ft245r.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1235-
avrdude-6.3-20171130+svn1429/Makefile.in-1236-libavrdude_a-jtagmkI.o: jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in:1237:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtagmkI.o -MD -MP -MF $(DEPDIR)/libavrdude_a-jtagmkI.Tpo -c -o libavrdude_a-jtagmkI.o `test -f 'jtagmkI.c' || echo '$(srcdir)/'`jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in-1238-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtagmkI.Tpo $(DEPDIR)/libavrdude_a-jtagmkI.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1241:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtagmkI.o `test -f 'jtagmkI.c' || echo '$(srcdir)/'`jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in-1242-
avrdude-6.3-20171130+svn1429/Makefile.in-1243-libavrdude_a-jtagmkI.obj: jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in:1244:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtagmkI.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-jtagmkI.Tpo -c -o libavrdude_a-jtagmkI.obj `if test -f 'jtagmkI.c'; then $(CYGPATH_W) 'jtagmkI.c'; else $(CYGPATH_W) '$(srcdir)/jtagmkI.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1245-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtagmkI.Tpo $(DEPDIR)/libavrdude_a-jtagmkI.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1247-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1248:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtagmkI.obj `if test -f 'jtagmkI.c'; then $(CYGPATH_W) 'jtagmkI.c'; else $(CYGPATH_W) '$(srcdir)/jtagmkI.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1249-
avrdude-6.3-20171130+svn1429/Makefile.in-1250-libavrdude_a-jtagmkII.o: jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in:1251:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtagmkII.o -MD -MP -MF $(DEPDIR)/libavrdude_a-jtagmkII.Tpo -c -o libavrdude_a-jtagmkII.o `test -f 'jtagmkII.c' || echo '$(srcdir)/'`jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in-1252-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtagmkII.Tpo $(DEPDIR)/libavrdude_a-jtagmkII.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1254-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1255:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtagmkII.o `test -f 'jtagmkII.c' || echo '$(srcdir)/'`jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in-1256-
avrdude-6.3-20171130+svn1429/Makefile.in-1257-libavrdude_a-jtagmkII.obj: jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in:1258:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtagmkII.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-jtagmkII.Tpo -c -o libavrdude_a-jtagmkII.obj `if test -f 'jtagmkII.c'; then $(CYGPATH_W) 'jtagmkII.c'; else $(CYGPATH_W) '$(srcdir)/jtagmkII.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1259-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtagmkII.Tpo $(DEPDIR)/libavrdude_a-jtagmkII.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1261-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1262:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtagmkII.obj `if test -f 'jtagmkII.c'; then $(CYGPATH_W) 'jtagmkII.c'; else $(CYGPATH_W) '$(srcdir)/jtagmkII.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1263-
avrdude-6.3-20171130+svn1429/Makefile.in-1264-libavrdude_a-jtag3.o: jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in:1265:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtag3.o -MD -MP -MF $(DEPDIR)/libavrdude_a-jtag3.Tpo -c -o libavrdude_a-jtag3.o `test -f 'jtag3.c' || echo '$(srcdir)/'`jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in-1266-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtag3.Tpo $(DEPDIR)/libavrdude_a-jtag3.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1268-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1269:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtag3.o `test -f 'jtag3.c' || echo '$(srcdir)/'`jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in-1270-
avrdude-6.3-20171130+svn1429/Makefile.in-1271-libavrdude_a-jtag3.obj: jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in:1272:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-jtag3.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-jtag3.Tpo -c -o libavrdude_a-jtag3.obj `if test -f 'jtag3.c'; then $(CYGPATH_W) 'jtag3.c'; else $(CYGPATH_W) '$(srcdir)/jtag3.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1273-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-jtag3.Tpo $(DEPDIR)/libavrdude_a-jtag3.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1276:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-jtag3.obj `if test -f 'jtag3.c'; then $(CYGPATH_W) 'jtag3.c'; else $(CYGPATH_W) '$(srcdir)/jtag3.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1277-
avrdude-6.3-20171130+svn1429/Makefile.in-1278-libavrdude_a-linuxgpio.o: linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-linuxgpio.o -MD -MP -MF $(DEPDIR)/libavrdude_a-linuxgpio.Tpo -c -o libavrdude_a-linuxgpio.o `test -f 'linuxgpio.c' || echo '$(srcdir)/'`linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-linuxgpio.Tpo $(DEPDIR)/libavrdude_a-linuxgpio.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-linuxgpio.o `test -f 'linuxgpio.c' || echo '$(srcdir)/'`linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1284-
avrdude-6.3-20171130+svn1429/Makefile.in-1285-libavrdude_a-linuxgpio.obj: linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-linuxgpio.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-linuxgpio.Tpo -c -o libavrdude_a-linuxgpio.obj `if test -f 'linuxgpio.c'; then $(CYGPATH_W) 'linuxgpio.c'; else $(CYGPATH_W) '$(srcdir)/linuxgpio.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-linuxgpio.Tpo $(DEPDIR)/libavrdude_a-linuxgpio.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-linuxgpio.obj `if test -f 'linuxgpio.c'; then $(CYGPATH_W) 'linuxgpio.c'; else $(CYGPATH_W) '$(srcdir)/linuxgpio.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1291-
avrdude-6.3-20171130+svn1429/Makefile.in-1292-libavrdude_a-lists.o: lists.c
avrdude-6.3-20171130+svn1429/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-lists.o -MD -MP -MF $(DEPDIR)/libavrdude_a-lists.Tpo -c -o libavrdude_a-lists.o `test -f 'lists.c' || echo '$(srcdir)/'`lists.c
avrdude-6.3-20171130+svn1429/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-lists.Tpo $(DEPDIR)/libavrdude_a-lists.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-lists.o `test -f 'lists.c' || echo '$(srcdir)/'`lists.c
avrdude-6.3-20171130+svn1429/Makefile.in-1298-
avrdude-6.3-20171130+svn1429/Makefile.in-1299-libavrdude_a-lists.obj: lists.c
avrdude-6.3-20171130+svn1429/Makefile.in:1300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-lists.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-lists.Tpo -c -o libavrdude_a-lists.obj `if test -f 'lists.c'; then $(CYGPATH_W) 'lists.c'; else $(CYGPATH_W) '$(srcdir)/lists.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-lists.Tpo $(DEPDIR)/libavrdude_a-lists.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-lists.obj `if test -f 'lists.c'; then $(CYGPATH_W) 'lists.c'; else $(CYGPATH_W) '$(srcdir)/lists.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1305-
avrdude-6.3-20171130+svn1429/Makefile.in-1306-libavrdude_a-par.o: par.c
avrdude-6.3-20171130+svn1429/Makefile.in:1307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-par.o -MD -MP -MF $(DEPDIR)/libavrdude_a-par.Tpo -c -o libavrdude_a-par.o `test -f 'par.c' || echo '$(srcdir)/'`par.c
avrdude-6.3-20171130+svn1429/Makefile.in-1308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-par.Tpo $(DEPDIR)/libavrdude_a-par.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-par.o `test -f 'par.c' || echo '$(srcdir)/'`par.c
avrdude-6.3-20171130+svn1429/Makefile.in-1312-
avrdude-6.3-20171130+svn1429/Makefile.in-1313-libavrdude_a-par.obj: par.c
avrdude-6.3-20171130+svn1429/Makefile.in:1314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-par.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-par.Tpo -c -o libavrdude_a-par.obj `if test -f 'par.c'; then $(CYGPATH_W) 'par.c'; else $(CYGPATH_W) '$(srcdir)/par.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-par.Tpo $(DEPDIR)/libavrdude_a-par.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-par.obj `if test -f 'par.c'; then $(CYGPATH_W) 'par.c'; else $(CYGPATH_W) '$(srcdir)/par.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1319-
avrdude-6.3-20171130+svn1429/Makefile.in-1320-libavrdude_a-pgm.o: pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in:1321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pgm.o -MD -MP -MF $(DEPDIR)/libavrdude_a-pgm.Tpo -c -o libavrdude_a-pgm.o `test -f 'pgm.c' || echo '$(srcdir)/'`pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in-1322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pgm.Tpo $(DEPDIR)/libavrdude_a-pgm.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pgm.o `test -f 'pgm.c' || echo '$(srcdir)/'`pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in-1326-
avrdude-6.3-20171130+svn1429/Makefile.in-1327-libavrdude_a-pgm.obj: pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in:1328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pgm.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-pgm.Tpo -c -o libavrdude_a-pgm.obj `if test -f 'pgm.c'; then $(CYGPATH_W) 'pgm.c'; else $(CYGPATH_W) '$(srcdir)/pgm.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pgm.Tpo $(DEPDIR)/libavrdude_a-pgm.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pgm.obj `if test -f 'pgm.c'; then $(CYGPATH_W) 'pgm.c'; else $(CYGPATH_W) '$(srcdir)/pgm.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1333-
avrdude-6.3-20171130+svn1429/Makefile.in-1334-libavrdude_a-pgm_type.o: pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in:1335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pgm_type.o -MD -MP -MF $(DEPDIR)/libavrdude_a-pgm_type.Tpo -c -o libavrdude_a-pgm_type.o `test -f 'pgm_type.c' || echo '$(srcdir)/'`pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in-1336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pgm_type.Tpo $(DEPDIR)/libavrdude_a-pgm_type.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pgm_type.o `test -f 'pgm_type.c' || echo '$(srcdir)/'`pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in-1340-
avrdude-6.3-20171130+svn1429/Makefile.in-1341-libavrdude_a-pgm_type.obj: pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in:1342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pgm_type.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-pgm_type.Tpo -c -o libavrdude_a-pgm_type.obj `if test -f 'pgm_type.c'; then $(CYGPATH_W) 'pgm_type.c'; else $(CYGPATH_W) '$(srcdir)/pgm_type.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pgm_type.Tpo $(DEPDIR)/libavrdude_a-pgm_type.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pgm_type.obj `if test -f 'pgm_type.c'; then $(CYGPATH_W) 'pgm_type.c'; else $(CYGPATH_W) '$(srcdir)/pgm_type.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1347-
avrdude-6.3-20171130+svn1429/Makefile.in-1348-libavrdude_a-pickit2.o: pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pickit2.o -MD -MP -MF $(DEPDIR)/libavrdude_a-pickit2.Tpo -c -o libavrdude_a-pickit2.o `test -f 'pickit2.c' || echo '$(srcdir)/'`pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pickit2.Tpo $(DEPDIR)/libavrdude_a-pickit2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pickit2.o `test -f 'pickit2.c' || echo '$(srcdir)/'`pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1354-
avrdude-6.3-20171130+svn1429/Makefile.in-1355-libavrdude_a-pickit2.obj: pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pickit2.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-pickit2.Tpo -c -o libavrdude_a-pickit2.obj `if test -f 'pickit2.c'; then $(CYGPATH_W) 'pickit2.c'; else $(CYGPATH_W) '$(srcdir)/pickit2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pickit2.Tpo $(DEPDIR)/libavrdude_a-pickit2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pickit2.obj `if test -f 'pickit2.c'; then $(CYGPATH_W) 'pickit2.c'; else $(CYGPATH_W) '$(srcdir)/pickit2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1361-
avrdude-6.3-20171130+svn1429/Makefile.in-1362-libavrdude_a-pindefs.o: pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in:1363:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pindefs.o -MD -MP -MF $(DEPDIR)/libavrdude_a-pindefs.Tpo -c -o libavrdude_a-pindefs.o `test -f 'pindefs.c' || echo '$(srcdir)/'`pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in-1364-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pindefs.Tpo $(DEPDIR)/libavrdude_a-pindefs.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1366-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1367:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pindefs.o `test -f 'pindefs.c' || echo '$(srcdir)/'`pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in-1368-
avrdude-6.3-20171130+svn1429/Makefile.in-1369-libavrdude_a-pindefs.obj: pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in:1370:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-pindefs.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-pindefs.Tpo -c -o libavrdude_a-pindefs.obj `if test -f 'pindefs.c'; then $(CYGPATH_W) 'pindefs.c'; else $(CYGPATH_W) '$(srcdir)/pindefs.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1371-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-pindefs.Tpo $(DEPDIR)/libavrdude_a-pindefs.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1374:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-pindefs.obj `if test -f 'pindefs.c'; then $(CYGPATH_W) 'pindefs.c'; else $(CYGPATH_W) '$(srcdir)/pindefs.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1375-
avrdude-6.3-20171130+svn1429/Makefile.in-1376-libavrdude_a-ppi.o: ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1377:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ppi.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ppi.Tpo -c -o libavrdude_a-ppi.o `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1378-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ppi.Tpo $(DEPDIR)/libavrdude_a-ppi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1380-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1381:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ppi.o `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1382-
avrdude-6.3-20171130+svn1429/Makefile.in-1383-libavrdude_a-ppi.obj: ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1384:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ppi.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ppi.Tpo -c -o libavrdude_a-ppi.obj `if test -f 'ppi.c'; then $(CYGPATH_W) 'ppi.c'; else $(CYGPATH_W) '$(srcdir)/ppi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1385-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ppi.Tpo $(DEPDIR)/libavrdude_a-ppi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1387-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1388:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ppi.obj `if test -f 'ppi.c'; then $(CYGPATH_W) 'ppi.c'; else $(CYGPATH_W) '$(srcdir)/ppi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1389-
avrdude-6.3-20171130+svn1429/Makefile.in-1390-libavrdude_a-ppiwin.o: ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1391:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ppiwin.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ppiwin.Tpo -c -o libavrdude_a-ppiwin.o `test -f 'ppiwin.c' || echo '$(srcdir)/'`ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1392-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ppiwin.Tpo $(DEPDIR)/libavrdude_a-ppiwin.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1395:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ppiwin.o `test -f 'ppiwin.c' || echo '$(srcdir)/'`ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1396-
avrdude-6.3-20171130+svn1429/Makefile.in-1397-libavrdude_a-ppiwin.obj: ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1398:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ppiwin.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ppiwin.Tpo -c -o libavrdude_a-ppiwin.obj `if test -f 'ppiwin.c'; then $(CYGPATH_W) 'ppiwin.c'; else $(CYGPATH_W) '$(srcdir)/ppiwin.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1399-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ppiwin.Tpo $(DEPDIR)/libavrdude_a-ppiwin.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1401-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1402:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ppiwin.obj `if test -f 'ppiwin.c'; then $(CYGPATH_W) 'ppiwin.c'; else $(CYGPATH_W) '$(srcdir)/ppiwin.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1403-
avrdude-6.3-20171130+svn1429/Makefile.in-1404-libavrdude_a-safemode.o: safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in:1405:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-safemode.o -MD -MP -MF $(DEPDIR)/libavrdude_a-safemode.Tpo -c -o libavrdude_a-safemode.o `test -f 'safemode.c' || echo '$(srcdir)/'`safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in-1406-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-safemode.Tpo $(DEPDIR)/libavrdude_a-safemode.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1408-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1409:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-safemode.o `test -f 'safemode.c' || echo '$(srcdir)/'`safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in-1410-
avrdude-6.3-20171130+svn1429/Makefile.in-1411-libavrdude_a-safemode.obj: safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in:1412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-safemode.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-safemode.Tpo -c -o libavrdude_a-safemode.obj `if test -f 'safemode.c'; then $(CYGPATH_W) 'safemode.c'; else $(CYGPATH_W) '$(srcdir)/safemode.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-safemode.Tpo $(DEPDIR)/libavrdude_a-safemode.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-safemode.obj `if test -f 'safemode.c'; then $(CYGPATH_W) 'safemode.c'; else $(CYGPATH_W) '$(srcdir)/safemode.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1417-
avrdude-6.3-20171130+svn1429/Makefile.in-1418-libavrdude_a-serbb_posix.o: serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-serbb_posix.o -MD -MP -MF $(DEPDIR)/libavrdude_a-serbb_posix.Tpo -c -o libavrdude_a-serbb_posix.o `test -f 'serbb_posix.c' || echo '$(srcdir)/'`serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-serbb_posix.Tpo $(DEPDIR)/libavrdude_a-serbb_posix.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-serbb_posix.o `test -f 'serbb_posix.c' || echo '$(srcdir)/'`serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1424-
avrdude-6.3-20171130+svn1429/Makefile.in-1425-libavrdude_a-serbb_posix.obj: serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-serbb_posix.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-serbb_posix.Tpo -c -o libavrdude_a-serbb_posix.obj `if test -f 'serbb_posix.c'; then $(CYGPATH_W) 'serbb_posix.c'; else $(CYGPATH_W) '$(srcdir)/serbb_posix.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-serbb_posix.Tpo $(DEPDIR)/libavrdude_a-serbb_posix.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-serbb_posix.obj `if test -f 'serbb_posix.c'; then $(CYGPATH_W) 'serbb_posix.c'; else $(CYGPATH_W) '$(srcdir)/serbb_posix.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1431-
avrdude-6.3-20171130+svn1429/Makefile.in-1432-libavrdude_a-serbb_win32.o: serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-serbb_win32.o -MD -MP -MF $(DEPDIR)/libavrdude_a-serbb_win32.Tpo -c -o libavrdude_a-serbb_win32.o `test -f 'serbb_win32.c' || echo '$(srcdir)/'`serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-serbb_win32.Tpo $(DEPDIR)/libavrdude_a-serbb_win32.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-serbb_win32.o `test -f 'serbb_win32.c' || echo '$(srcdir)/'`serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1438-
avrdude-6.3-20171130+svn1429/Makefile.in-1439-libavrdude_a-serbb_win32.obj: serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-serbb_win32.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-serbb_win32.Tpo -c -o libavrdude_a-serbb_win32.obj `if test -f 'serbb_win32.c'; then $(CYGPATH_W) 'serbb_win32.c'; else $(CYGPATH_W) '$(srcdir)/serbb_win32.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-serbb_win32.Tpo $(DEPDIR)/libavrdude_a-serbb_win32.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-serbb_win32.obj `if test -f 'serbb_win32.c'; then $(CYGPATH_W) 'serbb_win32.c'; else $(CYGPATH_W) '$(srcdir)/serbb_win32.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1445-
avrdude-6.3-20171130+svn1429/Makefile.in-1446-libavrdude_a-ser_avrdoper.o: ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in:1447:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_avrdoper.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_avrdoper.Tpo -c -o libavrdude_a-ser_avrdoper.o `test -f 'ser_avrdoper.c' || echo '$(srcdir)/'`ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in-1448-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_avrdoper.Tpo $(DEPDIR)/libavrdude_a-ser_avrdoper.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_avrdoper.o `test -f 'ser_avrdoper.c' || echo '$(srcdir)/'`ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in-1452-
avrdude-6.3-20171130+svn1429/Makefile.in-1453-libavrdude_a-ser_avrdoper.obj: ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in:1454:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_avrdoper.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_avrdoper.Tpo -c -o libavrdude_a-ser_avrdoper.obj `if test -f 'ser_avrdoper.c'; then $(CYGPATH_W) 'ser_avrdoper.c'; else $(CYGPATH_W) '$(srcdir)/ser_avrdoper.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1455-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_avrdoper.Tpo $(DEPDIR)/libavrdude_a-ser_avrdoper.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1457-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1458:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_avrdoper.obj `if test -f 'ser_avrdoper.c'; then $(CYGPATH_W) 'ser_avrdoper.c'; else $(CYGPATH_W) '$(srcdir)/ser_avrdoper.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1459-
avrdude-6.3-20171130+svn1429/Makefile.in-1460-libavrdude_a-ser_posix.o: ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1461:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_posix.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_posix.Tpo -c -o libavrdude_a-ser_posix.o `test -f 'ser_posix.c' || echo '$(srcdir)/'`ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1462-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_posix.Tpo $(DEPDIR)/libavrdude_a-ser_posix.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1464-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1465:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_posix.o `test -f 'ser_posix.c' || echo '$(srcdir)/'`ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1466-
avrdude-6.3-20171130+svn1429/Makefile.in-1467-libavrdude_a-ser_posix.obj: ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1468:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_posix.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_posix.Tpo -c -o libavrdude_a-ser_posix.obj `if test -f 'ser_posix.c'; then $(CYGPATH_W) 'ser_posix.c'; else $(CYGPATH_W) '$(srcdir)/ser_posix.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1469-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_posix.Tpo $(DEPDIR)/libavrdude_a-ser_posix.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1471-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1472:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_posix.obj `if test -f 'ser_posix.c'; then $(CYGPATH_W) 'ser_posix.c'; else $(CYGPATH_W) '$(srcdir)/ser_posix.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1473-
avrdude-6.3-20171130+svn1429/Makefile.in-1474-libavrdude_a-ser_win32.o: ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_win32.o -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_win32.Tpo -c -o libavrdude_a-ser_win32.o `test -f 'ser_win32.c' || echo '$(srcdir)/'`ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_win32.Tpo $(DEPDIR)/libavrdude_a-ser_win32.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_win32.o `test -f 'ser_win32.c' || echo '$(srcdir)/'`ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1480-
avrdude-6.3-20171130+svn1429/Makefile.in-1481-libavrdude_a-ser_win32.obj: ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1482:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-ser_win32.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-ser_win32.Tpo -c -o libavrdude_a-ser_win32.obj `if test -f 'ser_win32.c'; then $(CYGPATH_W) 'ser_win32.c'; else $(CYGPATH_W) '$(srcdir)/ser_win32.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1483-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-ser_win32.Tpo $(DEPDIR)/libavrdude_a-ser_win32.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1485-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1486:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-ser_win32.obj `if test -f 'ser_win32.c'; then $(CYGPATH_W) 'ser_win32.c'; else $(CYGPATH_W) '$(srcdir)/ser_win32.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1487-
avrdude-6.3-20171130+svn1429/Makefile.in-1488-libavrdude_a-stk500.o: stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in:1489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500.o -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500.Tpo -c -o libavrdude_a-stk500.o `test -f 'stk500.c' || echo '$(srcdir)/'`stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in-1490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500.Tpo $(DEPDIR)/libavrdude_a-stk500.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500.o `test -f 'stk500.c' || echo '$(srcdir)/'`stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in-1494-
avrdude-6.3-20171130+svn1429/Makefile.in-1495-libavrdude_a-stk500.obj: stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in:1496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500.Tpo -c -o libavrdude_a-stk500.obj `if test -f 'stk500.c'; then $(CYGPATH_W) 'stk500.c'; else $(CYGPATH_W) '$(srcdir)/stk500.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500.Tpo $(DEPDIR)/libavrdude_a-stk500.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500.obj `if test -f 'stk500.c'; then $(CYGPATH_W) 'stk500.c'; else $(CYGPATH_W) '$(srcdir)/stk500.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1501-
avrdude-6.3-20171130+svn1429/Makefile.in-1502-libavrdude_a-stk500v2.o: stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500v2.o -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500v2.Tpo -c -o libavrdude_a-stk500v2.o `test -f 'stk500v2.c' || echo '$(srcdir)/'`stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500v2.Tpo $(DEPDIR)/libavrdude_a-stk500v2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500v2.o `test -f 'stk500v2.c' || echo '$(srcdir)/'`stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1508-
avrdude-6.3-20171130+svn1429/Makefile.in-1509-libavrdude_a-stk500v2.obj: stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500v2.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500v2.Tpo -c -o libavrdude_a-stk500v2.obj `if test -f 'stk500v2.c'; then $(CYGPATH_W) 'stk500v2.c'; else $(CYGPATH_W) '$(srcdir)/stk500v2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500v2.Tpo $(DEPDIR)/libavrdude_a-stk500v2.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500v2.obj `if test -f 'stk500v2.c'; then $(CYGPATH_W) 'stk500v2.c'; else $(CYGPATH_W) '$(srcdir)/stk500v2.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1515-
avrdude-6.3-20171130+svn1429/Makefile.in-1516-libavrdude_a-stk500generic.o: stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in:1517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500generic.o -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500generic.Tpo -c -o libavrdude_a-stk500generic.o `test -f 'stk500generic.c' || echo '$(srcdir)/'`stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in-1518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500generic.Tpo $(DEPDIR)/libavrdude_a-stk500generic.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500generic.o `test -f 'stk500generic.c' || echo '$(srcdir)/'`stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in-1522-
avrdude-6.3-20171130+svn1429/Makefile.in-1523-libavrdude_a-stk500generic.obj: stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in:1524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-stk500generic.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-stk500generic.Tpo -c -o libavrdude_a-stk500generic.obj `if test -f 'stk500generic.c'; then $(CYGPATH_W) 'stk500generic.c'; else $(CYGPATH_W) '$(srcdir)/stk500generic.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-stk500generic.Tpo $(DEPDIR)/libavrdude_a-stk500generic.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-stk500generic.obj `if test -f 'stk500generic.c'; then $(CYGPATH_W) 'stk500generic.c'; else $(CYGPATH_W) '$(srcdir)/stk500generic.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1529-
avrdude-6.3-20171130+svn1429/Makefile.in-1530-libavrdude_a-usbasp.o: usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in:1531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usbasp.o -MD -MP -MF $(DEPDIR)/libavrdude_a-usbasp.Tpo -c -o libavrdude_a-usbasp.o `test -f 'usbasp.c' || echo '$(srcdir)/'`usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in-1532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usbasp.Tpo $(DEPDIR)/libavrdude_a-usbasp.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usbasp.o `test -f 'usbasp.c' || echo '$(srcdir)/'`usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in-1536-
avrdude-6.3-20171130+svn1429/Makefile.in-1537-libavrdude_a-usbasp.obj: usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in:1538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usbasp.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-usbasp.Tpo -c -o libavrdude_a-usbasp.obj `if test -f 'usbasp.c'; then $(CYGPATH_W) 'usbasp.c'; else $(CYGPATH_W) '$(srcdir)/usbasp.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usbasp.Tpo $(DEPDIR)/libavrdude_a-usbasp.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usbasp.obj `if test -f 'usbasp.c'; then $(CYGPATH_W) 'usbasp.c'; else $(CYGPATH_W) '$(srcdir)/usbasp.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1543-
avrdude-6.3-20171130+svn1429/Makefile.in-1544-libavrdude_a-usb_hidapi.o: usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usb_hidapi.o -MD -MP -MF $(DEPDIR)/libavrdude_a-usb_hidapi.Tpo -c -o libavrdude_a-usb_hidapi.o `test -f 'usb_hidapi.c' || echo '$(srcdir)/'`usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usb_hidapi.Tpo $(DEPDIR)/libavrdude_a-usb_hidapi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usb_hidapi.o `test -f 'usb_hidapi.c' || echo '$(srcdir)/'`usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1550-
avrdude-6.3-20171130+svn1429/Makefile.in-1551-libavrdude_a-usb_hidapi.obj: usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usb_hidapi.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-usb_hidapi.Tpo -c -o libavrdude_a-usb_hidapi.obj `if test -f 'usb_hidapi.c'; then $(CYGPATH_W) 'usb_hidapi.c'; else $(CYGPATH_W) '$(srcdir)/usb_hidapi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usb_hidapi.Tpo $(DEPDIR)/libavrdude_a-usb_hidapi.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usb_hidapi.obj `if test -f 'usb_hidapi.c'; then $(CYGPATH_W) 'usb_hidapi.c'; else $(CYGPATH_W) '$(srcdir)/usb_hidapi.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1557-
avrdude-6.3-20171130+svn1429/Makefile.in-1558-libavrdude_a-usb_libusb.o: usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in:1559:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usb_libusb.o -MD -MP -MF $(DEPDIR)/libavrdude_a-usb_libusb.Tpo -c -o libavrdude_a-usb_libusb.o `test -f 'usb_libusb.c' || echo '$(srcdir)/'`usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in-1560-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usb_libusb.Tpo $(DEPDIR)/libavrdude_a-usb_libusb.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1563:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usb_libusb.o `test -f 'usb_libusb.c' || echo '$(srcdir)/'`usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in-1564-
avrdude-6.3-20171130+svn1429/Makefile.in-1565-libavrdude_a-usb_libusb.obj: usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in:1566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usb_libusb.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-usb_libusb.Tpo -c -o libavrdude_a-usb_libusb.obj `if test -f 'usb_libusb.c'; then $(CYGPATH_W) 'usb_libusb.c'; else $(CYGPATH_W) '$(srcdir)/usb_libusb.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usb_libusb.Tpo $(DEPDIR)/libavrdude_a-usb_libusb.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usb_libusb.obj `if test -f 'usb_libusb.c'; then $(CYGPATH_W) 'usb_libusb.c'; else $(CYGPATH_W) '$(srcdir)/usb_libusb.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1571-
avrdude-6.3-20171130+svn1429/Makefile.in-1572-libavrdude_a-usbtiny.o: usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in:1573:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usbtiny.o -MD -MP -MF $(DEPDIR)/libavrdude_a-usbtiny.Tpo -c -o libavrdude_a-usbtiny.o `test -f 'usbtiny.c' || echo '$(srcdir)/'`usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in-1574-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usbtiny.Tpo $(DEPDIR)/libavrdude_a-usbtiny.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1577:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usbtiny.o `test -f 'usbtiny.c' || echo '$(srcdir)/'`usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in-1578-
avrdude-6.3-20171130+svn1429/Makefile.in-1579-libavrdude_a-usbtiny.obj: usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in:1580:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-usbtiny.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-usbtiny.Tpo -c -o libavrdude_a-usbtiny.obj `if test -f 'usbtiny.c'; then $(CYGPATH_W) 'usbtiny.c'; else $(CYGPATH_W) '$(srcdir)/usbtiny.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1581-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-usbtiny.Tpo $(DEPDIR)/libavrdude_a-usbtiny.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-usbtiny.obj `if test -f 'usbtiny.c'; then $(CYGPATH_W) 'usbtiny.c'; else $(CYGPATH_W) '$(srcdir)/usbtiny.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1585-
avrdude-6.3-20171130+svn1429/Makefile.in-1586-libavrdude_a-update.o: update.c
avrdude-6.3-20171130+svn1429/Makefile.in:1587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-update.o -MD -MP -MF $(DEPDIR)/libavrdude_a-update.Tpo -c -o libavrdude_a-update.o `test -f 'update.c' || echo '$(srcdir)/'`update.c
avrdude-6.3-20171130+svn1429/Makefile.in-1588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-update.Tpo $(DEPDIR)/libavrdude_a-update.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-update.o `test -f 'update.c' || echo '$(srcdir)/'`update.c
avrdude-6.3-20171130+svn1429/Makefile.in-1592-
avrdude-6.3-20171130+svn1429/Makefile.in-1593-libavrdude_a-update.obj: update.c
avrdude-6.3-20171130+svn1429/Makefile.in:1594:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-update.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-update.Tpo -c -o libavrdude_a-update.obj `if test -f 'update.c'; then $(CYGPATH_W) 'update.c'; else $(CYGPATH_W) '$(srcdir)/update.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1595-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-update.Tpo $(DEPDIR)/libavrdude_a-update.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1597-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1598:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-update.obj `if test -f 'update.c'; then $(CYGPATH_W) 'update.c'; else $(CYGPATH_W) '$(srcdir)/update.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1599-
avrdude-6.3-20171130+svn1429/Makefile.in-1600-libavrdude_a-wiring.o: wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in:1601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-wiring.o -MD -MP -MF $(DEPDIR)/libavrdude_a-wiring.Tpo -c -o libavrdude_a-wiring.o `test -f 'wiring.c' || echo '$(srcdir)/'`wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in-1602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-wiring.Tpo $(DEPDIR)/libavrdude_a-wiring.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-wiring.o `test -f 'wiring.c' || echo '$(srcdir)/'`wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in-1606-
avrdude-6.3-20171130+svn1429/Makefile.in-1607-libavrdude_a-wiring.obj: wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in:1608:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -MT libavrdude_a-wiring.obj -MD -MP -MF $(DEPDIR)/libavrdude_a-wiring.Tpo -c -o libavrdude_a-wiring.obj `if test -f 'wiring.c'; then $(CYGPATH_W) 'wiring.c'; else $(CYGPATH_W) '$(srcdir)/wiring.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1609-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_a-wiring.Tpo $(DEPDIR)/libavrdude_a-wiring.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1611-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1612:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_a_CPPFLAGS) $(CPPFLAGS) $(libavrdude_a_CFLAGS) $(CFLAGS) -c -o libavrdude_a-wiring.obj `if test -f 'wiring.c'; then $(CYGPATH_W) 'wiring.c'; else $(CYGPATH_W) '$(srcdir)/wiring.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1613-
avrdude-6.3-20171130+svn1429/Makefile.in-1614-libavrdude_la-config_gram.lo: config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in:1615:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-config_gram.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-config_gram.Tpo -c -o libavrdude_la-config_gram.lo `test -f 'config_gram.c' || echo '$(srcdir)/'`config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in-1616-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-config_gram.Tpo $(DEPDIR)/libavrdude_la-config_gram.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1618-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1619:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-config_gram.lo `test -f 'config_gram.c' || echo '$(srcdir)/'`config_gram.c
avrdude-6.3-20171130+svn1429/Makefile.in-1620-
avrdude-6.3-20171130+svn1429/Makefile.in-1621-libavrdude_la-lexer.lo: lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in:1622:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-lexer.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-lexer.Tpo -c -o libavrdude_la-lexer.lo `test -f 'lexer.c' || echo '$(srcdir)/'`lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in-1623-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-lexer.Tpo $(DEPDIR)/libavrdude_la-lexer.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1625-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1626:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-lexer.lo `test -f 'lexer.c' || echo '$(srcdir)/'`lexer.c
avrdude-6.3-20171130+svn1429/Makefile.in-1627-
avrdude-6.3-20171130+svn1429/Makefile.in-1628-libavrdude_la-arduino.lo: arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in:1629:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-arduino.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-arduino.Tpo -c -o libavrdude_la-arduino.lo `test -f 'arduino.c' || echo '$(srcdir)/'`arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in-1630-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-arduino.Tpo $(DEPDIR)/libavrdude_la-arduino.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1632-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1633:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-arduino.lo `test -f 'arduino.c' || echo '$(srcdir)/'`arduino.c
avrdude-6.3-20171130+svn1429/Makefile.in-1634-
avrdude-6.3-20171130+svn1429/Makefile.in-1635-libavrdude_la-avr.lo: avr.c
avrdude-6.3-20171130+svn1429/Makefile.in:1636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-avr.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-avr.Tpo -c -o libavrdude_la-avr.lo `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
avrdude-6.3-20171130+svn1429/Makefile.in-1637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-avr.Tpo $(DEPDIR)/libavrdude_la-avr.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-avr.lo `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
avrdude-6.3-20171130+svn1429/Makefile.in-1641-
avrdude-6.3-20171130+svn1429/Makefile.in-1642-libavrdude_la-avr910.lo: avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in:1643:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-avr910.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-avr910.Tpo -c -o libavrdude_la-avr910.lo `test -f 'avr910.c' || echo '$(srcdir)/'`avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in-1644-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-avr910.Tpo $(DEPDIR)/libavrdude_la-avr910.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1646-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1647:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-avr910.lo `test -f 'avr910.c' || echo '$(srcdir)/'`avr910.c
avrdude-6.3-20171130+svn1429/Makefile.in-1648-
avrdude-6.3-20171130+svn1429/Makefile.in-1649-libavrdude_la-avrftdi.lo: avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1650:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-avrftdi.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-avrftdi.Tpo -c -o libavrdude_la-avrftdi.lo `test -f 'avrftdi.c' || echo '$(srcdir)/'`avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1651-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-avrftdi.Tpo $(DEPDIR)/libavrdude_la-avrftdi.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1653-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1654:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-avrftdi.lo `test -f 'avrftdi.c' || echo '$(srcdir)/'`avrftdi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1655-
avrdude-6.3-20171130+svn1429/Makefile.in-1656-libavrdude_la-avrftdi_tpi.lo: avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-avrftdi_tpi.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-avrftdi_tpi.Tpo -c -o libavrdude_la-avrftdi_tpi.lo `test -f 'avrftdi_tpi.c' || echo '$(srcdir)/'`avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-avrftdi_tpi.Tpo $(DEPDIR)/libavrdude_la-avrftdi_tpi.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-avrftdi_tpi.lo `test -f 'avrftdi_tpi.c' || echo '$(srcdir)/'`avrftdi_tpi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1662-
avrdude-6.3-20171130+svn1429/Makefile.in-1663-libavrdude_la-avrpart.lo: avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in:1664:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-avrpart.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-avrpart.Tpo -c -o libavrdude_la-avrpart.lo `test -f 'avrpart.c' || echo '$(srcdir)/'`avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in-1665-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-avrpart.Tpo $(DEPDIR)/libavrdude_la-avrpart.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1667-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1668:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-avrpart.lo `test -f 'avrpart.c' || echo '$(srcdir)/'`avrpart.c
avrdude-6.3-20171130+svn1429/Makefile.in-1669-
avrdude-6.3-20171130+svn1429/Makefile.in-1670-libavrdude_la-bitbang.lo: bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in:1671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-bitbang.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-bitbang.Tpo -c -o libavrdude_la-bitbang.lo `test -f 'bitbang.c' || echo '$(srcdir)/'`bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in-1672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-bitbang.Tpo $(DEPDIR)/libavrdude_la-bitbang.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-bitbang.lo `test -f 'bitbang.c' || echo '$(srcdir)/'`bitbang.c
avrdude-6.3-20171130+svn1429/Makefile.in-1676-
avrdude-6.3-20171130+svn1429/Makefile.in-1677-libavrdude_la-buspirate.lo: buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in:1678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-buspirate.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-buspirate.Tpo -c -o libavrdude_la-buspirate.lo `test -f 'buspirate.c' || echo '$(srcdir)/'`buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in-1679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-buspirate.Tpo $(DEPDIR)/libavrdude_la-buspirate.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-buspirate.lo `test -f 'buspirate.c' || echo '$(srcdir)/'`buspirate.c
avrdude-6.3-20171130+svn1429/Makefile.in-1683-
avrdude-6.3-20171130+svn1429/Makefile.in-1684-libavrdude_la-butterfly.lo: butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in:1685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-butterfly.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-butterfly.Tpo -c -o libavrdude_la-butterfly.lo `test -f 'butterfly.c' || echo '$(srcdir)/'`butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in-1686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-butterfly.Tpo $(DEPDIR)/libavrdude_la-butterfly.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-butterfly.lo `test -f 'butterfly.c' || echo '$(srcdir)/'`butterfly.c
avrdude-6.3-20171130+svn1429/Makefile.in-1690-
avrdude-6.3-20171130+svn1429/Makefile.in-1691-libavrdude_la-config.lo: config.c
avrdude-6.3-20171130+svn1429/Makefile.in:1692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-config.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-config.Tpo -c -o libavrdude_la-config.lo `test -f 'config.c' || echo '$(srcdir)/'`config.c
avrdude-6.3-20171130+svn1429/Makefile.in-1693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-config.Tpo $(DEPDIR)/libavrdude_la-config.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-config.lo `test -f 'config.c' || echo '$(srcdir)/'`config.c
avrdude-6.3-20171130+svn1429/Makefile.in-1697-
avrdude-6.3-20171130+svn1429/Makefile.in-1698-libavrdude_la-confwin.lo: confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-confwin.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-confwin.Tpo -c -o libavrdude_la-confwin.lo `test -f 'confwin.c' || echo '$(srcdir)/'`confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-confwin.Tpo $(DEPDIR)/libavrdude_la-confwin.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-confwin.lo `test -f 'confwin.c' || echo '$(srcdir)/'`confwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1704-
avrdude-6.3-20171130+svn1429/Makefile.in-1705-libavrdude_la-crc16.lo: crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in:1706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-crc16.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-crc16.Tpo -c -o libavrdude_la-crc16.lo `test -f 'crc16.c' || echo '$(srcdir)/'`crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in-1707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-crc16.Tpo $(DEPDIR)/libavrdude_la-crc16.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-crc16.lo `test -f 'crc16.c' || echo '$(srcdir)/'`crc16.c
avrdude-6.3-20171130+svn1429/Makefile.in-1711-
avrdude-6.3-20171130+svn1429/Makefile.in-1712-libavrdude_la-dfu.lo: dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in:1713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-dfu.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-dfu.Tpo -c -o libavrdude_la-dfu.lo `test -f 'dfu.c' || echo '$(srcdir)/'`dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in-1714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-dfu.Tpo $(DEPDIR)/libavrdude_la-dfu.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-dfu.lo `test -f 'dfu.c' || echo '$(srcdir)/'`dfu.c
avrdude-6.3-20171130+svn1429/Makefile.in-1718-
avrdude-6.3-20171130+svn1429/Makefile.in-1719-libavrdude_la-fileio.lo: fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-fileio.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-fileio.Tpo -c -o libavrdude_la-fileio.lo `test -f 'fileio.c' || echo '$(srcdir)/'`fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-fileio.Tpo $(DEPDIR)/libavrdude_la-fileio.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-fileio.lo `test -f 'fileio.c' || echo '$(srcdir)/'`fileio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1725-
avrdude-6.3-20171130+svn1429/Makefile.in-1726-libavrdude_la-flip1.lo: flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in:1727:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-flip1.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-flip1.Tpo -c -o libavrdude_la-flip1.lo `test -f 'flip1.c' || echo '$(srcdir)/'`flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in-1728-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-flip1.Tpo $(DEPDIR)/libavrdude_la-flip1.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1730-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1731:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-flip1.lo `test -f 'flip1.c' || echo '$(srcdir)/'`flip1.c
avrdude-6.3-20171130+svn1429/Makefile.in-1732-
avrdude-6.3-20171130+svn1429/Makefile.in-1733-libavrdude_la-flip2.lo: flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1734:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-flip2.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-flip2.Tpo -c -o libavrdude_la-flip2.lo `test -f 'flip2.c' || echo '$(srcdir)/'`flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1735-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-flip2.Tpo $(DEPDIR)/libavrdude_la-flip2.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1737-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1738:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-flip2.lo `test -f 'flip2.c' || echo '$(srcdir)/'`flip2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1739-
avrdude-6.3-20171130+svn1429/Makefile.in-1740-libavrdude_la-ft245r.lo: ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in:1741:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ft245r.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ft245r.Tpo -c -o libavrdude_la-ft245r.lo `test -f 'ft245r.c' || echo '$(srcdir)/'`ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in-1742-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ft245r.Tpo $(DEPDIR)/libavrdude_la-ft245r.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1744-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1745:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ft245r.lo `test -f 'ft245r.c' || echo '$(srcdir)/'`ft245r.c
avrdude-6.3-20171130+svn1429/Makefile.in-1746-
avrdude-6.3-20171130+svn1429/Makefile.in-1747-libavrdude_la-jtagmkI.lo: jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in:1748:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-jtagmkI.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-jtagmkI.Tpo -c -o libavrdude_la-jtagmkI.lo `test -f 'jtagmkI.c' || echo '$(srcdir)/'`jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in-1749-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-jtagmkI.Tpo $(DEPDIR)/libavrdude_la-jtagmkI.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1751-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1752:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-jtagmkI.lo `test -f 'jtagmkI.c' || echo '$(srcdir)/'`jtagmkI.c
avrdude-6.3-20171130+svn1429/Makefile.in-1753-
avrdude-6.3-20171130+svn1429/Makefile.in-1754-libavrdude_la-jtagmkII.lo: jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in:1755:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-jtagmkII.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-jtagmkII.Tpo -c -o libavrdude_la-jtagmkII.lo `test -f 'jtagmkII.c' || echo '$(srcdir)/'`jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in-1756-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-jtagmkII.Tpo $(DEPDIR)/libavrdude_la-jtagmkII.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1758-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1759:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-jtagmkII.lo `test -f 'jtagmkII.c' || echo '$(srcdir)/'`jtagmkII.c
avrdude-6.3-20171130+svn1429/Makefile.in-1760-
avrdude-6.3-20171130+svn1429/Makefile.in-1761-libavrdude_la-jtag3.lo: jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in:1762:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-jtag3.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-jtag3.Tpo -c -o libavrdude_la-jtag3.lo `test -f 'jtag3.c' || echo '$(srcdir)/'`jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in-1763-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-jtag3.Tpo $(DEPDIR)/libavrdude_la-jtag3.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1765-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1766:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-jtag3.lo `test -f 'jtag3.c' || echo '$(srcdir)/'`jtag3.c
avrdude-6.3-20171130+svn1429/Makefile.in-1767-
avrdude-6.3-20171130+svn1429/Makefile.in-1768-libavrdude_la-linuxgpio.lo: linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in:1769:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-linuxgpio.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-linuxgpio.Tpo -c -o libavrdude_la-linuxgpio.lo `test -f 'linuxgpio.c' || echo '$(srcdir)/'`linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1770-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-linuxgpio.Tpo $(DEPDIR)/libavrdude_la-linuxgpio.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1772-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1773:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-linuxgpio.lo `test -f 'linuxgpio.c' || echo '$(srcdir)/'`linuxgpio.c
avrdude-6.3-20171130+svn1429/Makefile.in-1774-
avrdude-6.3-20171130+svn1429/Makefile.in-1775-libavrdude_la-lists.lo: lists.c
avrdude-6.3-20171130+svn1429/Makefile.in:1776:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-lists.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-lists.Tpo -c -o libavrdude_la-lists.lo `test -f 'lists.c' || echo '$(srcdir)/'`lists.c
avrdude-6.3-20171130+svn1429/Makefile.in-1777-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-lists.Tpo $(DEPDIR)/libavrdude_la-lists.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1779-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1780:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-lists.lo `test -f 'lists.c' || echo '$(srcdir)/'`lists.c
avrdude-6.3-20171130+svn1429/Makefile.in-1781-
avrdude-6.3-20171130+svn1429/Makefile.in-1782-libavrdude_la-par.lo: par.c
avrdude-6.3-20171130+svn1429/Makefile.in:1783:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-par.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-par.Tpo -c -o libavrdude_la-par.lo `test -f 'par.c' || echo '$(srcdir)/'`par.c
avrdude-6.3-20171130+svn1429/Makefile.in-1784-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-par.Tpo $(DEPDIR)/libavrdude_la-par.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1786-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1787:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-par.lo `test -f 'par.c' || echo '$(srcdir)/'`par.c
avrdude-6.3-20171130+svn1429/Makefile.in-1788-
avrdude-6.3-20171130+svn1429/Makefile.in-1789-libavrdude_la-pgm.lo: pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in:1790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-pgm.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-pgm.Tpo -c -o libavrdude_la-pgm.lo `test -f 'pgm.c' || echo '$(srcdir)/'`pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in-1791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-pgm.Tpo $(DEPDIR)/libavrdude_la-pgm.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-pgm.lo `test -f 'pgm.c' || echo '$(srcdir)/'`pgm.c
avrdude-6.3-20171130+svn1429/Makefile.in-1795-
avrdude-6.3-20171130+svn1429/Makefile.in-1796-libavrdude_la-pgm_type.lo: pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in:1797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-pgm_type.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-pgm_type.Tpo -c -o libavrdude_la-pgm_type.lo `test -f 'pgm_type.c' || echo '$(srcdir)/'`pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in-1798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-pgm_type.Tpo $(DEPDIR)/libavrdude_la-pgm_type.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-pgm_type.lo `test -f 'pgm_type.c' || echo '$(srcdir)/'`pgm_type.c
avrdude-6.3-20171130+svn1429/Makefile.in-1802-
avrdude-6.3-20171130+svn1429/Makefile.in-1803-libavrdude_la-pickit2.lo: pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-pickit2.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-pickit2.Tpo -c -o libavrdude_la-pickit2.lo `test -f 'pickit2.c' || echo '$(srcdir)/'`pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-pickit2.Tpo $(DEPDIR)/libavrdude_la-pickit2.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-pickit2.lo `test -f 'pickit2.c' || echo '$(srcdir)/'`pickit2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1809-
avrdude-6.3-20171130+svn1429/Makefile.in-1810-libavrdude_la-pindefs.lo: pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in:1811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-pindefs.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-pindefs.Tpo -c -o libavrdude_la-pindefs.lo `test -f 'pindefs.c' || echo '$(srcdir)/'`pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in-1812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-pindefs.Tpo $(DEPDIR)/libavrdude_la-pindefs.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-pindefs.lo `test -f 'pindefs.c' || echo '$(srcdir)/'`pindefs.c
avrdude-6.3-20171130+svn1429/Makefile.in-1816-
avrdude-6.3-20171130+svn1429/Makefile.in-1817-libavrdude_la-ppi.lo: ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ppi.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ppi.Tpo -c -o libavrdude_la-ppi.lo `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ppi.Tpo $(DEPDIR)/libavrdude_la-ppi.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ppi.lo `test -f 'ppi.c' || echo '$(srcdir)/'`ppi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1823-
avrdude-6.3-20171130+svn1429/Makefile.in-1824-libavrdude_la-ppiwin.lo: ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in:1825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ppiwin.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ppiwin.Tpo -c -o libavrdude_la-ppiwin.lo `test -f 'ppiwin.c' || echo '$(srcdir)/'`ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ppiwin.Tpo $(DEPDIR)/libavrdude_la-ppiwin.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ppiwin.lo `test -f 'ppiwin.c' || echo '$(srcdir)/'`ppiwin.c
avrdude-6.3-20171130+svn1429/Makefile.in-1830-
avrdude-6.3-20171130+svn1429/Makefile.in-1831-libavrdude_la-safemode.lo: safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in:1832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-safemode.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-safemode.Tpo -c -o libavrdude_la-safemode.lo `test -f 'safemode.c' || echo '$(srcdir)/'`safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in-1833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-safemode.Tpo $(DEPDIR)/libavrdude_la-safemode.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-safemode.lo `test -f 'safemode.c' || echo '$(srcdir)/'`safemode.c
avrdude-6.3-20171130+svn1429/Makefile.in-1837-
avrdude-6.3-20171130+svn1429/Makefile.in-1838-libavrdude_la-serbb_posix.lo: serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-serbb_posix.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-serbb_posix.Tpo -c -o libavrdude_la-serbb_posix.lo `test -f 'serbb_posix.c' || echo '$(srcdir)/'`serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-serbb_posix.Tpo $(DEPDIR)/libavrdude_la-serbb_posix.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-serbb_posix.lo `test -f 'serbb_posix.c' || echo '$(srcdir)/'`serbb_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1844-
avrdude-6.3-20171130+svn1429/Makefile.in-1845-libavrdude_la-serbb_win32.lo: serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-serbb_win32.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-serbb_win32.Tpo -c -o libavrdude_la-serbb_win32.lo `test -f 'serbb_win32.c' || echo '$(srcdir)/'`serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-serbb_win32.Tpo $(DEPDIR)/libavrdude_la-serbb_win32.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-serbb_win32.lo `test -f 'serbb_win32.c' || echo '$(srcdir)/'`serbb_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1851-
avrdude-6.3-20171130+svn1429/Makefile.in-1852-libavrdude_la-ser_avrdoper.lo: ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in:1853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ser_avrdoper.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ser_avrdoper.Tpo -c -o libavrdude_la-ser_avrdoper.lo `test -f 'ser_avrdoper.c' || echo '$(srcdir)/'`ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in-1854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ser_avrdoper.Tpo $(DEPDIR)/libavrdude_la-ser_avrdoper.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ser_avrdoper.lo `test -f 'ser_avrdoper.c' || echo '$(srcdir)/'`ser_avrdoper.c
avrdude-6.3-20171130+svn1429/Makefile.in-1858-
avrdude-6.3-20171130+svn1429/Makefile.in-1859-libavrdude_la-ser_posix.lo: ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in:1860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ser_posix.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ser_posix.Tpo -c -o libavrdude_la-ser_posix.lo `test -f 'ser_posix.c' || echo '$(srcdir)/'`ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ser_posix.Tpo $(DEPDIR)/libavrdude_la-ser_posix.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ser_posix.lo `test -f 'ser_posix.c' || echo '$(srcdir)/'`ser_posix.c
avrdude-6.3-20171130+svn1429/Makefile.in-1865-
avrdude-6.3-20171130+svn1429/Makefile.in-1866-libavrdude_la-ser_win32.lo: ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in:1867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-ser_win32.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-ser_win32.Tpo -c -o libavrdude_la-ser_win32.lo `test -f 'ser_win32.c' || echo '$(srcdir)/'`ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-ser_win32.Tpo $(DEPDIR)/libavrdude_la-ser_win32.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-ser_win32.lo `test -f 'ser_win32.c' || echo '$(srcdir)/'`ser_win32.c
avrdude-6.3-20171130+svn1429/Makefile.in-1872-
avrdude-6.3-20171130+svn1429/Makefile.in-1873-libavrdude_la-stk500.lo: stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in:1874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-stk500.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-stk500.Tpo -c -o libavrdude_la-stk500.lo `test -f 'stk500.c' || echo '$(srcdir)/'`stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in-1875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-stk500.Tpo $(DEPDIR)/libavrdude_la-stk500.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-stk500.lo `test -f 'stk500.c' || echo '$(srcdir)/'`stk500.c
avrdude-6.3-20171130+svn1429/Makefile.in-1879-
avrdude-6.3-20171130+svn1429/Makefile.in-1880-libavrdude_la-stk500v2.lo: stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in:1881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-stk500v2.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-stk500v2.Tpo -c -o libavrdude_la-stk500v2.lo `test -f 'stk500v2.c' || echo '$(srcdir)/'`stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-stk500v2.Tpo $(DEPDIR)/libavrdude_la-stk500v2.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-stk500v2.lo `test -f 'stk500v2.c' || echo '$(srcdir)/'`stk500v2.c
avrdude-6.3-20171130+svn1429/Makefile.in-1886-
avrdude-6.3-20171130+svn1429/Makefile.in-1887-libavrdude_la-stk500generic.lo: stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in:1888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-stk500generic.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-stk500generic.Tpo -c -o libavrdude_la-stk500generic.lo `test -f 'stk500generic.c' || echo '$(srcdir)/'`stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in-1889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-stk500generic.Tpo $(DEPDIR)/libavrdude_la-stk500generic.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-stk500generic.lo `test -f 'stk500generic.c' || echo '$(srcdir)/'`stk500generic.c
avrdude-6.3-20171130+svn1429/Makefile.in-1893-
avrdude-6.3-20171130+svn1429/Makefile.in-1894-libavrdude_la-usbasp.lo: usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in:1895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-usbasp.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-usbasp.Tpo -c -o libavrdude_la-usbasp.lo `test -f 'usbasp.c' || echo '$(srcdir)/'`usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in-1896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-usbasp.Tpo $(DEPDIR)/libavrdude_la-usbasp.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-usbasp.lo `test -f 'usbasp.c' || echo '$(srcdir)/'`usbasp.c
avrdude-6.3-20171130+svn1429/Makefile.in-1900-
avrdude-6.3-20171130+svn1429/Makefile.in-1901-libavrdude_la-usb_hidapi.lo: usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in:1902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-usb_hidapi.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-usb_hidapi.Tpo -c -o libavrdude_la-usb_hidapi.lo `test -f 'usb_hidapi.c' || echo '$(srcdir)/'`usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-usb_hidapi.Tpo $(DEPDIR)/libavrdude_la-usb_hidapi.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-usb_hidapi.lo `test -f 'usb_hidapi.c' || echo '$(srcdir)/'`usb_hidapi.c
avrdude-6.3-20171130+svn1429/Makefile.in-1907-
avrdude-6.3-20171130+svn1429/Makefile.in-1908-libavrdude_la-usb_libusb.lo: usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in:1909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-usb_libusb.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-usb_libusb.Tpo -c -o libavrdude_la-usb_libusb.lo `test -f 'usb_libusb.c' || echo '$(srcdir)/'`usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in-1910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-usb_libusb.Tpo $(DEPDIR)/libavrdude_la-usb_libusb.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-usb_libusb.lo `test -f 'usb_libusb.c' || echo '$(srcdir)/'`usb_libusb.c
avrdude-6.3-20171130+svn1429/Makefile.in-1914-
avrdude-6.3-20171130+svn1429/Makefile.in-1915-libavrdude_la-usbtiny.lo: usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in:1916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-usbtiny.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-usbtiny.Tpo -c -o libavrdude_la-usbtiny.lo `test -f 'usbtiny.c' || echo '$(srcdir)/'`usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in-1917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-usbtiny.Tpo $(DEPDIR)/libavrdude_la-usbtiny.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-usbtiny.lo `test -f 'usbtiny.c' || echo '$(srcdir)/'`usbtiny.c
avrdude-6.3-20171130+svn1429/Makefile.in-1921-
avrdude-6.3-20171130+svn1429/Makefile.in-1922-libavrdude_la-update.lo: update.c
avrdude-6.3-20171130+svn1429/Makefile.in:1923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-update.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-update.Tpo -c -o libavrdude_la-update.lo `test -f 'update.c' || echo '$(srcdir)/'`update.c
avrdude-6.3-20171130+svn1429/Makefile.in-1924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-update.Tpo $(DEPDIR)/libavrdude_la-update.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-update.lo `test -f 'update.c' || echo '$(srcdir)/'`update.c
avrdude-6.3-20171130+svn1429/Makefile.in-1928-
avrdude-6.3-20171130+svn1429/Makefile.in-1929-libavrdude_la-wiring.lo: wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in:1930:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -MT libavrdude_la-wiring.lo -MD -MP -MF $(DEPDIR)/libavrdude_la-wiring.Tpo -c -o libavrdude_la-wiring.lo `test -f 'wiring.c' || echo '$(srcdir)/'`wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in-1931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavrdude_la-wiring.Tpo $(DEPDIR)/libavrdude_la-wiring.Plo
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavrdude_la_CPPFLAGS) $(CPPFLAGS) $(libavrdude_la_CFLAGS) $(CFLAGS) -c -o libavrdude_la-wiring.lo `test -f 'wiring.c' || echo '$(srcdir)/'`wiring.c
avrdude-6.3-20171130+svn1429/Makefile.in-1935-
avrdude-6.3-20171130+svn1429/Makefile.in-1936-avrdude-main.o: main.c
avrdude-6.3-20171130+svn1429/Makefile.in:1937:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -MT avrdude-main.o -MD -MP -MF $(DEPDIR)/avrdude-main.Tpo -c -o avrdude-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
avrdude-6.3-20171130+svn1429/Makefile.in-1938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avrdude-main.Tpo $(DEPDIR)/avrdude-main.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1941:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -c -o avrdude-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
avrdude-6.3-20171130+svn1429/Makefile.in-1942-
avrdude-6.3-20171130+svn1429/Makefile.in-1943-avrdude-main.obj: main.c
avrdude-6.3-20171130+svn1429/Makefile.in:1944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -MT avrdude-main.obj -MD -MP -MF $(DEPDIR)/avrdude-main.Tpo -c -o avrdude-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avrdude-main.Tpo $(DEPDIR)/avrdude-main.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -c -o avrdude-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1949-
avrdude-6.3-20171130+svn1429/Makefile.in-1950-avrdude-term.o: term.c
avrdude-6.3-20171130+svn1429/Makefile.in:1951:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -MT avrdude-term.o -MD -MP -MF $(DEPDIR)/avrdude-term.Tpo -c -o avrdude-term.o `test -f 'term.c' || echo '$(srcdir)/'`term.c
avrdude-6.3-20171130+svn1429/Makefile.in-1952-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avrdude-term.Tpo $(DEPDIR)/avrdude-term.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1954-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1955:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -c -o avrdude-term.o `test -f 'term.c' || echo '$(srcdir)/'`term.c
avrdude-6.3-20171130+svn1429/Makefile.in-1956-
avrdude-6.3-20171130+svn1429/Makefile.in-1957-avrdude-term.obj: term.c
avrdude-6.3-20171130+svn1429/Makefile.in:1958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -MT avrdude-term.obj -MD -MP -MF $(DEPDIR)/avrdude-term.Tpo -c -o avrdude-term.obj `if test -f 'term.c'; then $(CYGPATH_W) 'term.c'; else $(CYGPATH_W) '$(srcdir)/term.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avrdude-term.Tpo $(DEPDIR)/avrdude-term.Po
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
avrdude-6.3-20171130+svn1429/Makefile.in:1962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(avrdude_CPPFLAGS) $(CPPFLAGS) $(avrdude_CFLAGS) $(CFLAGS) -c -o avrdude-term.obj `if test -f 'term.c'; then $(CYGPATH_W) 'term.c'; else $(CYGPATH_W) '$(srcdir)/term.c'; fi`
avrdude-6.3-20171130+svn1429/Makefile.in-1963-
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1967-.y.c:
avrdude-6.3-20171130+svn1429/Makefile.in:1968:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
avrdude-6.3-20171130+svn1429/Makefile.in-1969-
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-1982-	test -n "$(man1dir)" \
avrdude-6.3-20171130+svn1429/Makefile.in:1983:	  && test -n "`echo $$list1$$list2`" \
avrdude-6.3-20171130+svn1429/Makefile.in-1984-	  || exit 0; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2039-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
avrdude-6.3-20171130+svn1429/Makefile.in:2040:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
avrdude-6.3-20171130+svn1429/Makefile.in-2041-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2060-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
avrdude-6.3-20171130+svn1429/Makefile.in:2061:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
avrdude-6.3-20171130+svn1429/Makefile.in-2062-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2077-	dot_seen=no; \
avrdude-6.3-20171130+svn1429/Makefile.in:2078:	target=`echo $@ | sed s/-recursive//`; \
avrdude-6.3-20171130+svn1429/Makefile.in-2079-	case "$@" in \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2140-GTAGS:
avrdude-6.3-20171130+svn1429/Makefile.in:2141:	here=`$(am__cd) $(top_builddir) && pwd` \
avrdude-6.3-20171130+svn1429/Makefile.in-2142-	  && $(am__cd) $(top_srcdir) \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2172-	test -d "$(distdir)" || mkdir "$(distdir)"
avrdude-6.3-20171130+svn1429/Makefile.in:2173:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/Makefile.in:2174:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
avrdude-6.3-20171130+svn1429/Makefile.in-2175-	list='$(DISTFILES)'; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2186-	  if test -d $$d/$$file; then \
avrdude-6.3-20171130+svn1429/Makefile.in:2187:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
avrdude-6.3-20171130+svn1429/Makefile.in-2188-	    if test -d "$(distdir)/$$file"; then \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2300-	test -d $(distdir)/_build || exit 0; \
avrdude-6.3-20171130+svn1429/Makefile.in:2301:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
avrdude-6.3-20171130+svn1429/Makefile.in-2302-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2344-	}; \
avrdude-6.3-20171130+svn1429/Makefile.in:2345:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
avrdude-6.3-20171130+svn1429/Makefile.in-2346-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
avrdude-6.3-20171130+svn1429/Makefile.in-2356-	fi
avrdude-6.3-20171130+svn1429/Makefile.in:2357:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
avrdude-6.3-20171130+svn1429/Makefile.in-2358-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
avrdude-6.3-20171130+svn1429/depcomp-64-  case $1 in
avrdude-6.3-20171130+svn1429/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
avrdude-6.3-20171130+svn1429/depcomp-66-      *) dir=;;
##############################################
avrdude-6.3-20171130+svn1429/depcomp-73-{
avrdude-6.3-20171130+svn1429/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
avrdude-6.3-20171130+svn1429/depcomp-75-}
##############################################
avrdude-6.3-20171130+svn1429/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
avrdude-6.3-20171130+svn1429/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
avrdude-6.3-20171130+svn1429/depcomp-128-
##############################################
avrdude-6.3-20171130+svn1429/depcomp-405-        sleep 1
avrdude-6.3-20171130+svn1429/depcomp:406:        i=`expr $i - 1`
avrdude-6.3-20171130+svn1429/depcomp-407-      done
avrdude-6.3-20171130+svn1429/depcomp-408-    fi
avrdude-6.3-20171130+svn1429/depcomp:409:    i=`expr $i - 1`
avrdude-6.3-20171130+svn1429/depcomp-410-  done
##############################################
avrdude-6.3-20171130+svn1429/depcomp-425-  # Do two passes, one to just change these to
avrdude-6.3-20171130+svn1429/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
avrdude-6.3-20171130+svn1429/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
avrdude-6.3-20171130+svn1429/depcomp-659-  done
avrdude-6.3-20171130+svn1429/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
avrdude-6.3-20171130+svn1429/depcomp-661-  touch "$tmpdepfile"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-103-#
avrdude-6.3-20171130+svn1429/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
avrdude-6.3-20171130+svn1429/ltmain.sh-105-#
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
avrdude-6.3-20171130+svn1429/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
avrdude-6.3-20171130+svn1429/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
avrdude-6.3-20171130+svn1429/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
avrdude-6.3-20171130+svn1429/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
avrdude-6.3-20171130+svn1429/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
avrdude-6.3-20171130+svn1429/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-410-# The name of this program.
avrdude-6.3-20171130+svn1429/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
avrdude-6.3-20171130+svn1429/ltmain.sh-412-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-416-  *[\\/]*)
avrdude-6.3-20171130+svn1429/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
avrdude-6.3-20171130+svn1429/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
avrdude-6.3-20171130+svn1429/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-610-
avrdude-6.3-20171130+svn1429/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
avrdude-6.3-20171130+svn1429/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
avrdude-6.3-20171130+svn1429/ltmain.sh-613-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-639-
avrdude-6.3-20171130+svn1429/ltmain.sh:640:    func_arith_result=`expr "$@"`
avrdude-6.3-20171130+svn1429/ltmain.sh-641-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-660-  # ...otherwise fall back to using sed.
avrdude-6.3-20171130+svn1429/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
avrdude-6.3-20171130+svn1429/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
avrdude-6.3-20171130+svn1429/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-757-      test -n "$_G_tc" && {
avrdude-6.3-20171130+svn1429/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
avrdude-6.3-20171130+svn1429/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
avrdude-6.3-20171130+svn1429/ltmain.sh-760-      }
avrdude-6.3-20171130+svn1429/ltmain.sh-761-    done
avrdude-6.3-20171130+svn1429/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
avrdude-6.3-20171130+svn1429/ltmain.sh-763-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-831-
avrdude-6.3-20171130+svn1429/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
avrdude-6.3-20171130+svn1429/ltmain.sh-833-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
avrdude-6.3-20171130+svn1429/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
avrdude-6.3-20171130+svn1429/ltmain.sh-865-      done
avrdude-6.3-20171130+svn1429/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
avrdude-6.3-20171130+svn1429/ltmain.sh-867-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-901-      # If mktemp works, use that first and foremost
avrdude-6.3-20171130+svn1429/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-903-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1111-        *[\\\`\"\$]*)
avrdude-6.3-20171130+svn1429/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
avrdude-6.3-20171130+svn1429/ltmain.sh-1113-        *)
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1198-    case $2 in
avrdude-6.3-20171130+svn1429/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
avrdude-6.3-20171130+svn1429/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
avrdude-6.3-20171130+svn1429/ltmain.sh-1201-    esac
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
avrdude-6.3-20171130+svn1429/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-1273-      ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1358-
avrdude-6.3-20171130+svn1429/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
avrdude-6.3-20171130+svn1429/ltmain.sh-1360-}
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
avrdude-6.3-20171130+svn1429/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
avrdude-6.3-20171130+svn1429/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1517-
avrdude-6.3-20171130+svn1429/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
avrdude-6.3-20171130+svn1429/ltmain.sh-1519-}
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1870-
avrdude-6.3-20171130+svn1429/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
avrdude-6.3-20171130+svn1429/ltmain.sh-1872-      func_split_equals_rhs=
avrdude-6.3-20171130+svn1429/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
avrdude-6.3-20171130+svn1429/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
avrdude-6.3-20171130+svn1429/ltmain.sh-1875-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-1898-
avrdude-6.3-20171130+svn1429/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
avrdude-6.3-20171130+svn1429/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
avrdude-6.3-20171130+svn1429/ltmain.sh-1901-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
avrdude-6.3-20171130+svn1429/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
avrdude-6.3-20171130+svn1429/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
avrdude-6.3-20171130+svn1429/ltmain.sh-2074-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2110-  {
avrdude-6.3-20171130+svn1429/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
avrdude-6.3-20171130+svn1429/ltmain.sh-2112-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2115-  {
avrdude-6.3-20171130+svn1429/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
avrdude-6.3-20171130+svn1429/ltmain.sh-2117-  }
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
avrdude-6.3-20171130+svn1429/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
avrdude-6.3-20171130+svn1429/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2659-      done
avrdude-6.3-20171130+svn1429/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
avrdude-6.3-20171130+svn1429/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
avrdude-6.3-20171130+svn1429/ltmain.sh-2662-      case $@ in
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2672-	    # Evaluate the configuration.
avrdude-6.3-20171130+svn1429/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
avrdude-6.3-20171130+svn1429/ltmain.sh-2674-	    CC_quoted=
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2678-	    done
avrdude-6.3-20171130+svn1429/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
avrdude-6.3-20171130+svn1429/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
avrdude-6.3-20171130+svn1429/ltmain.sh-2681-	    case "$@ " in
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
avrdude-6.3-20171130+svn1429/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3009-    # LT_CYGPATH in this case.
avrdude-6.3-20171130+svn1429/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
avrdude-6.3-20171130+svn1429/ltmain.sh-3011-  fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
avrdude-6.3-20171130+svn1429/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
avrdude-6.3-20171130+svn1429/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3376-    *.[cCFSifmso] | \
avrdude-6.3-20171130+svn1429/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
avrdude-6.3-20171130+svn1429/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
avrdude-6.3-20171130+svn1429/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
avrdude-6.3-20171130+svn1429/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-3474-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3520-      if test warn = "$need_locks" &&
avrdude-6.3-20171130+svn1429/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
avrdude-6.3-20171130+svn1429/ltmain.sh-3522-	$ECHO "\
avrdude-6.3-20171130+svn1429/ltmain.sh-3523-*** ERROR, $lockfile contains:
avrdude-6.3-20171130+svn1429/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-3525-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3569-      if test warn = "$need_locks" &&
avrdude-6.3-20171130+svn1429/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
avrdude-6.3-20171130+svn1429/ltmain.sh-3571-	$ECHO "\
avrdude-6.3-20171130+svn1429/ltmain.sh-3572-*** ERROR, $lockfile contains:
avrdude-6.3-20171130+svn1429/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-3574-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3895-      # Get the absolute pathname.
avrdude-6.3-20171130+svn1429/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
avrdude-6.3-20171130+svn1429/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
avrdude-6.3-20171130+svn1429/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
avrdude-6.3-20171130+svn1429/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4280-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
avrdude-6.3-20171130+svn1429/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4293-	  else
avrdude-6.3-20171130+svn1429/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4295-	  fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4458-	    fi
avrdude-6.3-20171130+svn1429/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4477-	        # Replace the output file specification.
avrdude-6.3-20171130+svn1429/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-4479-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
avrdude-6.3-20171130+svn1429/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4498-	  fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4570-    my_pic_p=${3-false}
avrdude-6.3-20171130+svn1429/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-4572-    my_dlsyms=
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
avrdude-6.3-20171130+svn1429/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
avrdude-6.3-20171130+svn1429/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4862-	  else
avrdude-6.3-20171130+svn1429/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4865-	  fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4867-	*)
avrdude-6.3-20171130+svn1429/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4870-	  ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4882-      # Nullify the symbol file.
avrdude-6.3-20171130+svn1429/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
avrdude-6.3-20171130+svn1429/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4885-    fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
avrdude-6.3-20171130+svn1429/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
avrdude-6.3-20171130+svn1429/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
avrdude-6.3-20171130+svn1429/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
avrdude-6.3-20171130+svn1429/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4925-  win32_libid_type=unknown
avrdude-6.3-20171130+svn1429/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-4927-  case $win32_fileres in
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-4990-
avrdude-6.3-20171130+svn1429/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
avrdude-6.3-20171130+svn1429/ltmain.sh-4992-}
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5008-
avrdude-6.3-20171130+svn1429/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
avrdude-6.3-20171130+svn1429/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5072-    # binutils import library
avrdude-6.3-20171130+svn1429/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
avrdude-6.3-20171130+svn1429/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
avrdude-6.3-20171130+svn1429/ltmain.sh-5075-    # ms-generated import library
avrdude-6.3-20171130+svn1429/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
avrdude-6.3-20171130+svn1429/ltmain.sh-5077-  else
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
avrdude-6.3-20171130+svn1429/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
avrdude-6.3-20171130+svn1429/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
avrdude-6.3-20171130+svn1429/ltmain.sh-5160-	    darwin_arch=
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
avrdude-6.3-20171130+svn1429/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
avrdude-6.3-20171130+svn1429/ltmain.sh-5172-	    darwin_file=
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
avrdude-6.3-20171130+svn1429/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5189-      esac
avrdude-6.3-20171130+svn1429/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-5191-    done
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5260-
avrdude-6.3-20171130+svn1429/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
avrdude-6.3-20171130+svn1429/ltmain.sh-5262-    $ECHO "\
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5295-    --lt-dump-script)
avrdude-6.3-20171130+svn1429/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
avrdude-6.3-20171130+svn1429/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
avrdude-6.3-20171130+svn1429/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5324-  done
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5380-  # Find the directory that this script lives in.
avrdude-6.3-20171130+svn1429/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
avrdude-6.3-20171130+svn1429/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5386-  while test -n \"\$file\"; do
avrdude-6.3-20171130+svn1429/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5388-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5396-
avrdude-6.3-20171130+svn1429/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
avrdude-6.3-20171130+svn1429/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5399-  done
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5410-    case \"\$thisdir\" in
avrdude-6.3-20171130+svn1429/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
avrdude-6.3-20171130+svn1429/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5416-  # Try to get the absolute directory name.
avrdude-6.3-20171130+svn1429/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
avrdude-6.3-20171130+svn1429/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
avrdude-6.3-20171130+svn1429/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
avrdude-6.3-20171130+svn1429/ltmain.sh-5443-      else
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
avrdude-6.3-20171130+svn1429/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-5487-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-6464-
avrdude-6.3-20171130+svn1429/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
avrdude-6.3-20171130+svn1429/ltmain.sh-6466-    *import*) : ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-6712-	    moreargs=
avrdude-6.3-20171130+svn1429/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
avrdude-6.3-20171130+svn1429/ltmain.sh-6714-	    do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-6973-	*)
avrdude-6.3-20171130+svn1429/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
avrdude-6.3-20171130+svn1429/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
avrdude-6.3-20171130+svn1429/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
avrdude-6.3-20171130+svn1429/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7290-      -Z*)
avrdude-6.3-20171130+svn1429/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
avrdude-6.3-20171130+svn1429/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
avrdude-6.3-20171130+svn1429/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
avrdude-6.3-20171130+svn1429/ltmain.sh-7462-    else
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
avrdude-6.3-20171130+svn1429/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
avrdude-6.3-20171130+svn1429/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7877-	fi
avrdude-6.3-20171130+svn1429/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-7950-	*)
avrdude-6.3-20171130+svn1429/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
avrdude-6.3-20171130+svn1429/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8203-	    shift
avrdude-6.3-20171130+svn1429/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8495-		*)
avrdude-6.3-20171130+svn1429/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
avrdude-6.3-20171130+svn1429/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8506-		  depdepl=
avrdude-6.3-20171130+svn1429/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
avrdude-6.3-20171130+svn1429/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
avrdude-6.3-20171130+svn1429/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
avrdude-6.3-20171130+svn1429/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
avrdude-6.3-20171130+svn1429/ltmain.sh-8517-                      fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8528-		else
avrdude-6.3-20171130+svn1429/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
avrdude-6.3-20171130+svn1429/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8551-	else
avrdude-6.3-20171130+svn1429/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-8553-	fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-8640-        linux*)
avrdude-6.3-20171130+svn1429/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9048-	removelist=
avrdude-6.3-20171130+svn1429/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
avrdude-6.3-20171130+svn1429/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9074-	# Transform .lo files to .o files.
avrdude-6.3-20171130+svn1429/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-9076-      fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9079-      #for path in $notinst_path; do
avrdude-6.3-20171130+svn1429/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
avrdude-6.3-20171130+svn1429/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
avrdude-6.3-20171130+svn1429/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
avrdude-6.3-20171130+svn1429/ltmain.sh-9083-      #done
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9200-		if test -n "$i"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh-9203-		  set dummy $deplib_matches; shift
avrdude-6.3-20171130+svn1429/ltmain.sh-9204-		  deplib_match=$1
avrdude-6.3-20171130+svn1429/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
avrdude-6.3-20171130+svn1429/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9243-		  if test -n "$i"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh-9246-		    set dummy $deplib_matches; shift
avrdude-6.3-20171130+svn1429/ltmain.sh-9247-		    deplib_match=$1
avrdude-6.3-20171130+svn1429/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
avrdude-6.3-20171130+svn1429/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
avrdude-6.3-20171130+svn1429/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
avrdude-6.3-20171130+svn1429/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9293-	      if test -n "$a_deplib"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
avrdude-6.3-20171130+svn1429/ltmain.sh-9297-		else
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9303-		    shopt -s nocaseglob
avrdude-6.3-20171130+svn1429/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-9305-		    $nocaseglob
avrdude-6.3-20171130+svn1429/ltmain.sh-9306-		  else
avrdude-6.3-20171130+svn1429/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-9308-		  fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
avrdude-6.3-20171130+svn1429/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
avrdude-6.3-20171130+svn1429/ltmain.sh-9323-			case $potliblink in
avrdude-6.3-20171130+svn1429/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
avrdude-6.3-20171130+svn1429/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
avrdude-6.3-20171130+svn1429/ltmain.sh-9326-			esac
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
avrdude-6.3-20171130+svn1429/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
avrdude-6.3-20171130+svn1429/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9377-	      if test -n "$a_deplib"; then
avrdude-6.3-20171130+svn1429/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
avrdude-6.3-20171130+svn1429/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
avrdude-6.3-20171130+svn1429/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
avrdude-6.3-20171130+svn1429/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9416-	  newdeplibs=
avrdude-6.3-20171130+svn1429/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
avrdude-6.3-20171130+svn1429/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
avrdude-6.3-20171130+svn1429/ltmain.sh-9422-	    done
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
avrdude-6.3-20171130+svn1429/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
avrdude-6.3-20171130+svn1429/ltmain.sh-9448-	  ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9498-	*-*-darwin*)
avrdude-6.3-20171130+svn1429/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-9502-	  ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-9625-	# Use standard objects if they are pic
avrdude-6.3-20171130+svn1429/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
avrdude-6.3-20171130+svn1429/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10154-      # Create the old-style object.
avrdude-6.3-20171130+svn1429/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
avrdude-6.3-20171130+svn1429/ltmain.sh-10156-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
avrdude-6.3-20171130+svn1429/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
avrdude-6.3-20171130+svn1429/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10215-	;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
avrdude-6.3-20171130+svn1429/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10233-	;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
avrdude-6.3-20171130+svn1429/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10368-	# Transform all the library objects into standard objects.
avrdude-6.3-20171130+svn1429/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
avrdude-6.3-20171130+svn1429/ltmain.sh-10371-      fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10396-	# Replace the output file specification.
avrdude-6.3-20171130+svn1429/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10405-	  func_to_tool_file "$output"
avrdude-6.3-20171130+svn1429/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10449-	# Replace the output file specification.
avrdude-6.3-20171130+svn1429/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10451-	# Delete the old output file.
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10457-	  func_to_tool_file "$output"
avrdude-6.3-20171130+svn1429/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
avrdude-6.3-20171130+svn1429/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10477-          ;;
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10488-      # Replace the output file specification.
avrdude-6.3-20171130+svn1429/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10490-
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
avrdude-6.3-20171130+svn1429/ltmain.sh:10498:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
avrdude-6.3-20171130+svn1429/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
avrdude-6.3-20171130+svn1429/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
avrdude-6.3-20171130+svn1429/ltmain.sh-10520-      fi
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
avrdude-6.3-20171130+svn1429/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
avrdude-6.3-20171130+svn1429/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
avrdude-6.3-20171130+svn1429/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
avrdude-6.3-20171130+svn1429/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10811-		name=$func_basename_result
avrdude-6.3-20171130+svn1429/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
avrdude-6.3-20171130+svn1429/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-10830-		name=$func_basename_result
avrdude-6.3-20171130+svn1429/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
avrdude-6.3-20171130+svn1429/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
avrdude-6.3-20171130+svn1429/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
avrdude-6.3-20171130+svn1429/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
avrdude-6.3-20171130+svn1429/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
avrdude-6.3-20171130+svn1429/bitbang.c-436-    /* NVMCMD <- CHIP_ERASE */
avrdude-6.3-20171130+svn1429/bitbang.c:437:    bitbang_tpi_tx(pgm, TPI_CMD_SOUT | TPI_SIO_ADDR(TPI_IOREG_NVMCMD));
avrdude-6.3-20171130+svn1429/bitbang.c-438-    bitbang_tpi_tx(pgm, TPI_NVMCMD_CHIP_ERASE); /* CHIP_ERASE */
##############################################
avrdude-6.3-20171130+svn1429/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
avrdude-6.3-20171130+svn1429/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
avrdude-6.3-20171130+svn1429/configure-47-  as_echo='print -r --'
avrdude-6.3-20171130+svn1429/configure-48-  as_echo_n='print -rn --'
avrdude-6.3-20171130+svn1429/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
avrdude-6.3-20171130+svn1429/configure-50-  as_echo='printf %s\n'
##############################################
avrdude-6.3-20171130+svn1429/configure-52-else
avrdude-6.3-20171130+svn1429/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
avrdude-6.3-20171130+svn1429/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
avrdude-6.3-20171130+svn1429/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
avrdude-6.3-20171130+svn1429/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
avrdude-6.3-20171130+svn1429/configure-64-      esac;
##############################################
avrdude-6.3-20171130+svn1429/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
avrdude-6.3-20171130+svn1429/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
avrdude-6.3-20171130+svn1429/configure-201-
##############################################
avrdude-6.3-20171130+svn1429/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
avrdude-6.3-20171130+svn1429/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
avrdude-6.3-20171130+svn1429/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
avrdude-6.3-20171130+svn1429/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
avrdude-6.3-20171130+svn1429/configure-335-      case $as_dir in #(
avrdude-6.3-20171130+svn1429/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
avrdude-6.3-20171130+svn1429/configure-337-      *) as_qdir=$as_dir;;
##############################################
avrdude-6.3-20171130+svn1429/configure-408-  {
avrdude-6.3-20171130+svn1429/configure:409:    as_val=`expr "$@" || test $? -eq 1`
avrdude-6.3-20171130+svn1429/configure-410-  }
##############################################
avrdude-6.3-20171130+svn1429/configure-415-# ----------------------------------------
avrdude-6.3-20171130+svn1429/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
avrdude-6.3-20171130+svn1429/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
avrdude-6.3-20171130+svn1429/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
avrdude-6.3-20171130+svn1429/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
avrdude-6.3-20171130+svn1429/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
avrdude-6.3-20171130+svn1429/configure-870-  case $ac_option in
avrdude-6.3-20171130+svn1429/configure:871:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
avrdude-6.3-20171130+svn1429/configure-872-  *=)   ac_optarg= ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-914-  -disable-* | --disable-*)
avrdude-6.3-20171130+svn1429/configure:915:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
avrdude-6.3-20171130+svn1429/configure-916-    # Reject names that are not valid shell variable names.
##############################################
avrdude-6.3-20171130+svn1429/configure-919-    ac_useropt_orig=$ac_useropt
avrdude-6.3-20171130+svn1429/configure:920:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
avrdude-6.3-20171130+svn1429/configure-921-    case $ac_user_opts in
##############################################
avrdude-6.3-20171130+svn1429/configure-940-  -enable-* | --enable-*)
avrdude-6.3-20171130+svn1429/configure:941:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
avrdude-6.3-20171130+svn1429/configure-942-    # Reject names that are not valid shell variable names.
##############################################
avrdude-6.3-20171130+svn1429/configure-945-    ac_useropt_orig=$ac_useropt
avrdude-6.3-20171130+svn1429/configure:946:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
avrdude-6.3-20171130+svn1429/configure-947-    case $ac_user_opts in
##############################################
avrdude-6.3-20171130+svn1429/configure-1153-  -with-* | --with-*)
avrdude-6.3-20171130+svn1429/configure:1154:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
avrdude-6.3-20171130+svn1429/configure-1155-    # Reject names that are not valid shell variable names.
##############################################
avrdude-6.3-20171130+svn1429/configure-1158-    ac_useropt_orig=$ac_useropt
avrdude-6.3-20171130+svn1429/configure:1159:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
avrdude-6.3-20171130+svn1429/configure-1160-    case $ac_user_opts in
##############################################
avrdude-6.3-20171130+svn1429/configure-1169-  -without-* | --without-*)
avrdude-6.3-20171130+svn1429/configure:1170:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
avrdude-6.3-20171130+svn1429/configure-1171-    # Reject names that are not valid shell variable names.
##############################################
avrdude-6.3-20171130+svn1429/configure-1174-    ac_useropt_orig=$ac_useropt
avrdude-6.3-20171130+svn1429/configure:1175:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
avrdude-6.3-20171130+svn1429/configure-1176-    case $ac_user_opts in
##############################################
avrdude-6.3-20171130+svn1429/configure-1207-  *=*)
avrdude-6.3-20171130+svn1429/configure:1208:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
avrdude-6.3-20171130+svn1429/configure-1209-    # Reject names that are not valid shell variable names.
##############################################
avrdude-6.3-20171130+svn1429/configure-1228-if test -n "$ac_prev"; then
avrdude-6.3-20171130+svn1429/configure:1229:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
avrdude-6.3-20171130+svn1429/configure-1230-  as_fn_error $? "missing argument to $ac_option"
##############################################
avrdude-6.3-20171130+svn1429/configure-1250-    */ )
avrdude-6.3-20171130+svn1429/configure:1251:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
avrdude-6.3-20171130+svn1429/configure-1252-      eval $ac_var=\$ac_val;;
##############################################
avrdude-6.3-20171130+svn1429/configure-1285-ac_ls_di=`ls -di .` &&
avrdude-6.3-20171130+svn1429/configure:1286:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
avrdude-6.3-20171130+svn1429/configure-1287-  as_fn_error $? "working directory cannot be determined"
##############################################
avrdude-6.3-20171130+svn1429/configure-1341-case $srcdir in
avrdude-6.3-20171130+svn1429/configure:1342:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
avrdude-6.3-20171130+svn1429/configure-1343-esac
##############################################
avrdude-6.3-20171130+svn1429/configure-1384-By default, \`make install' will install all the files in
avrdude-6.3-20171130+svn1429/configure:1385:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
avrdude-6.3-20171130+svn1429/configure:1386:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
avrdude-6.3-20171130+svn1429/configure-1387-for instance \`--prefix=\$HOME'.
##############################################
avrdude-6.3-20171130+svn1429/configure-1506-*)
avrdude-6.3-20171130+svn1429/configure:1507:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
avrdude-6.3-20171130+svn1429/configure-1508-  # A ".." for each directory in $ac_dir_suffix.
avrdude-6.3-20171130+svn1429/configure:1509:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
avrdude-6.3-20171130+svn1429/configure-1510-  case $ac_top_builddir_sub in
##############################################
avrdude-6.3-20171130+svn1429/configure-1926-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
avrdude-6.3-20171130+svn1429/configure:1927:  as_decl_name=`echo $2|sed 's/ *(.*//'`
avrdude-6.3-20171130+svn1429/configure:1928:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
avrdude-6.3-20171130+svn1429/configure-1929-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
avrdude-6.3-20171130+svn1429/configure-2094-    *\'*)
avrdude-6.3-20171130+svn1429/configure:2095:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
avrdude-6.3-20171130+svn1429/configure-2096-    esac
##############################################
avrdude-6.3-20171130+svn1429/configure-2177-      case $ac_val in
avrdude-6.3-20171130+svn1429/configure:2178:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
avrdude-6.3-20171130+svn1429/configure-2179-      esac
##############################################
avrdude-6.3-20171130+svn1429/configure-2192-	case $ac_val in
avrdude-6.3-20171130+svn1429/configure:2193:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
avrdude-6.3-20171130+svn1429/configure-2194-	esac
##############################################
avrdude-6.3-20171130+svn1429/configure-2312-    set,)
avrdude-6.3-20171130+svn1429/configure:2313:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
avrdude-6.3-20171130+svn1429/configure:2314:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
avrdude-6.3-20171130+svn1429/configure-2315-      ac_cache_corrupted=: ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-2323-	# differences in whitespace do not lead to failure.
avrdude-6.3-20171130+svn1429/configure:2324:	ac_old_val_w=`echo x $ac_old_val`
avrdude-6.3-20171130+svn1429/configure:2325:	ac_new_val_w=`echo x $ac_new_val`
avrdude-6.3-20171130+svn1429/configure-2326-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
avrdude-6.3-20171130+svn1429/configure-2343-    case $ac_new_val in
avrdude-6.3-20171130+svn1429/configure:2344:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
avrdude-6.3-20171130+svn1429/configure-2345-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-2411-test "x$ac_build_alias" = x &&
avrdude-6.3-20171130+svn1429/configure:2412:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
avrdude-6.3-20171130+svn1429/configure-2413-test "x$ac_build_alias" = x &&
avrdude-6.3-20171130+svn1429/configure-2414-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
avrdude-6.3-20171130+svn1429/configure:2415:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
avrdude-6.3-20171130+svn1429/configure-2416-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
avrdude-6.3-20171130+svn1429/configure-2435-IFS=$ac_save_IFS
avrdude-6.3-20171130+svn1429/configure:2436:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
avrdude-6.3-20171130+svn1429/configure-2437-
##############################################
avrdude-6.3-20171130+svn1429/configure-2446-else
avrdude-6.3-20171130+svn1429/configure:2447:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
avrdude-6.3-20171130+svn1429/configure-2448-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
avrdude-6.3-20171130+svn1429/configure-2468-IFS=$ac_save_IFS
avrdude-6.3-20171130+svn1429/configure:2469:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
avrdude-6.3-20171130+svn1429/configure-2470-
##############################################
avrdude-6.3-20171130+svn1429/configure-2479-else
avrdude-6.3-20171130+svn1429/configure:2480:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
avrdude-6.3-20171130+svn1429/configure-2481-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
avrdude-6.3-20171130+svn1429/configure-2501-IFS=$ac_save_IFS
avrdude-6.3-20171130+svn1429/configure:2502:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
avrdude-6.3-20171130+svn1429/configure-2503-
##############################################
avrdude-6.3-20171130+svn1429/configure-2631-     echo "timestamp, slept: $am_has_slept" > conftest.file
avrdude-6.3-20171130+svn1429/configure:2632:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
avrdude-6.3-20171130+svn1429/configure-2633-     if test "$*" = "X"; then
avrdude-6.3-20171130+svn1429/configure-2634-	# -L didn't work.
avrdude-6.3-20171130+svn1429/configure:2635:	set X `ls -t "$srcdir/configure" conftest.file`
avrdude-6.3-20171130+svn1429/configure-2636-     fi
##############################################
avrdude-6.3-20171130+svn1429/configure-2682-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
avrdude-6.3-20171130+svn1429/configure:2683:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
avrdude-6.3-20171130+svn1429/configure-2684-
avrdude-6.3-20171130+svn1429/configure-2685-# Expand $ac_aux_dir to an absolute path.
avrdude-6.3-20171130+svn1429/configure:2686:am_aux_dir=`cd "$ac_aux_dir" && pwd`
avrdude-6.3-20171130+svn1429/configure-2687-
##############################################
avrdude-6.3-20171130+svn1429/configure-2827-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
avrdude-6.3-20171130+svn1429/configure:2828:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
avrdude-6.3-20171130+svn1429/configure-2829-	     'mkdir (GNU coreutils) '* | \
##############################################
avrdude-6.3-20171130+svn1429/configure-2900-set x ${MAKE-make}
avrdude-6.3-20171130+svn1429/configure:2901:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
avrdude-6.3-20171130+svn1429/configure-2902-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
avrdude-6.3-20171130+svn1429/configure-2910-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
avrdude-6.3-20171130+svn1429/configure:2911:case `${MAKE-make} -f conftest.make 2>/dev/null` in
avrdude-6.3-20171130+svn1429/configure-2912-  *@@@%%%=?*=@@@%%%*)
##############################################
avrdude-6.3-20171130+svn1429/configure-2976-
avrdude-6.3-20171130+svn1429/configure:2977:if test "`cd $srcdir && pwd`" != "`pwd`"; then
avrdude-6.3-20171130+svn1429/configure-2978-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
avrdude-6.3-20171130+svn1429/configure-3145-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
avrdude-6.3-20171130+svn1429/configure:3146:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
avrdude-6.3-20171130+svn1429/configure-3147-  ECHO='print -r --'
avrdude-6.3-20171130+svn1429/configure:3148:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
avrdude-6.3-20171130+svn1429/configure-3149-  ECHO='printf %s\n'
##############################################
avrdude-6.3-20171130+svn1429/configure-3209-# Ignore all kinds of additional output from 'make'.
avrdude-6.3-20171130+svn1429/configure:3210:case `$am_make -s -f confmf 2> /dev/null` in #(
avrdude-6.3-20171130+svn1429/configure-3211-*the\ am__doit\ target*)
##############################################
avrdude-6.3-20171130+svn1429/configure-3219-   echo '.include "confinc"' > confmf
avrdude-6.3-20171130+svn1429/configure:3220:   case `$am_make -s -f confmf 2> /dev/null` in #(
avrdude-6.3-20171130+svn1429/configure-3221-   *the\ am__doit\ target*)
##############################################
avrdude-6.3-20171130+svn1429/configure-3598-$as_echo_n "checking whether the C compiler works... " >&6; }
avrdude-6.3-20171130+svn1429/configure:3599:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
avrdude-6.3-20171130+svn1429/configure-3600-
##############################################
avrdude-6.3-20171130+svn1429/configure-3642-	then :; else
avrdude-6.3-20171130+svn1429/configure:3643:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
avrdude-6.3-20171130+svn1429/configure-3644-	fi
##############################################
avrdude-6.3-20171130+svn1429/configure-3702-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
avrdude-6.3-20171130+svn1429/configure:3703:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
avrdude-6.3-20171130+svn1429/configure-3704-	  break;;
##############################################
avrdude-6.3-20171130+svn1429/configure-3811-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
avrdude-6.3-20171130+svn1429/configure:3812:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
avrdude-6.3-20171130+svn1429/configure-3813-       break;;
##############################################
avrdude-6.3-20171130+svn1429/configure-4129-  if test "$am_compiler_list" = ""; then
avrdude-6.3-20171130+svn1429/configure:4130:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
avrdude-6.3-20171130+svn1429/configure-4131-  fi
##############################################
avrdude-6.3-20171130+svn1429/configure-4253-  # Check for GNU $ac_path_SED
avrdude-6.3-20171130+svn1429/configure:4254:case `"$ac_path_SED" --version 2>&1` in
avrdude-6.3-20171130+svn1429/configure-4255-*GNU*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4329-  # Check for GNU $ac_path_GREP
avrdude-6.3-20171130+svn1429/configure:4330:case `"$ac_path_GREP" --version 2>&1` in
avrdude-6.3-20171130+svn1429/configure-4331-*GNU*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4395-  # Check for GNU $ac_path_EGREP
avrdude-6.3-20171130+svn1429/configure:4396:case `"$ac_path_EGREP" --version 2>&1` in
avrdude-6.3-20171130+svn1429/configure-4397-*GNU*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4462-  # Check for GNU $ac_path_FGREP
avrdude-6.3-20171130+svn1429/configure:4463:case `"$ac_path_FGREP" --version 2>&1` in
avrdude-6.3-20171130+svn1429/configure-4464-*GNU*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4542-    # gcc leaves a trailing carriage return, which upsets mingw
avrdude-6.3-20171130+svn1429/configure:4543:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
avrdude-6.3-20171130+svn1429/configure-4544-  *)
avrdude-6.3-20171130+svn1429/configure:4545:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
avrdude-6.3-20171130+svn1429/configure-4546-  esac
##############################################
avrdude-6.3-20171130+svn1429/configure-4551-      # Canonicalize the pathname of ld
avrdude-6.3-20171130+svn1429/configure:4552:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
avrdude-6.3-20171130+svn1429/configure-4553-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
avrdude-6.3-20171130+svn1429/configure:4554:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
avrdude-6.3-20171130+svn1429/configure-4555-      done
##############################################
avrdude-6.3-20171130+svn1429/configure-4586-      # Break only if it was the GNU/non-GNU ld that we prefer.
avrdude-6.3-20171130+svn1429/configure:4587:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
avrdude-6.3-20171130+svn1429/configure-4588-      *GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4617-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
avrdude-6.3-20171130+svn1429/configure:4618:case `$LD -v 2>&1 </dev/null` in
avrdude-6.3-20171130+svn1429/configure-4619-*GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4667-	esac
avrdude-6.3-20171130+svn1429/configure:4668:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/configure-4669-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4673-	*)
avrdude-6.3-20171130+svn1429/configure:4674:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/configure-4675-	  */dev/null*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4801-
avrdude-6.3-20171130+svn1429/configure:4802:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
avrdude-6.3-20171130+svn1429/configure-4803-    *COFF*)
##############################################
avrdude-6.3-20171130+svn1429/configure-4913-    # And add a safety zone
avrdude-6.3-20171130+svn1429/configure:4914:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
avrdude-6.3-20171130+svn1429/configure:4915:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
avrdude-6.3-20171130+svn1429/configure-4916-    ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-4946-    if test -n "$kargmax"; then
avrdude-6.3-20171130+svn1429/configure:4947:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
avrdude-6.3-20171130+svn1429/configure-4948-    else
##############################################
avrdude-6.3-20171130+svn1429/configure-4955-       test undefined != "$lt_cv_sys_max_cmd_len"; then
avrdude-6.3-20171130+svn1429/configure:4956:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
avrdude-6.3-20171130+svn1429/configure:4957:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
avrdude-6.3-20171130+svn1429/configure-4958-    else
##############################################
avrdude-6.3-20171130+svn1429/configure-4967-      # we can't tell.
avrdude-6.3-20171130+svn1429/configure:4968:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
avrdude-6.3-20171130+svn1429/configure-4969-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
avrdude-6.3-20171130+svn1429/configure-4971-      do
avrdude-6.3-20171130+svn1429/configure:4972:        i=`expr $i + 1`
avrdude-6.3-20171130+svn1429/configure-4973-        teststring=$teststring$teststring
##############################################
avrdude-6.3-20171130+svn1429/configure-4975-      # Only check the string length outside the loop.
avrdude-6.3-20171130+svn1429/configure:4976:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
avrdude-6.3-20171130+svn1429/configure-4977-      teststring=
##############################################
avrdude-6.3-20171130+svn1429/configure-4980-      # linker.  It appears as though 1/2 is a usable value.
avrdude-6.3-20171130+svn1429/configure:4981:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
avrdude-6.3-20171130+svn1429/configure-4982-    fi
##############################################
avrdude-6.3-20171130+svn1429/configure-5391-openbsd* | bitrig*)
avrdude-6.3-20171130+svn1429/configure:5392:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/configure-5393-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
avrdude-6.3-20171130+svn1429/configure-5461-    else
avrdude-6.3-20171130+svn1429/configure:5462:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
avrdude-6.3-20171130+svn1429/configure-5463-    fi
##############################################
avrdude-6.3-20171130+svn1429/configure-5606-  # decide which one to use based on capabilities of $DLLTOOL
avrdude-6.3-20171130+svn1429/configure:5607:  case `$DLLTOOL --help 2>&1` in
avrdude-6.3-20171130+svn1429/configure-5608-  *--identify-strict*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6128-# If we're using GNU nm, then use its standard symbol codes.
avrdude-6.3-20171130+svn1429/configure:6129:case `$NM -V 2>&1` in
avrdude-6.3-20171130+svn1429/configure-6130-*GNU* | *'with BFD'*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6176-mingw*)
avrdude-6.3-20171130+svn1429/configure:6177:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
avrdude-6.3-20171130+svn1429/configure-6178-  ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-6408-   if test yes = "$GCC"; then
avrdude-6.3-20171130+svn1429/configure:6409:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
avrdude-6.3-20171130+svn1429/configure-6410-   fi
##############################################
avrdude-6.3-20171130+svn1429/configure-6412- /*)
avrdude-6.3-20171130+svn1429/configure:6413:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
avrdude-6.3-20171130+svn1429/configure-6414-   ;; #(
##############################################
avrdude-6.3-20171130+svn1429/configure-6507-    done
avrdude-6.3-20171130+svn1429/configure:6508:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
avrdude-6.3-20171130+svn1429/configure-6509-}
##############################################
avrdude-6.3-20171130+svn1429/configure-6529-  test $ac_status = 0; }; then
avrdude-6.3-20171130+svn1429/configure:6530:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6531-      *ELF-32*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6550-    if test yes = "$lt_cv_prog_gnu_ld"; then
avrdude-6.3-20171130+svn1429/configure:6551:      case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6552-	*32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6562-    else
avrdude-6.3-20171130+svn1429/configure:6563:      case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6564-	*32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6588-    emul=elf
avrdude-6.3-20171130+svn1429/configure:6589:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6590-      *32-bit*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6596-    esac
avrdude-6.3-20171130+svn1429/configure:6597:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6598-      *MSB*)
##############################################
avrdude-6.3-20171130+svn1429/configure-6604-    esac
avrdude-6.3-20171130+svn1429/configure:6605:    case `/usr/bin/file conftest.$ac_objext` in
avrdude-6.3-20171130+svn1429/configure-6606-      *N32*)
##############################################
avrdude-6.3-20171130+svn1429/configure-7537-    *:)
avrdude-6.3-20171130+svn1429/configure:7538:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
avrdude-6.3-20171130+svn1429/configure-7539-        ;;
avrdude-6.3-20171130+svn1429/configure-7540-    x:*)
avrdude-6.3-20171130+svn1429/configure:7541:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure-7542-        ;;
avrdude-6.3-20171130+svn1429/configure-7543-    *::*)
avrdude-6.3-20171130+svn1429/configure:7544:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure:7545:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
avrdude-6.3-20171130+svn1429/configure-7546-        ;;
avrdude-6.3-20171130+svn1429/configure-7547-    *)
avrdude-6.3-20171130+svn1429/configure:7548:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure-7549-        ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-7806-do :
avrdude-6.3-20171130+svn1429/configure:7807:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
avrdude-6.3-20171130+svn1429/configure-7808-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
avrdude-6.3-20171130+svn1429/configure-7811-  cat >>confdefs.h <<_ACEOF
avrdude-6.3-20171130+svn1429/configure:7812:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
avrdude-6.3-20171130+svn1429/configure-7813-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-8169-	"file_magic "*)
avrdude-6.3-20171130+svn1429/configure:8170:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
avrdude-6.3-20171130+svn1429/configure-8171-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
avrdude-6.3-20171130+svn1429/configure-8235-	"file_magic "*)
avrdude-6.3-20171130+svn1429/configure:8236:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
avrdude-6.3-20171130+svn1429/configure-8237-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
avrdude-6.3-20171130+svn1429/configure-8633-      *)
avrdude-6.3-20171130+svn1429/configure:8634:	case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/configure-8635-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
avrdude-6.3-20171130+svn1429/configure-9082-	# shared libraries, regardless of the interface used.
avrdude-6.3-20171130+svn1429/configure:9083:	case `$LD -v 2>&1` in
avrdude-6.3-20171130+svn1429/configure-9084-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-9114-    supports_anon_versioning=no
avrdude-6.3-20171130+svn1429/configure:9115:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
avrdude-6.3-20171130+svn1429/configure-9116-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-9183-	# is; otherwise, prepend EXPORTS...
avrdude-6.3-20171130+svn1429/configure:9184:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
avrdude-6.3-20171130+svn1429/configure-9185-          cp $export_symbols $output_objdir/$soname.def;
##############################################
avrdude-6.3-20171130+svn1429/configure-9217-	prefix_cmds="$SED"~
avrdude-6.3-20171130+svn1429/configure:9218:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
avrdude-6.3-20171130+svn1429/configure-9219-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
avrdude-6.3-20171130+svn1429/configure-9239-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
avrdude-6.3-20171130+svn1429/configure:9240:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/configure:9241:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
avrdude-6.3-20171130+svn1429/configure-9242-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-9257-        pgcc*)				# Portland Group C compiler
avrdude-6.3-20171130+svn1429/configure:9258:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/configure-9259-	  tmp_addflag=' $pic_flag'
##############################################
avrdude-6.3-20171130+svn1429/configure-9262-					# Portland Group f77 and f90 compilers
avrdude-6.3-20171130+svn1429/configure:9263:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/configure-9264-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-9279-	nvcc*)	# Cuda Compiler Driver 2.2
avrdude-6.3-20171130+svn1429/configure:9280:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/configure-9281-	  compiler_needs_object=yes
##############################################
avrdude-6.3-20171130+svn1429/configure-9283-	esac
avrdude-6.3-20171130+svn1429/configure:9284:	case `$CC -V 2>&1 | sed 5q` in
avrdude-6.3-20171130+svn1429/configure-9285-	*Sun\ C*)			# Sun C 5.9
avrdude-6.3-20171130+svn1429/configure:9286:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
avrdude-6.3-20171130+svn1429/configure-9287-	  compiler_needs_object=yes
##############################################
avrdude-6.3-20171130+svn1429/configure-9354-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
avrdude-6.3-20171130+svn1429/configure:9355:      case `$LD -v 2>&1` in
avrdude-6.3-20171130+svn1429/configure-9356-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
avrdude-6.3-20171130+svn1429/configure-9443-	else
avrdude-6.3-20171130+svn1429/configure:9444:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
avrdude-6.3-20171130+svn1429/configure-9445-	fi
##############################################
avrdude-6.3-20171130+svn1429/configure-9508-	# below for broken collect2 doesn't work under 4.3+
avrdude-6.3-20171130+svn1429/configure:9509:	  collect2name=`$CC -print-prog-name=collect2`
avrdude-6.3-20171130+svn1429/configure-9510-	  if test -f "$collect2name" &&
##############################################
avrdude-6.3-20171130+svn1429/configure-9588-      }'
avrdude-6.3-20171130+svn1429/configure:9589:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/configure-9590-  # Check for a 64-bit object if we didn't find anything.
avrdude-6.3-20171130+svn1429/configure-9591-  if test -z "$lt_cv_aix_libpath_"; then
avrdude-6.3-20171130+svn1429/configure:9592:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/configure-9593-  fi
##############################################
avrdude-6.3-20171130+svn1429/configure-9606-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
avrdude-6.3-20171130+svn1429/configure:9607:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
avrdude-6.3-20171130+svn1429/configure-9608-      else
##############################################
avrdude-6.3-20171130+svn1429/configure-9641-      }'
avrdude-6.3-20171130+svn1429/configure:9642:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/configure-9643-  # Check for a 64-bit object if we didn't find anything.
avrdude-6.3-20171130+svn1429/configure-9644-  if test -z "$lt_cv_aix_libpath_"; then
avrdude-6.3-20171130+svn1429/configure:9645:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
avrdude-6.3-20171130+svn1429/configure-9646-  fi
##############################################
avrdude-6.3-20171130+svn1429/configure-9673-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
avrdude-6.3-20171130+svn1429/configure:9674:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
avrdude-6.3-20171130+svn1429/configure-9675-	  if test svr4 != "$with_aix_soname"; then
##############################################
avrdude-6.3-20171130+svn1429/configure-9726-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
avrdude-6.3-20171130+svn1429/configure:9727:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
avrdude-6.3-20171130+svn1429/configure-9728-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
avrdude-6.3-20171130+svn1429/configure-9764-	# FIXME: Setting linknames here is a bad hack.
avrdude-6.3-20171130+svn1429/configure:9765:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
avrdude-6.3-20171130+svn1429/configure-9766-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
avrdude-6.3-20171130+svn1429/configure-9782-  if test yes = "$lt_cv_ld_force_load"; then
avrdude-6.3-20171130+svn1429/configure:9783:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
avrdude-6.3-20171130+svn1429/configure-9784-
##############################################
avrdude-6.3-20171130+svn1429/configure-9962-      if test yes = "$GCC"; then
avrdude-6.3-20171130+svn1429/configure:9963:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure-9964-	# Try to use the -exported_symbol ld option, if it does not
##############################################
avrdude-6.3-20171130+svn1429/configure-9990-	if test yes = "$lt_cv_irix_exported_symbol"; then
avrdude-6.3-20171130+svn1429/configure:9991:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
avrdude-6.3-20171130+svn1429/configure-9992-	fi
##############################################
avrdude-6.3-20171130+svn1429/configure-9994-      else
avrdude-6.3-20171130+svn1429/configure:9995:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure:9996:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
avrdude-6.3-20171130+svn1429/configure-9997-      fi
##############################################
avrdude-6.3-20171130+svn1429/configure-10041-	hardcode_direct_absolute=yes
avrdude-6.3-20171130+svn1429/configure:10042:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/configure-10043-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
avrdude-6.3-20171130+svn1429/configure-10072-	prefix_cmds="$SED"~
avrdude-6.3-20171130+svn1429/configure:10073:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
avrdude-6.3-20171130+svn1429/configure-10074-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
avrdude-6.3-20171130+svn1429/configure-10086-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
avrdude-6.3-20171130+svn1429/configure:10087:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure-10088-      else
avrdude-6.3-20171130+svn1429/configure-10089-	allow_undefined_flag=' -expect_unresolved \*'
avrdude-6.3-20171130+svn1429/configure:10090:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure-10091-      fi
##############################################
avrdude-6.3-20171130+svn1429/configure-10099-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
avrdude-6.3-20171130+svn1429/configure:10100:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure-10101-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
avrdude-6.3-20171130+svn1429/configure-10103-	allow_undefined_flag=' -expect_unresolved \*'
avrdude-6.3-20171130+svn1429/configure:10104:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
avrdude-6.3-20171130+svn1429/configure:10105:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
avrdude-6.3-20171130+svn1429/configure:10106:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
avrdude-6.3-20171130+svn1429/configure-10107-
##############################################
avrdude-6.3-20171130+svn1429/configure-10122-      else
avrdude-6.3-20171130+svn1429/configure:10123:	case `$CC -V 2>&1` in
avrdude-6.3-20171130+svn1429/configure-10124-	*"Compilers 5.0"*)
##############################################
avrdude-6.3-20171130+svn1429/configure-10521-  esac
avrdude-6.3-20171130+svn1429/configure:10522:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
avrdude-6.3-20171130+svn1429/configure-10523-  case $lt_search_path_spec in
##############################################
avrdude-6.3-20171130+svn1429/configure-10528-    # okay in the real world where ";" in dirpaths is itself problematic.
avrdude-6.3-20171130+svn1429/configure:10529:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
avrdude-6.3-20171130+svn1429/configure-10530-    ;;
avrdude-6.3-20171130+svn1429/configure-10531-  *)
avrdude-6.3-20171130+svn1429/configure:10532:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/configure-10533-    ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10537-  lt_tmp_lt_search_path_spec=
avrdude-6.3-20171130+svn1429/configure:10538:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
avrdude-6.3-20171130+svn1429/configure-10539-  # ...but if some path component already ends with the multilib dir we assume
##############################################
avrdude-6.3-20171130+svn1429/configure-10579-  esac
avrdude-6.3-20171130+svn1429/configure:10580:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
avrdude-6.3-20171130+svn1429/configure-10581-else
##############################################
avrdude-6.3-20171130+svn1429/configure-10719-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
avrdude-6.3-20171130+svn1429/configure:10720:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
avrdude-6.3-20171130+svn1429/configure-10721-    ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10755-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
avrdude-6.3-20171130+svn1429/configure:10756:    postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/configure:10757:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure:10758:      dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/configure-10759-      test -d \$dldir || mkdir -p \$dldir~
##############################################
avrdude-6.3-20171130+svn1429/configure-10764-      fi'
avrdude-6.3-20171130+svn1429/configure:10765:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure-10766-      dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/configure-10772-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
avrdude-6.3-20171130+svn1429/configure:10773:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/configure-10774-
##############################################
avrdude-6.3-20171130+svn1429/configure-10778-      # MinGW DLLs use traditional 'lib' prefix
avrdude-6.3-20171130+svn1429/configure:10779:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/configure-10780-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10782-      # pw32 DLLs use 'pw' prefix rather than 'lib'
avrdude-6.3-20171130+svn1429/configure:10783:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/configure-10784-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10791-    libname_spec='$name'
avrdude-6.3-20171130+svn1429/configure:10792:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
avrdude-6.3-20171130+svn1429/configure-10793-    library_names_spec='$libname.dll.lib'
##############################################
avrdude-6.3-20171130+svn1429/configure-10803-        # Let DOS variable expansion print the short 8.3 style file name.
avrdude-6.3-20171130+svn1429/configure:10804:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
avrdude-6.3-20171130+svn1429/configure-10805-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
avrdude-6.3-20171130+svn1429/configure-10808-      # Convert to MSYS style.
avrdude-6.3-20171130+svn1429/configure:10809:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
avrdude-6.3-20171130+svn1429/configure-10810-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10814-      # like /cygdrive/c/PROGRA~1:/cygdr...
avrdude-6.3-20171130+svn1429/configure:10815:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
avrdude-6.3-20171130+svn1429/configure:10816:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
avrdude-6.3-20171130+svn1429/configure:10817:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/configure-10818-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-10822-        # It is most probably a Windows format PATH.
avrdude-6.3-20171130+svn1429/configure:10823:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
avrdude-6.3-20171130+svn1429/configure-10824-      else
avrdude-6.3-20171130+svn1429/configure:10825:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
avrdude-6.3-20171130+svn1429/configure-10826-      fi
##############################################
avrdude-6.3-20171130+svn1429/configure-10832-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
avrdude-6.3-20171130+svn1429/configure:10833:    postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/configure:10834:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure:10835:      dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/configure-10836-      test -d \$dldir || mkdir -p \$dldir~
avrdude-6.3-20171130+svn1429/configure-10837-      $install_prog $dir/$dlname \$dldir/$dlname'
avrdude-6.3-20171130+svn1429/configure:10838:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure-10839-      dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/configure-10846-    # Assume MSVC wrapper
avrdude-6.3-20171130+svn1429/configure:10847:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
avrdude-6.3-20171130+svn1429/configure-10848-    dynamic_linker='Win32 ld.exe'
##############################################
avrdude-6.3-20171130+svn1429/configure-10863-  shlibpath_var=DYLD_LIBRARY_PATH
avrdude-6.3-20171130+svn1429/configure:10864:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
avrdude-6.3-20171130+svn1429/configure-10865-
##############################################
avrdude-6.3-20171130+svn1429/configure-11116-  if test -f /etc/ld.so.conf; then
avrdude-6.3-20171130+svn1429/configure:11117:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
avrdude-6.3-20171130+svn1429/configure-11118-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
avrdude-6.3-20171130+svn1429/configure-11182-  need_lib_prefix=no
avrdude-6.3-20171130+svn1429/configure:11183:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
avrdude-6.3-20171130+svn1429/configure-11184-    need_version=no
##############################################
avrdude-6.3-20171130+svn1429/configure-11209-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
avrdude-6.3-20171130+svn1429/configure:11210:  postinstall_cmds='base_file=`basename \$file`~
avrdude-6.3-20171130+svn1429/configure:11211:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure:11212:    dldir=$destdir/`dirname \$dlpath`~
avrdude-6.3-20171130+svn1429/configure-11213-    test -d \$dldir || mkdir -p \$dldir~
##############################################
avrdude-6.3-20171130+svn1429/configure-11218-    fi'
avrdude-6.3-20171130+svn1429/configure:11219:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
avrdude-6.3-20171130+svn1429/configure-11220-    dlpath=$dir/\$dldll~
##############################################
avrdude-6.3-20171130+svn1429/configure-12817-  if test "$am_compiler_list" = ""; then
avrdude-6.3-20171130+svn1429/configure:12818:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
avrdude-6.3-20171130+svn1429/configure-12819-  fi
##############################################
avrdude-6.3-20171130+svn1429/configure-12942-  # Check for GNU $ac_path_SED
avrdude-6.3-20171130+svn1429/configure:12943:case `"$ac_path_SED" --version 2>&1` in
avrdude-6.3-20171130+svn1429/configure-12944-*GNU*)
##############################################
avrdude-6.3-20171130+svn1429/configure-13135-/* end confdefs.h.  */
avrdude-6.3-20171130+svn1429/configure:13136:`cat $LEX_OUTPUT_ROOT.c`
avrdude-6.3-20171130+svn1429/configure-13137-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-13168-  #define YYTEXT_POINTER 1
avrdude-6.3-20171130+svn1429/configure:13169:`cat $LEX_OUTPUT_ROOT.c`
avrdude-6.3-20171130+svn1429/configure-13170-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-13281-$as_echo_n "checking whether yylex_destroy is generated by flex... " >&6; }
avrdude-6.3-20171130+svn1429/configure:13282:   flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
avrdude-6.3-20171130+svn1429/configure-13283-   case $flex_version in
##############################################
avrdude-6.3-20171130+svn1429/configure-13497-do :
avrdude-6.3-20171130+svn1429/configure:13498:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
avrdude-6.3-20171130+svn1429/configure-13499-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
avrdude-6.3-20171130+svn1429/configure-13501-  cat >>confdefs.h <<_ACEOF
avrdude-6.3-20171130+svn1429/configure:13502:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
avrdude-6.3-20171130+svn1429/configure-13503-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-14120-do :
avrdude-6.3-20171130+svn1429/configure:14121:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
avrdude-6.3-20171130+svn1429/configure-14122-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
avrdude-6.3-20171130+svn1429/configure-14124-  cat >>confdefs.h <<_ACEOF
avrdude-6.3-20171130+svn1429/configure:14125:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
avrdude-6.3-20171130+svn1429/configure-14126-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-14133-do :
avrdude-6.3-20171130+svn1429/configure:14134:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
avrdude-6.3-20171130+svn1429/configure-14135-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
avrdude-6.3-20171130+svn1429/configure-14137-  cat >>confdefs.h <<_ACEOF
avrdude-6.3-20171130+svn1429/configure:14138:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
avrdude-6.3-20171130+svn1429/configure-14139-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-14341-do :
avrdude-6.3-20171130+svn1429/configure:14342:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
avrdude-6.3-20171130+svn1429/configure-14343-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
avrdude-6.3-20171130+svn1429/configure-14345-  cat >>confdefs.h <<_ACEOF
avrdude-6.3-20171130+svn1429/configure:14346:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
avrdude-6.3-20171130+svn1429/configure-14347-_ACEOF
##############################################
avrdude-6.3-20171130+svn1429/configure-14840-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
avrdude-6.3-20171130+svn1429/configure:14841:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
avrdude-6.3-20171130+svn1429/configure-14842-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
avrdude-6.3-20171130+svn1429/configure-14935-if test -z "$BASH_VERSION$ZSH_VERSION" \
avrdude-6.3-20171130+svn1429/configure:14936:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
avrdude-6.3-20171130+svn1429/configure-14937-  as_echo='print -r --'
avrdude-6.3-20171130+svn1429/configure-14938-  as_echo_n='print -rn --'
avrdude-6.3-20171130+svn1429/configure:14939:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
avrdude-6.3-20171130+svn1429/configure-14940-  as_echo='printf %s\n'
##############################################
avrdude-6.3-20171130+svn1429/configure-14942-else
avrdude-6.3-20171130+svn1429/configure:14943:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
avrdude-6.3-20171130+svn1429/configure-14944-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
avrdude-6.3-20171130+svn1429/configure-14952-	expr "X$arg" : "X\\(.*\\)$as_nl";
avrdude-6.3-20171130+svn1429/configure:14953:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
avrdude-6.3-20171130+svn1429/configure-14954-      esac;
##############################################
avrdude-6.3-20171130+svn1429/configure-15029-# ----------------------------------------
avrdude-6.3-20171130+svn1429/configure:15030:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
avrdude-6.3-20171130+svn1429/configure-15031-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
avrdude-6.3-20171130+svn1429/configure-15101-  {
avrdude-6.3-20171130+svn1429/configure:15102:    as_val=`expr "$@" || test $? -eq 1`
avrdude-6.3-20171130+svn1429/configure-15103-  }
##############################################
avrdude-6.3-20171130+svn1429/configure-15205-      case $as_dir in #(
avrdude-6.3-20171130+svn1429/configure:15206:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
avrdude-6.3-20171130+svn1429/configure-15207-      *) as_qdir=$as_dir;;
##############################################
avrdude-6.3-20171130+svn1429/configure-15340-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
avrdude-6.3-20171130+svn1429/configure:15341:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
avrdude-6.3-20171130+svn1429/configure-15342-ac_cs_version="\\
##############################################
avrdude-6.3-20171130+svn1429/configure-15365-  --*=?*)
avrdude-6.3-20171130+svn1429/configure:15366:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
avrdude-6.3-20171130+svn1429/configure:15367:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
avrdude-6.3-20171130+svn1429/configure-15368-    ac_shift=:
##############################################
avrdude-6.3-20171130+svn1429/configure-15370-  --*=)
avrdude-6.3-20171130+svn1429/configure:15371:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
avrdude-6.3-20171130+svn1429/configure-15372-    ac_optarg=
##############################################
avrdude-6.3-20171130+svn1429/configure-15394-    case $ac_optarg in
avrdude-6.3-20171130+svn1429/configure:15395:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
avrdude-6.3-20171130+svn1429/configure-15396-    '') as_fn_error $? "missing file argument" ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-15402-    case $ac_optarg in
avrdude-6.3-20171130+svn1429/configure:15403:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
avrdude-6.3-20171130+svn1429/configure-15404-    esac
##############################################
avrdude-6.3-20171130+svn1429/configure-15471-delay_variable_subst='$delay_variable_subst'
avrdude-6.3-20171130+svn1429/configure:15472:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15473:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15474:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15475:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15476:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15477:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15478:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15479:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15480:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15481:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15482:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15483:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15484:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15485:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15486:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15487:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15488:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15489:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15490:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15491:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15492:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15493:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15494:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15495:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15496:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15497:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15498:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15499:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15500:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15501:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15502:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15503:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15504:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15505:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15506:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15507:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15508:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15509:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15510:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15511:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15512:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15513:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15514:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15515:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15516:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15517:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15518:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15519:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15520:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15521:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15522:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15523:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15524:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15525:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15526:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15527:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15528:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15529:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15530:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15531:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15532:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15533:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15534:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15535:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15536:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15537:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15538:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15539:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15540:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15541:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15542:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15543:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15544:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15545:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15546:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15547:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15548:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15549:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15550:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15551:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15552:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15553:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15554:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15555:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15556:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15557:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15558:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15559:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15560:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15561:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15562:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15563:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15564:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15565:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15566:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15567:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15568:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15569:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15570:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15571:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15572:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15573:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15574:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15575:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15576:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15577:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15578:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15579:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15580:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15581:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15582:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15583:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15584:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15585:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15586:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15587:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15588:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15589:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15590:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15591:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15592:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15593:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15594:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15595:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15596:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15597:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15598:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15599:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15600:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15601:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15602:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15603:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15604:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15605:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure:15606:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
avrdude-6.3-20171130+svn1429/configure-15607-
##############################################
avrdude-6.3-20171130+svn1429/configure-15688-striplib; do
avrdude-6.3-20171130+svn1429/configure:15689:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
avrdude-6.3-20171130+svn1429/configure-15690-    *[\\\\\\\`\\"\\\$]*)
avrdude-6.3-20171130+svn1429/configure:15691:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
avrdude-6.3-20171130+svn1429/configure-15692-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-15719-configure_time_lt_sys_library_path; do
avrdude-6.3-20171130+svn1429/configure:15720:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
avrdude-6.3-20171130+svn1429/configure-15721-    *[\\\\\\\`\\"\\\$]*)
avrdude-6.3-20171130+svn1429/configure:15722:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
avrdude-6.3-20171130+svn1429/configure-15723-      ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-15819-fi
avrdude-6.3-20171130+svn1429/configure:15820:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
avrdude-6.3-20171130+svn1429/configure-15821-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
avrdude-6.3-20171130+svn1429/configure-15836-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
avrdude-6.3-20171130+svn1429/configure:15837:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
avrdude-6.3-20171130+svn1429/configure-15838-ac_delim='%!_!# '
##############################################
avrdude-6.3-20171130+svn1429/configure-15842-
avrdude-6.3-20171130+svn1429/configure:15843:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
avrdude-6.3-20171130+svn1429/configure-15844-  if test $ac_delim_n = $ac_delim_num; then
##############################################
avrdude-6.3-20171130+svn1429/configure-15980-for ac_last_try in false false :; do
avrdude-6.3-20171130+svn1429/configure:15981:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
avrdude-6.3-20171130+svn1429/configure-15982-  if test -z "$ac_tt"; then
##############################################
avrdude-6.3-20171130+svn1429/configure-16112-      esac
avrdude-6.3-20171130+svn1429/configure:16113:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
avrdude-6.3-20171130+svn1429/configure-16114-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
avrdude-6.3-20171130+svn1429/configure-16171-*)
avrdude-6.3-20171130+svn1429/configure:16172:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
avrdude-6.3-20171130+svn1429/configure-16173-  # A ".." for each directory in $ac_dir_suffix.
avrdude-6.3-20171130+svn1429/configure:16174:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
avrdude-6.3-20171130+svn1429/configure-16175-  case $ac_top_builddir_sub in
##############################################
avrdude-6.3-20171130+svn1429/configure-16232-/@mandir@/p'
avrdude-6.3-20171130+svn1429/configure:16233:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
avrdude-6.3-20171130+svn1429/configure-16234-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
avrdude-6.3-20171130+svn1429/configure-16249-
avrdude-6.3-20171130+svn1429/configure:16250:# Neutralize VPATH when `$srcdir' = `.'.
avrdude-6.3-20171130+svn1429/configure-16251-# Shell code in configure.ac might set extrasub.
##############################################
avrdude-6.3-20171130+svn1429/configure-16277-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
avrdude-6.3-20171130+svn1429/configure:16278:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
avrdude-6.3-20171130+svn1429/configure-16279-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
avrdude-6.3-20171130+svn1429/configure-16323-    * )
avrdude-6.3-20171130+svn1429/configure:16324:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
avrdude-6.3-20171130+svn1429/configure-16325-  esac
##############################################
avrdude-6.3-20171130+svn1429/configure-16370-    # Strip MF so we end up with the name of the file.
avrdude-6.3-20171130+svn1429/configure:16371:    mf=`echo "$mf" | sed -e 's/:.*$//'`
avrdude-6.3-20171130+svn1429/configure-16372-    # Check whether this is an Automake generated Makefile or not.
##############################################
avrdude-6.3-20171130+svn1429/configure-16407-    # from the Makefile without running 'make'.
avrdude-6.3-20171130+svn1429/configure:16408:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/configure-16409-    test -z "$DEPDIR" && continue
avrdude-6.3-20171130+svn1429/configure:16410:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/configure-16411-    test -z "$am__include" && continue
avrdude-6.3-20171130+svn1429/configure:16412:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
avrdude-6.3-20171130+svn1429/configure-16413-    # Find all dependency output files, they are included files with
##############################################
avrdude-6.3-20171130+svn1429/configure-16928-    *:)
avrdude-6.3-20171130+svn1429/configure:16929:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
avrdude-6.3-20171130+svn1429/configure-16930-        ;;
avrdude-6.3-20171130+svn1429/configure-16931-    x:*)
avrdude-6.3-20171130+svn1429/configure:16932:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure-16933-        ;;
avrdude-6.3-20171130+svn1429/configure-16934-    *::*)
avrdude-6.3-20171130+svn1429/configure:16935:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure:16936:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
avrdude-6.3-20171130+svn1429/configure-16937-        ;;
avrdude-6.3-20171130+svn1429/configure-16938-    *)
avrdude-6.3-20171130+svn1429/configure:16939:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
avrdude-6.3-20171130+svn1429/configure-16940-        ;;
##############################################
avrdude-6.3-20171130+svn1429/configure-16955-    done
avrdude-6.3-20171130+svn1429/configure:16956:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
avrdude-6.3-20171130+svn1429/configure-16957-}
##############################################
avrdude-6.3-20171130+svn1429/avrpart.c-99-/*
avrdude-6.3-20171130+svn1429/avrpart.c:100: * avr_set_addr()
avrdude-6.3-20171130+svn1429/avrpart.c-101- *
##############################################
avrdude-6.3-20171130+svn1429/avrpart.c-104- */
avrdude-6.3-20171130+svn1429/avrpart.c:105:int avr_set_addr(OPCODE * op, unsigned char * cmd, unsigned long addr)
avrdude-6.3-20171130+svn1429/avrpart.c-106-{
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-400-
avrdude-6.3-20171130+svn1429/avr910.c:401:static void avr910_set_addr(PROGRAMMER * pgm, unsigned long addr)
avrdude-6.3-20171130+svn1429/avr910.c-402-{
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-437-
avrdude-6.3-20171130+svn1429/avr910.c:438:  avr910_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/avr910.c-439-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-451-
avrdude-6.3-20171130+svn1429/avr910.c:452:  avr910_set_addr(pgm, addr >> 1);
avrdude-6.3-20171130+svn1429/avr910.c-453-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-472-{
avrdude-6.3-20171130+svn1429/avr910.c:473:  avr910_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/avr910.c-474-  avr910_send(pgm, "d", 1);
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-507-  page_addr = addr;
avrdude-6.3-20171130+svn1429/avr910.c:508:  avr910_set_addr(pgm, addr>>1);
avrdude-6.3-20171130+svn1429/avr910.c-509-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-522-
avrdude-6.3-20171130+svn1429/avr910.c:523:      avr910_set_addr(pgm, page_addr>>1);
avrdude-6.3-20171130+svn1429/avr910.c-524-      avr910_send(pgm, "m", 1);
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-528-      usleep(m->max_write_delay);
avrdude-6.3-20171130+svn1429/avr910.c:529:      avr910_set_addr(pgm, addr>>1);
avrdude-6.3-20171130+svn1429/avr910.c-530-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-536-    else if ((PDATA(pgm)->has_auto_incr_addr != 'Y') && ((addr & 0x01) == 0)) {
avrdude-6.3-20171130+svn1429/avr910.c:537:      avr910_set_addr(pgm, addr>>1);
avrdude-6.3-20171130+svn1429/avr910.c-538-    }
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-544-  if (page_wr_cmd_pending) {
avrdude-6.3-20171130+svn1429/avr910.c:545:    avr910_set_addr(pgm, page_addr>>1);
avrdude-6.3-20171130+svn1429/avr910.c-546-    avr910_send(pgm, "m", 1);
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-562-
avrdude-6.3-20171130+svn1429/avr910.c:563:  avr910_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/avr910.c-564-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-575-    if (PDATA(pgm)->has_auto_incr_addr != 'Y') {
avrdude-6.3-20171130+svn1429/avr910.c:576:      avr910_set_addr(pgm, addr);
avrdude-6.3-20171130+svn1429/avr910.c-577-    }
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-614-
avrdude-6.3-20171130+svn1429/avr910.c:615:    avr910_set_addr(pgm, addr / wr_size);
avrdude-6.3-20171130+svn1429/avr910.c-616-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-672-
avrdude-6.3-20171130+svn1429/avr910.c:673:    avr910_set_addr(pgm, addr / rd_size);
avrdude-6.3-20171130+svn1429/avr910.c-674-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-690-
avrdude-6.3-20171130+svn1429/avr910.c:691:    avr910_set_addr(pgm, addr / rd_size);
avrdude-6.3-20171130+svn1429/avr910.c-692-
##############################################
avrdude-6.3-20171130+svn1429/avr910.c-708-      if (PDATA(pgm)->has_auto_incr_addr != 'Y') {
avrdude-6.3-20171130+svn1429/avr910.c:709:        avr910_set_addr(pgm, addr / rd_size);
avrdude-6.3-20171130+svn1429/avr910.c-710-      }
##############################################
avrdude-6.3-20171130+svn1429/ft245r.c-824-                avr_set_bits(lext, cmd);
avrdude-6.3-20171130+svn1429/ft245r.c:825:                avr_set_addr(lext, cmd, addr_wk/2);
avrdude-6.3-20171130+svn1429/ft245r.c-826-                buf_pos += set_data(pgm, buf+buf_pos, cmd[0]);
##############################################
avrdude-6.3-20171130+svn1429/fileio.c-1594-       */
avrdude-6.3-20171130+svn1429/fileio.c:1595:      rc = avr_mem_hiaddr(mem);
avrdude-6.3-20171130+svn1429/fileio.c-1596-    }
##############################################
avrdude-6.3-20171130+svn1429/install-sh-234-      fi
avrdude-6.3-20171130+svn1429/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
avrdude-6.3-20171130+svn1429/install-sh-236-    *)
##############################################
avrdude-6.3-20171130+svn1429/install-sh-281-      dstdir=$dst
avrdude-6.3-20171130+svn1429/install-sh:282:      dst=$dstdir/`basename "$src"`
avrdude-6.3-20171130+svn1429/install-sh-283-      dstdir_status=0
avrdude-6.3-20171130+svn1429/install-sh-284-    else
avrdude-6.3-20171130+svn1429/install-sh:285:      dstdir=`dirname "$dst"`
avrdude-6.3-20171130+svn1429/install-sh-286-      test -d "$dstdir"
##############################################
avrdude-6.3-20171130+svn1429/install-sh-344-                   test_tmpdir="$tmpdir/a"
avrdude-6.3-20171130+svn1429/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
avrdude-6.3-20171130+svn1429/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
avrdude-6.3-20171130+svn1429/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
avrdude-6.3-20171130+svn1429/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
avrdude-6.3-20171130+svn1429/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
avrdude-6.3-20171130+svn1429/install-sh-409-            case $prefix in
avrdude-6.3-20171130+svn1429/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
avrdude-6.3-20171130+svn1429/install-sh-411-              *) qprefix=$prefix;;
##############################################
avrdude-6.3-20171130+svn1429/install-sh-458-    if $copy_on_change &&
avrdude-6.3-20171130+svn1429/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
avrdude-6.3-20171130+svn1429/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
avrdude-6.3-20171130+svn1429/install-sh-461-       set -f &&
##############################################
avrdude-6.3-20171130+svn1429/.pc/revert-usbtiny-tpi-implementation.patch/configure.ac-55-   AC_MSG_CHECKING([whether yylex_destroy is generated by flex])
avrdude-6.3-20171130+svn1429/.pc/revert-usbtiny-tpi-implementation.patch/configure.ac:56:   flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
avrdude-6.3-20171130+svn1429/.pc/revert-usbtiny-tpi-implementation.patch/configure.ac-57-   case $flex_version in
##############################################
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h-315-int avr_set_bits(OPCODE * op, unsigned char * cmd);
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h:316:int avr_set_addr(OPCODE * op, unsigned char * cmd, unsigned long addr);
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h-317-int avr_set_input(OPCODE * op, unsigned char * cmd, unsigned char data);
##############################################
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h-763-
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h:764:int avr_mem_hiaddr(AVRMEM * mem);
avrdude-6.3-20171130+svn1429/.pc/undefined-posix-limits-workaround.patch/libavrdude.h-765-
##############################################
avrdude-6.3-20171130+svn1429/.pc/use-makeinfo.patch/doc/Makefile.am-73-	| $(AWK) '$$2 ~ /^=$$/ {printf("@item @code{%s} @tab %s\n",$$1,$$3)}' \
avrdude-6.3-20171130+svn1429/.pc/use-makeinfo.patch/doc/Makefile.am:74:	| sed -e "`sed 's:\([^ \t]*\)[ \t]*\(.*\):s/\1$$/\1 \2/g:g' <parts_comments.txt`" \
avrdude-6.3-20171130+svn1429/.pc/use-makeinfo.patch/doc/Makefile.am-75-	>parts.texi
##############################################
avrdude-6.3-20171130+svn1429/.pc/fix-ps-creationdate.patch/doc/Makefile.am-73-	| $(AWK) '$$2 ~ /^=$$/ {printf("@item @code{%s} @tab %s\n",$$1,$$3)}' \
avrdude-6.3-20171130+svn1429/.pc/fix-ps-creationdate.patch/doc/Makefile.am:74:	| sed -e "`sed 's:\([^ \t]*\)[ \t]*\(.*\):s/\1$$/\1 \2/g:g' <parts_comments.txt`" \
avrdude-6.3-20171130+svn1429/.pc/fix-ps-creationdate.patch/doc/Makefile.am-75-	>parts.texi
##############################################
avrdude-6.3-20171130+svn1429/configure.ac-55-   AC_MSG_CHECKING([whether yylex_destroy is generated by flex])
avrdude-6.3-20171130+svn1429/configure.ac:56:   flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
avrdude-6.3-20171130+svn1429/configure.ac-57-   case $flex_version in
##############################################
avrdude-6.3-20171130+svn1429/libavrdude.h-327-int avr_set_bits(OPCODE * op, unsigned char * cmd);
avrdude-6.3-20171130+svn1429/libavrdude.h:328:int avr_set_addr(OPCODE * op, unsigned char * cmd, unsigned long addr);
avrdude-6.3-20171130+svn1429/libavrdude.h-329-int avr_set_input(OPCODE * op, unsigned char * cmd, unsigned char data);
##############################################
avrdude-6.3-20171130+svn1429/libavrdude.h-775-
avrdude-6.3-20171130+svn1429/libavrdude.h:776:int avr_mem_hiaddr(AVRMEM * mem);
avrdude-6.3-20171130+svn1429/libavrdude.h-777-