Update amalgamate

This commit is contained in:
ipknHama 2016-08-28 14:46:44 +09:00
parent 967adf0de5
commit c44bcf2dc3
2 changed files with 972 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ if len(sys.argv) > 1:
OUTPUT = 'crow_all.h'
re_depends = re.compile('^#include "(.*)"', re.MULTILINE)
headers = [x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, '*.h'))]
headers = [x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, '*.h*'))]
print(headers)
edges = defaultdict(list)
for header in headers: