Commit Graph

8 Commits

Author SHA1 Message Date
Michael Martin
0bd54d0432 Default to cc as a compiler, with options to change if needed 2016-02-08 18:10:23 -08:00
Michael Martin
e0ee18b299 Break out makedepend output to auxiliary file
This drastically simplifies the core Makefiles and if makedepend
is installed you can regenerate dependencies as needed with the
command `make depend`.
2016-02-08 18:04:00 -08:00
Michael Martin
d45d1461a2 Streamline Makefiles, resolve issue #4
Slinky and Macross need the same y.tab.h. This ensures that, and
it also removes all unused variables and rules and does a
makedepend pass to fill in the dependencies of .c files on .h
files.
2016-01-24 18:11:39 -08:00
Michael Martin
c2dff5c4c3 Remove cruft and gcc-5-only flags from Makefiles 2016-01-24 00:04:00 -08:00
Michael Martin
d53658da5e Extern all the globals, not just the tables 2016-01-24 00:00:20 -08:00
Michael Martin
cefd64ed6f Bring Slinky makefile in line with Macross 2016-01-23 22:53:59 -08:00
Michael Steil
41abf82cae Fixed macross and slinky to compile with clang 3.3 for i386 Mac OS X 2014-05-03 22:47:33 -07:00
Michael Steil
98a36557e4 Initial commit from macross.tar.gz
MD5 (macross.tar.gz) = 4ecb4a6e015b11fef043fe78d1eedb61
2014-05-03 22:20:34 -07:00