Go to file
Theodore A. Roth 2c7934a1ca These changes add basic support for a autoconf/automake based build system.
* .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
2003-02-14 20:34:03 +00:00
.cvsignore These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
AUTHORS These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
CHANGELOG Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
COPYING Re-license using the GNU GPL. Thanks to Ted Roth for the patch. 2003-02-06 19:08:33 +00:00
ChangeLog These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
Makefile.am These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
NEWS These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
README These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
avr.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
avr.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
avrdude.1 Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
avrdude.conf.sample Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
avrpart.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
bootstrap These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
config.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
config.h These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
config_gram.y These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
configure.ac These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
fileio.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
fileio.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
lexer.l These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
linux_ppdev.h * linux_ppdev.h: New file. 2003-02-11 23:50:31 +00:00
lists.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
lists.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
main.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
par.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
par.h Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
pgm.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
pgm.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
pindefs.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
ppi.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
ppi.h Split higher level parallel port programmer code off from ppi.c into 2003-02-13 19:27:50 +00:00
stk500.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
stk500.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
stk500_private.h Add basic support for STK500. 2002-12-01 04:30:01 +00:00
term.c These changes add basic support for a autoconf/automake based build system. 2003-02-14 20:34:03 +00:00
term.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00

README