summaryrefslogtreecommitdiffstatshomepage
path: root/makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* added cppcheck target in order to run analysis of code (nw) Miodrag Milanovic2015-05-121-0/+45
* Added doxygen documentation definition file and make target for it (nw) Miodrag Milanovic2015-05-121-0/+10
* Add makefile switch to choose linking against bundled OR system expat library. Cesare Falco2015-05-111-0/+9
* Fix layout gen (nw) Miodrag Milanovic2015-05-091-2/+2
* No optimization for PROFILE otherwise symbols are not right (nw) Miodrag Milanovic2015-05-071-1/+0
* Added cleansrc to makefile (nw) Miodrag Milanovic2015-04-251-0/+28
* Include make for regression tests (nw) Miodrag Milanovic2015-04-231-0/+9
* Renamed to STRIP_SYMBOLS and made logic more clear (nw) Miodrag Milanovic2015-04-221-3/+3
* Added NO_STRIPPING option and enabled stripping of executable by default (nw) Miodrag Milanovic2015-04-191-0/+5
* better fix for windres (nw) Miodrag Milanovic2015-04-151-6/+17
* fix 32bit compile (nw) Miodrag Milanovic2015-04-151-4/+4
* Added QT_HOME to support custom QT installations (nw) Miodrag Milanovic2015-04-131-0/+6
* Added SHADOW_CHECK parameter so we can work on shadowing issues in our code (nw) Miodrag Milanovic2015-04-111-0/+5
* Some changes for FreeBSD and Solaris, will be sent upstream as well (nw) Miodrag Milanovic2015-04-101-0/+58
* Placed back and fixed python availability check Miodrag Milanovic2015-04-081-9/+8
* commented to test on MATE (nw) Miodrag Milanovic2015-04-081-3/+3
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-3/+11
* Create one more dir, should help MATE (nw) Miodrag Milanovic2015-04-081-1/+1
* added SEPARATE_BIN option to put executable files in bin folder and not in ma... Miodrag Milanovic2015-04-081-0/+4
* User configuration option can be now stored in useroptions.mak, so no need to... Miodrag Milanovic2015-04-071-0/+2
* Added FILTER_DEPS option for post compile filtering (nw) Miodrag Milanovic2015-04-071-0/+7
* Some vs2013-clang work (nw) Miodrag Milanovic2015-04-061-0/+3
* And one more (nw) Miodrag Milanovic2015-04-061-0/+5
* resurrected some more compile options (nw) Miodrag Milanovic2015-04-061-0/+25
* Fixed GENie building from main file (nw) Miodrag Milanovic2015-04-051-1/+5
* Add a simple CoreAudio sound output module Vas Crabb2015-04-051-0/+1
* Moved MOC handling in lua (nw) Miodrag Milanovic2015-04-041-46/+3
* remove not needed dirs from creation list (nw) Miodrag Milanovic2015-04-041-4/+1
* Moved plist generate to lua (nw) Miodrag Milanovic2015-04-041-6/+1
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-041-0/+10
|\
| * Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD Vas Crabb2015-04-041-0/+10
* | Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-126/+2
|/
* Added generated m68kops files to tree, added makefile for developers working ... Miodrag Milanovic2015-04-031-15/+1
* removed os_version, since it is not used anymore (nw) Miodrag Milanovic2015-04-031-3/+2
* skeleton for XCode support (nw) Miodrag Milanovic2015-04-021-0/+7
* Make VERBOSE=1 propagate properly, add summary of user-configurable options Vas Crabb2015-04-031-24/+83
* Add back support for big endian targets including OSX-PPC Vas Crabb2015-04-021-9/+25
* Ignore moc missing if MOC_FILES is empty (nw) Miodrag Milanovic2015-04-011-0/+2
* Bring back NOASM Vas Crabb2015-04-011-2/+17
* Add back DIRECTINPUT config for Windows OSD Vas Crabb2015-04-011-0/+4
* Better way to decide on whether to compile MOC Vas Crabb2015-04-011-8/+17
* Refactor out common OSD modules into separate lua file Vas Crabb2015-04-011-14/+10
* Restore DONT_USE_NETWORK Vas Crabb2015-04-011-0/+4
* Restore SDL2_MULTIAPI Vas Crabb2015-04-011-0/+4
* Get rid of unnecessary distro nonsense Vas Crabb2015-04-011-26/+0
* Restore MESA_INSTALL_ROOT Vas Crabb2015-04-011-0/+4
* Restore NO_OPENGL and USE_DISPATCH_GL Vas Crabb2015-04-011-0/+8
* Restore NO_USE_MIDI and some more OS support from the old SDL makefile Vas Crabb2015-04-011-0/+4
* Bring back some SDL OSD configurability (WIP) Vas Crabb2015-03-311-0/+24
* Fix VERBOSE=1 for top-level makefile, fix always regenerating makefiles on Wi... Vas Crabb2015-03-311-95/+93