- Started to write a function which calls the _MM_ target in a mmakefile.
commitdccd4d3a6b98bc74a44a5143a40e92c777e1cf1f
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 15 Aug 2010 22:19:58 +0000 (15 22:19 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 15 Aug 2010 22:19:58 +0000 (15 22:19 +0000)
tree8365dc7445d100381b65d24112c9f7b8d19d83df
parenteeb95f6f2a33b3c702c725a4aaa72a6378b8a506
- Started to write a function which calls the _MM_ target in a mmakefile.

- After endless hassle with "typedef struct" I've removed all typedefs.
  Because execute() needs a pointer to Project I had to change some prototypes.
  That required some additional includes. That caused compiling errors
  which I wasn't able to solve otherwise.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@34165 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
15 files changed:
tools/MetaMake/cache.c
tools/MetaMake/cache.h
tools/MetaMake/dep.c
tools/MetaMake/dep.h
tools/MetaMake/dirnode.c
tools/MetaMake/dirnode.h
tools/MetaMake/list.c
tools/MetaMake/list.h
tools/MetaMake/mem.h
tools/MetaMake/mmake.c
tools/MetaMake/mmake.h
tools/MetaMake/project.c
tools/MetaMake/project.h
tools/MetaMake/var.c
tools/MetaMake/var.h