aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Expand)AuthorAge
* Add command to create dhahelper device to install-dhahelper target.Gravatar diego2008-06-08
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* Add dhahelper CFLAGS where appropriate if enabled.Gravatar diego2008-06-08
* Fix silly typo in CFLAG_SVGALIB_HELPER variable name.Gravatar diego2008-06-08
* Restore support for compiling with svgalib_helper.Gravatar diego2008-06-07
* No need to set LC_ALL=C for individual shell commands,Gravatar diego2008-06-07
* The VIDIX PCI files should be regenerated when the awk scriptGravatar diego2008-06-07
* Remove unnecessary -o option from windres invocation.Gravatar diego2008-06-06
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.Gravatar diego2008-06-06
* Add install-dhahelperwin target to simplify dhahelper installation on Windows.Gravatar diego2008-05-30
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.Gravatar diego2008-05-30
* Merge vidix/dhahelper/Makefile into top-level Makefile.Gravatar diego2008-05-30
* The install-drivers target should depend on the drivers target.Gravatar diego2008-05-29
* Merge drivers/Makefile into top-level Makefile.Gravatar diego2008-05-28
* Move messages header file creation to a separate shell script.Gravatar diego2008-05-27
* Revert declaration .NOTPARALLEL. Unfortunately this special target does notGravatar diego2008-05-27
* Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all createdGravatar diego2008-05-27
* cosmetics: Move toolsclean target to a better place.Gravatar diego2008-05-27
* Update comment heading.Gravatar diego2008-05-27
* cosmetics: Consistently place '-o $@' in compiler command line.Gravatar diego2008-05-27
* Simplify codec-cfg-test command with $^.Gravatar diego2008-05-27
* Fix codecs2html linking.Gravatar diego2008-05-27
* Merge doxygen_clean rule into distclean.Gravatar diego2008-05-27
* codecs2html and codec-cfg-test are removed by toolsclean. Do not removeGravatar diego2008-05-27
* Add codecs2html to TESTS variable.Gravatar diego2008-05-27
* Fix dependency declaration for codecs2html.Gravatar diego2008-05-27
* cosmetics: Move some rules to better places.Gravatar diego2008-05-27
* Add missing -I. to fix codecs2html compilation.Gravatar diego2008-05-27
* Add codec-cfg-test to list of TESTS.Gravatar diego2008-05-27
* Correct dependency declaration for codec-cfg-test.Gravatar diego2008-05-27
* There is no need to ignore the return value of an 'rm -rf' command.Gravatar diego2008-05-27
* Fix codec-cfg-test linking.Gravatar diego2008-05-27
* Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.Gravatar diego2008-05-27
* Get rid of "define RECURSIVE_RULE" since a lot of make version have problemsGravatar reimar2008-05-23
* 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