Måns Rullgård
|
0680c40a25
Remove .SECONDARY directive
|
14 years ago |
Måns Rullgård
|
6a53fffd77
Improve version.h generation
|
14 years ago |
Måns Rullgård
|
93bff1de77
Replace $(G) with more generic $(M) in silent make rules
|
14 years ago |
Måns Rullgård
|
86be2bc36f
Prettify make output for documentation
|
14 years ago |
Måns Rullgård
|
a736e0e5c2
Prettify make output when generating headers
|
14 years ago |
Måns Rullgård
|
451db9832c
Simplify static/shared build rules
|
14 years ago |
Måns Rullgård
|
7acc01042e
Remove duplicates from OBJS
|
14 years ago |
Måns Rullgård
|
f89c14027a
checkheaders: skip per-arch headers not meant for direct inclusion
|
14 years ago |
Måns Rullgård
|
2a5500b13e
Add TESTOBJS make variable for extra objects used by test apps
|
14 years ago |
Måns Rullgård
|
9b55e2e727
Skip cmdutils_common_opts.h fragment in checkheaders
|
14 years ago |
Måns Rullgård
|
72c2bdebcf
Define HAVE_AV_CONFIG_H only when building libraries
|
14 years ago |
Måns Rullgård
|
a0ac950109
Fix build with compilers using a separate dependency command
|
14 years ago |
Måns Rullgård
|
63611f31e8
Prettify make output
|
14 years ago |
Måns Rullgård
|
1d53620311
Stop make deleting intermediate files (ffmpeg.o and friends)
|
14 years ago |
Måns Rullgård
|
f3a572ca14
Disable suffix rules
|
14 years ago |
Måns Rullgård
|
8be0a5c384
Move ECFLAGS so it doesn't get added multiple times
|
15 years ago |
Måns Rullgård
|
604b2f5276
Append ECFLAGS to CFLAGS
|
15 years ago |
Ramiro Polla
|
d3cb93b374
Revert r21226, it was a joke:
|
15 years ago |
Måns Rullgård
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 years ago |
Ramiro Polla
|
93fe7eb68d
Get one step closer to world domination.
|
15 years ago |
Måns Rullgård
|
79de9c83e0
Delete *.d files with make clean
|
15 years ago |
Måns Rullgård
|
de4070b520
Add generic rules for building helpers with HOSTCC
|
15 years ago |
Måns Rullgård
|
bce7b696a2
Add PIC flags early so tests they affect give correct results
|
15 years ago |
Måns Rullgård
|
95f2c769c3
Skip headers requiring external libs not present in checkheaders
|
15 years ago |
Måns Rullgård
|
07dec06e6a
Generate dependencies while compiling if supported by compiler
|
15 years ago |
Måns Rullgård
|
c1c3933a98
Generate dependencies when object files are built
|
15 years ago |
Måns Rullgård
|
bea81a52c9
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
|
15 years ago |
Måns Rullgård
|
adcb219081
Move output redirection of deps generation from make rule to DEPEND_CMD
|
15 years ago |
Stefano Sabatini
|
04a803bef4
Append the user CPPFLAGS value to the CPPFLAGS used for compilation,
|
15 years ago |
Måns Rullgård
|
2f2e6c7ce1
Pass ASFLAGS to assembler instead of CFLAGS
|
15 years ago |
Måns Rullgård
|
7e6c86e65d
Allow unusual ways of specifying compiler output file
|
15 years ago |
Måns Rullgård
|
3198f6187a
Set CFLAGS directly in config.mak instead of using OPTFLAGS
|
15 years ago |
Måns Rullgård
|
50a334e426
Separate C preprocessor flags into CPPFLAGS variable
|
15 years ago |
Dave Yeo
|
8e8a67faec
Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
|
15 years ago |
Måns Rullgård
|
b4c80b649e
Fix building from within subdirs
|
15 years ago |
Diego Biurrun
|
c5662879ff
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
|
15 years ago |
Måns Rullgård
|
bdc2cc16eb
Always use -L flags for all subdirs
|
15 years ago |
Måns Rullgård
|
3fd422ff77
Move make rules applicable only to subdirs into subdir.mak
|
15 years ago |
Diego Biurrun
|
43a0cb7ca2
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
|
15 years ago |
Diego Biurrun
|
3344cf851c
Use a wildcard match instead of a list to remove test programs.
|
15 years ago |
Diego Biurrun
|
7304c2c4ce
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
|
15 years ago |
Diego Biurrun
|
6ccf540fa5
prettyprinting cosmetics
|
15 years ago |
Diego Biurrun
|
661ce28996
Rename 'tests' target to 'testprogs'. It is too easily confused with the
|
15 years ago |
Diego Biurrun
|
6708cfc4d3
Add rule for building API example programs.
|
15 years ago |
Diego Biurrun
|
0cc647cbfb
Mark all clean targets as phony.
|
15 years ago |
Måns Rullgård
|
313c46a610
Compile .S files with $(AS), set it in configure
|
15 years ago |
Diego Biurrun
|
9d821fc2d2
Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to
|
15 years ago |
Diego Biurrun
|
873b092353
version.h should depend on config.mak.
|
15 years ago |
Måns Rullgård
|
f2f35d3364
Fix version.h dependency on version.sh
|
16 years ago |
Diego Biurrun
|
1db2c5c9ef
version.h depends on version.sh.
|
16 years ago |