summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding build settings from the environmentJean Delvare2020-04-171-8/+9
* dmidecode: Add missing build dependencies on dmioutput.hJean Delvare2020-04-071-2/+2
* dmidecode: Update copyright yearJean Delvare2020-04-011-1/+1
* dmidecode: Add helper function pr_commentJean Delvare2020-04-011-2/+5
* Fix install-doc targetJean Delvare2017-07-171-1/+1
* dmidecode: Add support for 64-bit addressesJean Delvare2015-04-271-1/+5
* Update my e-mail addressJean Delvare2014-02-031-1/+1
* Revert previous unintended change to that file.Jean Delvare2013-04-231-1/+1
* Drop unneeded and possibly dangerous cast.Jean Delvare2013-04-231-1/+1
* Rework BSD make compatibility trick. The previous trick would breakJean Delvare2010-10-111-6/+12
* Clarify license.Jean Delvare2009-04-041-5/+9
* Update copyright statements.Jean Delvare2008-02-161-2/+2
* Fix the uninstall-man target.Jean Delvare2007-06-271-1/+1
* Do not build biosdecode, ownership and vpddecode on IA-64, as IA-64Jean Delvare2007-02-161-21/+20
* Define an ARRAY_SIZE macro which computes the size of a static array, andJean Delvare2007-02-111-2/+2
* Move the decoding of OEM-specific entries to a separate source file.Jean Delvare2007-02-111-4/+7
* Move the command line handling of vpddecode to a separate source file.Jean Delvare2005-10-031-3/+6
* Make it possible for --string to print decoded binary data rather thanJean Delvare2005-09-141-1/+1
* Export four specific decoding functions, make them suitable for externalJean Delvare2005-09-141-1/+2
* Use -Wundef.Jean Delvare2005-09-051-1/+1
* Move the command line handling of dmidecode to a separate source file.Jean Delvare2005-06-151-3/+6
* Use variables for install and rm commands, so that these can be overridenJean Delvare2005-04-031-24/+30
* Install some documentation files (README, CHANGELOG, AUTHORS).Jean Delvare2005-03-251-7/+30
* Install manual pages under $(prefix)/share/man by default, instead ofJean Delvare2005-03-201-1/+1
* Use -Winline.Jean Delvare2005-03-061-1/+1
* 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