summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ownership.o depends on version.h.Jean Delvare2005-02-281-1/+1
* Use -Wmissing-prototypes.Jean Delvare2005-02-121-2/+2
* Discard -pedantic, we don't really need this.Jean Delvare2005-02-111-1/+1
* Everything depends on config.h.Jean Delvare2005-02-061-5/+5
* Move USE_MMAP to config.h, use mmap on Linux only.Jean Delvare2004-12-101-1/+0
* Be LDFLAGS aware. Original patch by Roberto Nibali.Jean Delvare2004-10-011-4/+7
* Drop TABLE_LITTLEENDIAN.Jean Delvare2004-04-111-1/+0
* Make it easier to select where to install the binaries and manual pages,Jean Delvare2004-03-201-13/+18
* Add manual pages.Jean Delvare2004-02-231-7/+10
* -D__IA64__ is gone.Jean Delvare2003-11-131-1/+0
* Add deleting core to the clean target.Jean Delvare2003-10-191-1/+1
* Handle the new vpddecode program.Jean Delvare2003-10-121-6/+34
* Don't use $^ since it isn't supported by BSD make. Reported by HuguesJean Delvare2003-09-131-3/+3
* Fix missing ownership dependency for install target.Jean Delvare2003-09-051-1/+1
* Now use USE_MMAP by default.Jean Delvare2003-06-201-1/+1
* Can now use mmap() instead of mallow()/read() to access the DMI table.Jean Delvare2003-06-191-0/+1
* Preliminary support for IA-64.Jean Delvare2003-06-191-0/+1
* Modified to support ownership (new program).Jean Delvare2003-06-171-2/+10
* Moved common "util" functions to util.c.Jean Delvare2003-06-171-5/+14
* Restored optional CFLAGS modifier lines.Jean Delvare2003-06-041-0/+3
* Moved version definition to version.h.Jean Delvare2003-03-061-2/+2
* Updated copyright years.Jean Delvare2003-03-061-1/+1
* Added target biosdecode.Jean Delvare2003-03-011-10/+15
* A simple Makefile.Jean Delvare2003-01-191-0/+29