feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common Dependency Handling

- "Optimized" the build Output using Makefiles - to Kernel style build output.
- Changed dependency handling to common (core), by generating one lib file (ar) and link against that
	instead of assigning all deps individually in every subproject
- Changed header dependency handling in Subproject makefiles - requiring all common/ headers. 



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16198 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
blacksirius
2012-06-01 10:46:02 +00:00
parent d81154b3ea
commit d1746e052d
10 changed files with 130 additions and 89 deletions

View File

@@ -298,6 +298,7 @@ AC_ARG_WITH(
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_CPP
AC_PATH_PROG(AR, ar)
AC_LANG([C])