summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Not that I really expect memory modules running above 32 V...
* Rework BSD make compatibility trick. The previous trick would breakkhali2010-10-111-6/+12
| | | | GNU make 3.82.
* 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
| | | | | systems have no BIOS. This was quite tricky to keep both GNU make and BSD make happy, but it seems that I finally succeeded.
* Define an ARRAY_SIZE macro which computes the size of a static array, andkhali2007-02-111-2/+2
| | | | use it where relevant.
* 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
| | | | only DMI strings. Add four such string keywords.
* Export four specific decoding functions, make them suitable for externalkhali2005-09-141-1/+2
| | | | call.
* 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
| | | | by the caller.
* 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
| | | | $(prefix)/man, so as to comply with the FHS.
* 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
| | | | | and to use different paths when building and installing. Patch by Petter Reinholdtsen.
* 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
| | | | | | Fix dependencies for ownership. Add strip target. Various cleanups (reordering, comments, optimization and debug flags).
* Don't use $^ since it isn't supported by BSD make. Reported by Hugueskhali2003-09-131-3/+3
| | | | Lepesant.
* 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
| | | | | This is enabled by -DUSE_MMAP and could solve access problems on IA-64 systems as well as on some laptops (unconfirmed).
* 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