mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
* .cvsignore: Ignore autoconf files. * AUTHORS: New file. * ChangeLog: New file. * Makefile: Removed file. * Makefile.am: New file. * NEWS: New file. * README: New file. * bootstrap: New file. * configure.ac: New file. * avr.c: Include ac_cfg.h (generated by autoconf). * config.c: Include ac_cfg.h. Include config_gram.h instead of y.tab.h. * config.h: If HAS_YYSTYPE is not defined, define YYSTYPE. * config_gram.y: Include ac_cfg.h. * fileio.c: Include ac_cfg.h. * lexer.l: Include config_gram.h instead of y.tab.h. * lists.c: Include ac_cfg.h. * main.c: Include ac_cfg.h. * par.c: Include ac_cfg.h. * pgm.c: Include ac_cfg.h. * ppi.c: Include ac_cfg.h. * stk500.c: Include ac_cfg.h. * term.c: Include ac_cfg.h. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@192 81a1dc3b-b13d-400b-aceb-764788c761c2
21 lines
194 B
Plaintext
21 lines
194 B
Plaintext
*.diff
|
|
*.patch
|
|
y.output
|
|
y.tab.h
|
|
lexer.c
|
|
config_gram.c
|
|
.cvsignore
|
|
.depend
|
|
INSTALL
|
|
Makefile.in
|
|
ac_cfg.h.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
mkinstalldirs
|
|
stamp-h.in
|
|
|