aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* If character set conversion for help_mp.h is required, do it on the wholeGravatar diego2008-05-19
* The multiple inclusion guard in help_mp.h has to cover the whole file,Gravatar diego2008-05-19
* Simplify help_mp.h generation commands by using $@.Gravatar diego2008-05-18
* Do not hide that we are running a helper script.Gravatar diego2008-05-18
* Move the logic that decides if untranslated messages need to be added toGravatar diego2008-05-18
* Replace hack to disable iconv conversion of messages with something more sane.Gravatar diego2008-05-18
* Remove unused strip target.Gravatar diego2008-05-18
* Merge directory installation commands.Gravatar diego2008-05-18
* one less level of indirection for install and program targetsGravatar diego2008-05-18
* install-mplayer and install-mencoder targets should depend on install-dirs.Gravatar diego2008-05-18
* Do not install DATADIR always, the GUI installation target takes care of this.Gravatar diego2008-05-18
* Install the required man page directories in the man page targets.Gravatar diego2008-05-18
* Replace hackish shell loops for man page installation with make constructs.Gravatar diego2008-05-18
* Create directories for the translated man pages in the install-dirs target.Gravatar diego2008-05-18
* Introduce make variable common to the GTK and Windows GUI and use itGravatar diego2008-05-18
* install-mencoder-man depends on install-mplayer-man.Gravatar diego2008-05-18
* Replace shell for loop with proper foreach make construct in uninstall target.Gravatar diego2008-05-18
* Always uninstall English man pages instead of never.Gravatar diego2008-05-18
* Remove (hopefully obsolete) codecs.conf workaround.Gravatar diego2008-05-18
* Introduce a pattern rule for install-mplayer and install-mencoder targets.Gravatar diego2008-05-18
* Separate install-mencoder and install-mencoder-man targets.Gravatar diego2008-05-18
* The install-gui target depends on the install-mplayer target.Gravatar diego2008-05-18
* Simplify installation rules with $<.Gravatar diego2008-05-18
* Do not remove gmplayer.1, it is never installed.Gravatar diego2008-05-18
* Sort alphabeticallyGravatar ben2008-05-18
* There is no need to ignore errors from 'rm -f' commands.Gravatar diego2008-05-18
* Remove skin download instructions, they have no place in the Makefile.Gravatar diego2008-05-18
* Add support for AppleIR Remote as an input under Linux systems.Gravatar ben2008-05-18
* Fix typo in install-gui target dependency.Gravatar diego2008-05-13
* Remove unused file, it has never been compiled.Gravatar diego2008-05-11
* AVOptions support.Gravatar michael2008-05-10
* Add . to windres include path (otherwise version.h is not found).Gravatar reimar2008-05-10
* Add some comment headings to divide the Makefile into logical chapters.Gravatar diego2008-05-09
* cosmetics: Move some stuff around for more logical grouping.Gravatar diego2008-05-09
* FFmpeg parts no longer require extra -I CFLAGS.Gravatar diego2008-05-09
* Remove useless output.Gravatar diego2008-05-08
* Make the checkheaders target work non-recursively.Gravatar diego2008-05-03
* Only compile and use libmpeg2 AltiVec code when AltiVec is available. TheGravatar diego2008-05-03
* realrtsp depends on librtsp/rtsp.cGravatar reimar2008-05-01
* Remove recurse target. Instead, make FFmpeg parts depend on the phony recurseGravatar diego2008-05-01
* Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.Gravatar diego2008-05-01
* Remove tools on distclean, not on clean.Gravatar diego2008-04-30
* Add testclean target and make distclean depend upon it.Gravatar diego2008-04-30
* Introduce TEST_OBJS variable for objects to link all test files againstGravatar diego2008-04-30
* Set libdvdcss CFLAGS for dvdread from configure.Gravatar diego2008-04-30
* whitespace cosmeticsGravatar diego2008-04-30
* Add new tests target to build all test programs and remove them on distclean.Gravatar diego2008-04-30
* Link loader test files against mp_msg-mencoder.o instead of mp_msg.o.Gravatar diego2008-04-30
* Add compilation rule for libvo/aspecttest and (hackishly) fix linking.Gravatar diego2008-04-30
* Add $(EXESUF) to test rules.Gravatar diego2008-04-30