]> rtime.felk.cvut.cz Git - omk.git/history - snippets/linux.omk
Always use OMK_*FLAGS instead of *FLAGS
[omk.git] / snippets / linux.omk
2015-03-10 Michal SojkaAlways use OMK_*FLAGS instead of *FLAGS
2015-03-10 Michal SojkaDelete unused variables
2014-06-26 Michal SojkaSupport all generally recognized C++ extensions
2014-06-26 Michal SojkaIt is not necessary to evaluate C++ compilation separat...
2014-06-26 Michal SojkaAdd rules for .s assembler files
2014-01-06 Michal SojkaFix typo that caused all programs to be linked by ...
2013-11-26 Michal SojkaDo not use program dependenies on linker command line
2013-11-25 Michal SojkaReplace AM_ variables with OMK_ ones
2013-11-25 Michal SojkaMove cmetric rules to a separate snippet
2013-11-25 Michal SojkaRemove debugging message
2013-11-22 Michal SojkaSupport target specific flags also for libraries
2013-11-22 Michal SojkaSupport program specific CFLAGS, CXXCLAGS and CPPFLAGS
2013-11-13 Michal SojkaFix error with multiple IDL files
2013-11-12 Michal SojkaDocument and fix xxx_GEN_SOURCES
2013-11-12 Michal SojkaRemove debugging output
2013-11-12 Michal SojkaFix sources_in_subdirectory test
2013-11-12 Michal SojkaFix IDL test
2013-11-12 Michal SojkaSimplify libraries compilation
2013-11-12 Michal SojkaSimplify program compilation
2013-11-12 Michal SojkaDocument AM_ variables instead of user variables
2013-11-12 Michal SojkaSplit Linux rules to user and kernel parts
2013-11-12 Michal SojkaConvert clean pass to "double-colon rules"
2013-11-12 Michal SojkaRemove OCERA specific stuff
2013-11-12 Michal SojkaCorrect comment
2012-10-16 Michal SojkaObey CXXFLAGS variable when set
2012-07-09 Michal SojkaAdd support for .cpp extension of C++ sources
2011-06-24 Pavel PisaLinux kernel modules build support adapted for KBUILD...
2011-05-12 Pavel PisaAllow use alternative to default system SED program...
2011-02-21 Michal SojkaRemove support for testing from snippets
2011-02-21 Michal SojkaAdd bin_SCRIPTS variable that causes files to be compie...
2010-03-21 Michal SojkaAdded FIXME comment
2010-03-21 Michal SojkaFix bug in the previous commit when Makefile.omk is...
2010-03-21 Michal SojkaAllow sources in subdirectories
2010-01-13 Pavel PisaUse correct EXE_SUFFIX for Windows.
2009-10-22 Michal SojkaCMETRIC learned how to export values in decimal format
2009-09-25 Michal Sojkacmetric: Fixed for shells without "set -o pipefail...
2009-09-25 Michal Sojkacmetric: Generate the output to .tmp and rename it...
2009-07-12 Michal SojkaFix parallel build (-j) of shared libraries
2009-06-03 Michal SojkaFix KCFG2MK message parameter
2009-05-22 Michal SojkaAdded support for xxx_LDFLAGS
2009-05-21 Michal SojkaMerge branch 'master' of sojka@rtime.felk.cvut.cz:...
2009-05-21 Michal SojkaAdded dependency of IDL generated files on IDL compiler
2009-05-21 Michal SojkaAdded dependency of IDL generated files on IDL compiler
2009-05-05 Michal SojkaAdded lib_LOADLIBES to documentation
2009-04-16 Michal SojkaFixed typos spotted by Tommaso Cucinotta
2009-04-09 Michal SojkaName of .map file of shared libraries changed
2009-04-09 Michal SojkaGenerate linker map files for shared libraries
2009-04-05 Pavel PisaMerge branch 'master' of pisa@rtime.felk.cvut.cz:/var...
2009-04-05 Pavel PisaKernel modpost build should be done by C compiler not...
2009-04-04 Pavel PisaThe OMK rules updated for 2.6.29 kernel modules build.
2009-02-19 Michal SojkaMerge branch 'devel-cherrypick'
2009-02-19 Michal SojkaRemoved emacs modelines
2009-02-19 Michal SojkaSnippets renamed to *.omk