aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
AgeCommit message (Collapse)Author
2011-10-15changed: reduce some of the entering / leaving directory clutter during makeJoakim Plate
2011-10-15changed: silence linking step of xbmc.binJoakim Plate
2011-07-28Use and display the correct compilersCory Fields
2011-07-28fixed: linux buildCory Fields
commit afc1bf87b changed the behavior so that build fails if a .d file cannot be found. Rather than simply reverting to the old behavior (using cp ; rather than cp &&), fix the problem instead. gcc by default creates .d files where the Makefile was invoked, rather than in the path of the source/object file. We can use the -MF param to specify that it needs to go in the same path as the object. As a side effect this also cleans up a great deal of console spew (missing .d files) during build.
2011-07-24fixed: on compile failure we must still error code so make abortselupus
2011-07-23fixed: make sure .P files get deleted on ctrl+Celupus
2011-07-09changed: win32 has dvdplayer root in include dir, so let's have that for ↵elupus
linux too
2011-06-13prep for TARGET_xxx, move _LINUX into ARCH_DEFINESdavilla
2011-03-27fixed: forgot to silence ar commandJoakim Plate
2011-03-26changed: silence compile output on linuxJoakim
Doing make V=1 will enable the log spew again
2011-02-07remove all /bin/bash and replace them by @SHELL@ macroFneufneu
2011-02-03removed: internal ffmpeg from includes when external is usedAnssi Hannula
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2010-07-11fixed: set $PACKAGE_TARNAME as it may be referenced by @docdir@anssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31740 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-11fixed: missing LDFLAGS/CFLAGS when removed from environmentanssih
Ideally, Makefile.include.in should contain "CFLAGS = user-specified-cflags" instead of "CFLAGS += user-specified-cflags", and the individual Makefiles would use '+=' as needed. This would allow the 'user-specified-cflags' from 'configure' to be completely overridden (instead of just appended) with "make CFLAGS=some-other-flags" as is the general convention. Since that would be fairly disruptive, lets not do it for now. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31737 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-12remove duplicate lib/include paths using sortdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31042 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: debug and optim cflags should be passed to all lib tests and crap we ↵althekiller
build. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30979 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08fixed: POSIX feature test macros should be passed to all of the crap we buildalthekiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30978 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-03changed: updated ffmpeg to r23426spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30802 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-14Merge branch 'fhs'ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30134 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-09Allow the installation of files to be more configurable. Also fix the ↵ceros7
installation of certain files. This still forces files in libdir to be installed in datarootdir (i.e. $(prefix)/share) instead. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29946 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-01-22Merge remote branch 'origin/gpl-compat'ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27060 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-11-14Avoid symlinks from pwd.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24586 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-30fixed: Less stupidity digging for libcurl.so. (since you're configuring ↵AlTheKiller
anyway ;)) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23271 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90