summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Expand)AuthorAge
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
* Remove all dependency files on distclean.Diego Biurrun2008-04-13
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-13
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
* generate separate dependency files per object fileMåns Rullgård2008-04-09
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-07
* non-recursive makefilesMåns Rullgård2008-04-07
* bandaid fix for broken shared library installationDiego Biurrun2008-03-28
* Fix circular dependency between install-progs and install-libs targets.Diego Biurrun2008-03-28
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-27
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-26
* rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård2008-03-15
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-09
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* allow vpath search only for source filesMåns Rullgård2008-03-05
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* OS/2 support restored in cleaner form.Dave Yeo2007-12-05
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-30
* Simplify install-libs prerequisite generation.Diego Biurrun2007-10-23
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
* Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo2007-10-17
* ln is not available on all platforms, so introduce a variable for itDave Yeo2007-09-15
* cosmetics: Use uppercase names for installation directories in makefiles.Diego Biurrun2007-07-21
* Remove EXTRADEPS from common.mak since it is no longer usedRamiro Polla2007-07-19
* add "checkheaders" targetMåns Rullgård2007-06-17
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
* Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun2007-06-10
* readability cosmeticsDiego Biurrun2007-06-03
* Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.Diego Biurrun2007-04-03
* Simplify .depend file inclusion.Diego Biurrun2007-02-23
* Remove installstrip in favor of explicit strip; better for cross-compilation.Ramiro Polla2007-01-25
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
* Remove BeOS hack.Diego Biurrun2007-01-21
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-22
* Remove redundant comment.Diego Biurrun2006-11-25
* Remove duplicate *.lib from rm command.Diego Biurrun2006-11-15
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Quote names individually, since otherwise the whole list was understoodVíctor Paesa2006-10-08
* Simplify test program build.Diego Biurrun2006-10-05
* Libraries are created in the build tree, not in the source tree.Diego Biurrun2006-10-04
* Replace .. by $(SRC_PATH), otherwise there might be problems withDiego Biurrun2006-10-04