summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* dmidecode: Add support for 64-bit addresseskhali2015-04-271-1/+5
* Update my e-mail addresskhali2014-02-031-1/+1
* Revert previous unintended change to that file.khali2013-04-231-1/+1
* Drop unneeded and possibly dangerous cast.khali2013-04-231-1/+1
* Rework BSD make compatibility trick. The previous trick would breakkhali2010-10-111-6/+12
* Clarify license.khali2009-04-041-5/+9
* Update copyright statements.khali2008-02-161-2/+2
* Fix the uninstall-man target.khali2007-06-271-1/+1
* Do not build biosdecode, ownership and vpddecode on IA-64, as IA-64khali2007-02-161-21/+20
* Define an ARRAY_SIZE macro which computes the size of a static array, andkhali2007-02-111-2/+2
* Move the decoding of OEM-specific entries to a separate source file.khali2007-02-111-4/+7
* Move the command line handling of vpddecode to a separate source file.khali2005-10-031-3/+6
* Make it possible for --string to print decoded binary data rather thankhali2005-09-141-1/+1
* Export four specific decoding functions, make them suitable for externalkhali2005-09-141-1/+2
* Use -Wundef.khali2005-09-051-1/+1
* Move the command line handling of dmidecode to a separate source file.khali2005-06-151-3/+6
* Use variables for install and rm commands, so that these can be overridenkhali2005-04-031-24/+30
* Install some documentation files (README, CHANGELOG, AUTHORS).khali2005-03-251-7/+30
* Install manual pages under $(prefix)/share/man by default, instead ofkhali2005-03-201-1/+1
* Use -Winline.khali2005-03-061-1/+1
* ownership.o depends on version.h.khali2005-02-281-1/+1
* Use -Wmissing-prototypes.khali2005-02-121-2/+2
* Discard -pedantic, we don't really need this.khali2005-02-111-1/+1
* Everything depends on config.h.khali2005-02-061-5/+5
* Move USE_MMAP to config.h, use mmap on Linux only.khali2004-12-101-1/+0
* Be LDFLAGS aware. Original patch by Roberto Nibali.khali2004-10-011-4/+7
* Drop TABLE_LITTLEENDIAN.khali2004-04-111-1/+0
* Make it easier to select where to install the binaries and manual pages,khali2004-03-201-13/+18
* Add manual pages.khali2004-02-231-7/+10
* -D__IA64__ is gone.khali2003-11-131-1/+0
* Add deleting core to the clean target.khali2003-10-191-1/+1
* Handle the new vpddecode program.khali2003-10-121-6/+34
* Don't use $^ since it isn't supported by BSD make. Reported by Hugueskhali2003-09-131-3/+3
* Fix missing ownership dependency for install target.khali2003-09-051-1/+1
* Now use USE_MMAP by default.khali2003-06-201-1/+1
* Can now use mmap() instead of mallow()/read() to access the DMI table.khali2003-06-191-0/+1
* Preliminary support for IA-64.khali2003-06-191-0/+1
* Modified to support ownership (new program).khali2003-06-171-2/+10
* Moved common "util" functions to util.c.khali2003-06-171-5/+14
* Restored optional CFLAGS modifier lines.khali2003-06-041-0/+3
* Moved version definition to version.h.khali2003-03-061-2/+2
* Updated copyright years.khali2003-03-061-1/+1
* Added target biosdecode.khali2003-03-011-10/+15
* A simple Makefile.khali2003-01-191-0/+29