2009-04-06 14:07:30 +02:00
|
|
|
|
2009-08-26 08:56:33 +02:00
|
|
|
TEMPLATE = subdirs
|
2009-04-06 14:07:30 +02:00
|
|
|
|
2015-04-13 14:56:08 +02:00
|
|
|
gdb.file = gdb.pro
|
|
|
|
|
simplifytypes.file = simplifytypes.pro
|
|
|
|
|
|
|
|
|
|
# avoid race condition when compiling with multiple jobs
|
|
|
|
|
dumpers.depends = gdb simplifytypes
|
|
|
|
|
dumpers.file = dumpers.pro
|
|
|
|
|
|
|
|
|
|
SUBDIRS += gdb
|
|
|
|
|
SUBDIRS += simplifytypes
|
|
|
|
|
SUBDIRS += dumpers
|
2013-01-23 12:25:18 +01:00
|
|
|
SUBDIRS += namedemangler.pro
|
2014-02-18 17:25:21 +01:00
|
|
|
SUBDIRS += disassembler.pro
|
2014-03-27 19:34:18 +01:00
|
|
|
SUBDIRS += offsets.pro
|
2011-02-17 12:13:33 +01:00
|
|
|
|