Set CC to gcc by default.
[osl.git] / Makefile
2009-11-02 Andre NollSet CC to gcc by default.
2009-11-02 Andre NollCapitalize prefix variable.
2009-08-21 Andre NollMacOs Fixes.
2009-08-04 Andre Noll[Makefile]: Also create bindir and mandir on install. v0.1.0
2009-08-01 Andre NollRemove unnecessary $O from gengetopt target.
2009-08-01 Andre NollMerge commit 'fml/master'
2009-08-01 Andre NollInstall executables using mode 755.
2009-07-27 Andre NollAdd the osl logo.
2009-07-26 Andre NollAdd README/INSTALL and webpage generation stuff.
2009-07-26 Andre NollMakefile: Add doxygen comment to the osl_errors enum.
2009-07-12 Andre NollAdd target for man page, install oslfsck and its man...
2009-06-12 Andre NollAdd #ifdef wrapper for osl.h.
2009-04-19 Andre NollMerge commit 'athcx/master'
2009-04-16 Andre NollMerge commit 'fml/master'
2009-02-02 Andre NollMerge commit 'stark/master'
2009-02-02 Andre NollFix compilation on FreeBSD.
2009-01-31 Sebastian Starkremove oslfsck on 'make clean' as well
2008-06-18 Andre NollAdd missing dependency.
2008-06-06 Andre NollRename the _S macro to OSL_ERROR.
2008-06-06 Andre NollLet all source files depend on errtab.h
2008-06-06 Andre NollAdd Makefile magic for NetBSD.
2008-06-06 Andre NollMerge commit 'fml/master'
2008-06-06 Andre Nollfsck objects depend on osl.h.
2008-06-06 Andre NollSimplify Makefile.
2008-06-06 Andre NollSolaris fixes.
2008-06-06 Andre NollRename fd.[ch] to util.[ch].
2008-06-06 Andre Nollfsck.c depends on errtab.h.
2008-06-06 Andre NollDo not use gengetopt's --version output.
2008-06-06 Andre Nollosl.h depends on Makefile.
2008-06-06 Andre NollError codes must not start with zero.
2008-06-06 Andre Nollfsck.o depends also on fsck.cmdline.[ch].
2008-06-05 Andre NollBuild oslfsck by default.
2008-06-05 Andre NollAdd oslfsck.
2008-06-05 Andre NollDo not specify LDLAGS twice.
2008-06-05 Andre NollMerge commit 'meins/master'
2008-06-05 Andre NollFix target osl_errors.h on MacOS.
2008-06-04 Andre NollMakefile improvements.
2008-06-04 Andre NollFix and document compile options on Darwin.
2008-06-04 Andre NollThe linker on MacOS 10.4 does not understand -Wl,-z...
2008-06-04 Andre NollSimply use the major version of the lib also on MacOS.
2008-05-31 Andre NollMakefile: Activate optimization and -Wuninitialized.
2008-05-31 Andre NollMakefile: Disallow undefined symbols.
2008-05-31 Andre NollGenerate osl.h from osl.h.in.
2008-05-29 Andre NollAlways compile with -fvisibility=hidden.
2008-05-26 Andre NollGet rid of string.c and string.h.
2008-05-26 Andre NollInitial git import.