Makefile


Log

Author Commit Date CI Message
Guillem Jover 6dc84320 2008-07-26T22:25:22 Add a micro version part
Guillem Jover 2d5c088a 2008-07-12T07:46:37 Move each groups of related files to their own line
Guillem Jover 3de930e6 2008-07-12T07:41:07 Make action targets PHONY
Guillem Jover 2729ca82 2008-07-12T07:53:03 Define default CFLAGS overridable by the environment
Guillem Jover 9a2b946f 2008-07-12T07:59:14 Move LIB_PKGCONFIG dependency to the libs target
Guillem Jover 83210a83 2008-07-12T07:48:10 Switch remaining variables to single expanded ones
Guillem Jover 69c94c50 2008-07-12T07:46:53 Remove useless comment header
Guillem Jover e9cb0d1c 2008-07-12T07:37:13 New README file
Guillem Jover 87d6d656 2008-07-12T07:31:59 Automatically generate libbsd.pc from libbsd.pc.in
Guillem Jover ff8539bc 2008-07-12T07:29:24 Add new path variables
Guillem Jover 8c7f053a 2008-07-12T07:00:19 Automatically generate the ChangeLog on 'make dist'
Guillem Jover c1615a50 2008-07-12T06:46:18 Define a LIB_PKGCONFIG variable
Guillem Jover e42791d0 2008-07-12T06:41:10 Move filename related variables to the beginning of the file Switch them to single expanded varibles.
Guillem Jover 1e1ab187 2008-07-12T06:35:45 Define a LIB_VERSION variable
Guillem Jover ba7ece77 2008-07-09T09:25:34 Create an armored detached signature on 'make dist'
Guillem Jover 38829bdc 2008-07-09T09:07:03 Add new setmode and getmode functions from FreeBSD
Guillem Jover 96358a2a 2008-07-09T08:47:09 Add support for 'make dist'
Guillem Jover fc163cee 2008-07-09T07:23:49 Move version and library name to the beginning of the file
Guillem Jover 7b1c361f 2008-07-09T07:17:20 Remove RCS tag
Guillem Jover efa9658b 2008-06-18T08:51:53 Remove link_addr and link_ntoa functions The address familiy used is kernel dependent, so the application will have to be ported regardless.
Guillem Jover bf4eeb29 2008-06-18T08:44:18 Add arc4random_stir and arc4random_addrandom functions
Guillem Jover 26ab4750 2008-06-18T08:25:48 Add a pkg-config file
Guillem Jover b37f1039 2008-06-18T08:19:41 Replace current md5 code with one from MirBSD and OpenBSD This adds the following public functions: MD5Transform, MD5End, MD5File, MD5FileChunk, MD5Data
Aurelien Jarno 2ef27385 2006-11-07T23:41:16 link_addr: New function
Petr Salinger 30176335 2006-08-25T13:39:32 humanize_number: New function
Robert Millan 3462d126 2006-03-29T13:55:22 Add heapsort
Robert Millan d493e6cd 2006-03-25T20:03:00 Move shared library to /lib Needed by binaries in /bin and /sbin.
Robert Millan 37c5b9a2 2006-03-19T11:12:07 Fix install paths so that /usr/include also works
Robert Millan 40bb012f 2006-03-19T10:25:49 Add vis and unvis
Robert Millan 5bd83402 2006-03-17T19:55:21 Add getprogname and setprogname
Guillem Jover 81504734 2006-02-14T06:43:04 Move some macros to cdefs.h
Guillem Jover 5372b736 2006-02-14T05:39:29 Move sources to src/
Guillem Jover 6be6380e 2006-02-14T05:33:38 Add missing %
Guillem Jover 7bd6e03a 2006-02-14T05:26:48 Makefile: Cleanup (LIB_SRCS): Line wrap. (LIB_INCLUDES): List only the files, automatically prefix the dir. (LIB_MANS): Likewise.
Robert Millan 7aed0593 2006-02-13T20:56:47 Add bsd_getopt
Robert Millan 019b5818 2006-02-13T20:25:22 Revert c849ba32af231fba36f4500d0d3290821f4dd7b7 Will use bsd_getopt() wrapper instead.
Robert Millan c849ba32 2006-02-13T09:02:17 reset_getopt: New function (borrowed from e2fsprogs)
Robert Millan 33eb3ecc 2006-02-10T14:59:03 Add errc, warnc, verrc and vwarnc
Aurelien Jarno bc2b90c0 2005-12-20T21:05:34 Makefile: Fix typo
Aurelien Jarno dedb8169 2005-12-20T20:29:47 Added manpages and fixed fmtcheck
Aurelien Jarno 91473e27 2005-12-18T04:02:56 fmtcheck: New function
Guillem Jover 657f1b59 2005-10-31T22:57:10 Reorganize header files
Hector Garcia a6361122 2005-08-03T16:12:59 General cleanup Changes on Makefile to fix lack of soft links on shared lib. Changes on md5.h to reflect md5c.c. Fixed few packaging problems.
Guillem Jover 8928a721 2005-07-25T23:38:43 Makefile: Add "md5.h" to LIB_INCLUDES
Hector Garcia 2154e961 2005-07-25T23:02:40 Changed files to compile md5c.c
Guillem Jover aa605d5f 2005-07-24T23:55:15 Add versioned symbols support
Guillem Jover 07a58e79 2005-07-24T23:35:23 General cleanup
Hector Garcia 8654206a 2005-07-24T22:51:34 Importing libbsd