summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Collapse)AuthorAge
...
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-27
| | | | Originally committed as revision 12608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-26
| | | | Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård2008-03-15
| | | | Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-09
| | | | | | | target name. This breaks when compiling targets in subdirectories, so prepend the subdirectory name to the target name. Originally committed as revision 12398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow vpath search only for source filesMåns Rullgård2008-03-05
| | | | Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OS/2 support restored in cleaner form.Dave Yeo2007-12-05
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-30
| | | | | | | indirection. This moves build system workarounds closer to libpostproc where they are really needed. Originally committed as revision 10874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify install-libs prerequisite generation.Diego Biurrun2007-10-23
| | | | Originally committed as revision 10844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
| | | | Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo2007-10-17
| | | | | | | SLIB_INSTALL_EXTRA_COMMAND. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ln is not available on all platforms, so introduce a variable for itDave Yeo2007-09-15
| | | | | | | that can be set to a suitable platform-specific command. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
| | | | Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove EXTRADEPS from common.mak since it is no longer usedRamiro Polla2007-07-19
| | | | Originally committed as revision 9766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add "checkheaders" targetMåns Rullgård2007-06-17
| | | | Originally committed as revision 9346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* readability cosmeticsDiego Biurrun2007-06-03
| | | | Originally committed as revision 9195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
| | | | Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
| | | | | | patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove BeOS hack.Diego Biurrun2007-01-21
| | | | Originally committed as revision 7634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-22
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant comment.Diego Biurrun2006-11-25
| | | | Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate *.lib from rm command.Diego Biurrun2006-11-15
| | | | Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote names individually, since otherwise the whole list was understoodVíctor Paesa2006-10-08
| | | | | | | as a single long filename by the shell. patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify test program build.Diego Biurrun2006-10-05
| | | | Originally committed as revision 6563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Libraries are created in the build tree, not in the source tree.Diego Biurrun2006-10-04
| | | | Originally committed as revision 6555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace .. by $(SRC_PATH), otherwise there might be problems withDiego Biurrun2006-10-04
| | | | | | out-of-tree builds. Originally committed as revision 6553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* depend and dep are really the same target.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all phony targets as such.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun2006-08-04
| | | | | | with MinGW where ln is emulated by cp. Originally committed as revision 5930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add quotes where necessary.Diego Biurrun2006-08-04
| | | | Originally committed as revision 5929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun2006-08-03
| | | | Originally committed as revision 5927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MinGW special casing for shared lib creation to configure.Diego Biurrun2006-08-03
| | | | Originally committed as revision 5921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2006-07-31
| | | | Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create $(shlibdir), not $(libdir) for shared libs.Diego Biurrun2006-07-31
| | | | Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
| | | | | | based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove versioned .so files on make clean.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5719 to svn://svn.ffmpeg.org/ffmpeg/trunk