$ head -3000 *.mk ==> crash.mk <== # Configuration options for 'crash' tree CRASHDIR := /mnt/home-work/TOOLS/crash-5.1.1-patched GDBDIR := /mnt/home-work/TOOLS/crash-5.1.1-patched/gdb-7.0/gdb GDBINCL = -I$(GDBDIR) -I$(GDBDIR)/config -I$(GDBDIR)/../bfd \ -I$(GDBDIR)/../include -I$(GDBDIR)/../intl EXTRA := -DGDB7 -I$(GDBDIR)/common TARGET := X86_64 CRASHVERS := 5.1.1 ==> local.mk <== # Configuration options for local build PYTHON := python PYINCLUDE := -I/usr/include/python2.6 CC := gcc -pthread CFLAGS := -fPIC LIBS := -L. -lpython2.6 -lpthread -ldl -lutil -lm LINKFLAGS := -nostartfiles -shared -Xlinker -export-dynamic TOPDIR := /mnt/home-work/TOOLS/pykdump-bld ==> slocal.mk <== # Configuration options for static-build PYTHONDIR := /mnt/home-work/TOOLS/Python-2.6.7 PYTHON := env LD_LIBRARY_PATH=/mnt/home-work/TOOLS/Python-2.6.7 /mnt/home-work/TOOLS/Python-2.6.7/python PYINCLUDE := -I/mnt/home-work/TOOLS/Python-2.6.7/Include -I/mnt/home-work/TOOLS/Python-2.6.7 CC := gcc -pthread CFLAGS := -fPIC LIBS := /mnt/home-work/TOOLS/Python-2.6.7/libpython2.6.a -lpthread -ldl -lutil -lm LINKFLAGS := -nostartfiles -shared -Xlinker -export-dynamic TOPDIR := /mnt/home-work/TOOLS/pykdump-bld STDLIBP := /mnt/home-work/TOOLS/Python-2.6.7/local/lib/python2.6 COMPALL := /mnt/home-work/TOOLS/Python-2.6.7/local/lib/python2.6/compileall.py MINPYLIB_FILES := minpylib-2.6.lst