summaryrefslogtreecommitdiffstats
path: root/common.mak
Commit message (Expand)AuthorAgeFilesLines
* Always use -L flags for all subdirsMåns Rullgård2009-04-011-1/+1
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-011-30/+0
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-261-1/+1
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* prettyprinting cosmeticsDiego Biurrun2009-03-251-12/+12
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-5/+5
* Add rule for building API example programs.Diego Biurrun2009-03-221-2/+4
* Mark all clean targets as phony.Diego Biurrun2009-03-131-1/+1
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-051-1/+1
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-031-2/+1
* version.h should depend on config.mak.Diego Biurrun2009-03-021-1/+1
* Fix version.h dependency on version.shMåns Rullgård2009-01-261-1/+1
* version.h depends on version.sh.Diego Biurrun2009-01-261-2/+2
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-111-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-2/+2
* Use OBJS variable for all object filesMåns Rullgård2008-10-251-4/+0
* Remove unused SRCS make variableMåns Rullgård2008-10-251-2/+0
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-261-1/+1
* 10000l, revert mistakely commited and unrelated hunk.Michael Niedermayer2008-08-131-1/+1
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-131-2/+2
* yasm buildsystemLoren Merritt2008-08-111-0/+7
* regenerate dependencies when building object filesMåns Rullgård2008-07-091-0/+2
* enable version.h to be created from subdirsMåns Rullgård2008-06-191-2/+16
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-161-1/+1
* Revert "Add version information to DLLs."Måns Rullgård2008-05-261-5/+2
* Add version information to DLLs.Jeremy Kolb2008-05-251-2/+5
* Remove -I flags pointing to local paths, they are no longer necessary.Diego Biurrun2008-05-091-2/+1
* fix make tests in subdirsMåns Rullgård2008-04-181-0/+2
* fix building of test programs (make tests)Måns Rullgård2008-04-161-4/+7
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-141-3/+0
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-131-0/+3
* Remove all dependency files on distclean.Diego Biurrun2008-04-131-1/+3
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-131-1/+2
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-131-3/+3
* move DEP_LIBS to common.makMåns Rullgård2008-04-091-0/+2
* generate separate dependency files per object fileMåns Rullgård2008-04-091-6/+13
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-071-1/+1
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-071-0/+1
* non-recursive makefilesMåns Rullgård2008-04-071-86/+41
* bandaid fix for broken shared library installationDiego Biurrun2008-03-281-4/+4
* Fix circular dependency between install-progs and install-libs targets.Diego Biurrun2008-03-281-3/+3
* Fix building with C++ objects, variable names were inconsistent.François Revol2008-03-271-2/+2
* Use common.mak in the top-level Makefile as well.Diego Biurrun2008-03-261-4/+6
* rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård2008-03-151-8/+6
* Move dependency generation commands into configure.Diego Biurrun2008-03-121-2/+1
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-101-1/+1
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-091-1/+2
* simplify library version handlingMåns Rullgård2008-03-071-0/+3
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+7
OpenPOWER on IntegriCloud