Go to file
KOVACS Krisztian 9276e7d7f4 [CMAKE]: Fix build on debian unstable
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-20 10:16:45 -02:00
cmake/modules [CMAKE]: Fix build on debian unstable 2006-12-20 10:16:45 -02:00
CMakeLists.txt [CMAKE]: Fix build on debian unstable 2006-12-20 10:16:45 -02:00
README [MAKEFILE]: Use cmake in the build process 2006-12-12 00:37:23 -02:00
classes.c [CLASSES]: Make class__name return "void" when passed a NULL class 2006-12-19 09:20:52 -02:00
classes.h [CLASSES]: Export class__name 2006-12-19 09:11:17 -02:00
codiff.c [CLASSES]: Codiff and prefcnt doesn't use the filter in cu__for_each_function 2006-12-18 15:42:03 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [PAHOLE]: Fix copy'n'paste error on usage() 2006-12-20 09:41:25 -02:00
pfunct.c [PFUNCT]: Move usage() and the long options table to just before main 2006-12-19 06:03:31 -02:00
prefcnt.c [CLASSES]: Codiff and prefcnt doesn't use the filter in cu__for_each_function 2006-12-18 15:42:03 -02:00

README

Build instructions:

1. install cmake
2. mkdir build
3. cd build
4. cmake ..
5. make