summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* restore accidently deleted fileJustin Ruggles2008-08-241-0/+334
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-241-334/+0
* PCM regression tests.Peter Ross2008-08-081-0/+1
* Move up swscale_error target so that regression tests error out immediately.Diego Biurrun2008-07-171-9/+9
* enable version.h to be created from subdirsMåns Rullgård2008-06-191-8/+0
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-161-1/+1
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-061-4/+0
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-271-2/+1
* Remove TAGS target cruft.Diego Biurrun2008-05-271-2/+2
* Simplify phony target declaration.Diego Biurrun2008-05-271-3/+1
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-271-3/+3
* clear TESTS variable between subdirsMåns Rullgård2008-04-161-1/+1
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-141-1/+1
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-101-1/+1
* correct soname for vhooksMåns Rullgård2008-04-101-0/+1
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-101-5/+6
* move DEP_LIBS to common.makMåns Rullgård2008-04-091-3/+0
* fix build with --build-suffixMåns Rullgård2008-04-091-1/+1
* generate separate dependency files per object fileMåns Rullgård2008-04-091-13/+7
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-071-27/+27
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-071-1/+1
* non-recursive makefilesMåns Rullgård2008-04-071-95/+33
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-031-15/+7
* simplify vhook/*.o ruleMåns Rullgård2008-04-031-3/+2
* clean up DEP_LIBS settingMåns Rullgård2008-04-031-5/+8
* 10l typo, restore forgotten $.Diego Biurrun2008-04-031-1/+1
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-021-2/+2
* fix ff*_g -> ff* rulesMåns Rullgård2008-03-291-2/+2
* bandaid fix for broken shared library installationDiego Biurrun2008-03-281-0/+3
* Move INSTALL_PROGS_TARGETS variable to a better place.Diego Biurrun2008-03-281-2/+1
* Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.Diego Biurrun2008-03-281-11/+6
* Replace ifeq to declare install-progs dependencies by a variable.Diego Biurrun2008-03-281-4/+3
* The install target should depend on enabled installation targets.Diego Biurrun2008-03-281-0/+2
* Remove TAGS target. It is ages old and has never been updated to matchDiego Biurrun2008-03-281-3/+0
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-261-25/+14
* cosmetics: Rename SRCS variable to PROGS_SRCS.Diego Biurrun2008-03-261-2/+2
* Merge LDFLAGS lines.Diego Biurrun2008-03-261-2/+1
* cosmetics: Move around some rules and variable declarations.Diego Biurrun2008-03-261-10/+10
* cosmetics: Rename 'all' target to 'main'.Diego Biurrun2008-03-261-1/+1
* Merge binary generation rules.Diego Biurrun2008-03-151-8/+5
* set SRC_DIR in top-leve MakefileMåns Rullgård2008-03-151-0/+2
* Use $< to simplify a few lines.Diego Biurrun2008-03-151-3/+3
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-141-1/+1
* Move dependency generation commands into configure.Diego Biurrun2008-03-121-3/+2
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-121-1/+1
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-121-1/+1
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-101-5/+1
* Simplify .depend generation command.Diego Biurrun2008-03-101-1/+1
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-101-1/+1
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-101-2/+2
OpenPOWER on IntegriCloud