Rework makefiles. Add proper dependency checking.

This commit is contained in:
Dave Hylands
2014-01-24 01:05:30 -08:00
parent 2b2cb7b7f4
commit c89c681a9f
9 changed files with 195 additions and 201 deletions

View File

@@ -9,7 +9,7 @@ enum {
MP_QSTR_ = 1, // the empty qstr
#define Q(id, str) MP_QSTR_##id,
// TODO having 'build/py.' here is a bit of a hack, should take config variable from Makefile
#include "build/py.qstrdefs.generated.h"
#include "build/py/qstrdefs.generated.h"
#undef Q
MP_QSTR_number_of,
} category_t;