mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
dfd9159f3d
Many compilers need special flags to compile *.h files as regular source code, if they will do so at all. Rather than hoping all compilers will have such a flag and adding mappings for it, create wrapper .c files for test building single headers. This allows using the regular rule for compiling C files without the need for special flags, and it also provides proper dependency tracking for these objects. Signed-off-by: Mans Rullgard <mans@mansr.com>
49 lines
599 B
Plaintext
49 lines
599 B
Plaintext
*.a
|
|
*.o
|
|
*.d
|
|
*.def
|
|
*.dll
|
|
*.exe
|
|
*.h.c
|
|
*.lib
|
|
*.pc
|
|
*.so
|
|
*.so.*
|
|
*.ver
|
|
*-example
|
|
*-test
|
|
/.config
|
|
/.version
|
|
/avconv
|
|
/avplay
|
|
/avprobe
|
|
/avserver
|
|
/config.*
|
|
/version.h
|
|
/doc/*.1
|
|
/doc/*.html
|
|
/doc/*.pod
|
|
/doc/avoptions_codec.texi
|
|
/doc/avoptions_format.texi
|
|
/doc/print_options
|
|
/doxy/
|
|
/libavcodec/*_tablegen
|
|
/libavcodec/*_tables.c
|
|
/libavcodec/*_tables.h
|
|
/libavutil/avconfig.h
|
|
/tests/audiogen
|
|
/tests/base64
|
|
/tests/data/
|
|
/tests/rotozoom
|
|
/tests/tiny_psnr
|
|
/tests/videogen
|
|
/tests/vsynth1/
|
|
/tools/aviocat
|
|
/tools/cws2fws
|
|
/tools/graph2dot
|
|
/tools/ismindex
|
|
/tools/pktdumper
|
|
/tools/probetest
|
|
/tools/qt-faststart
|
|
/tools/trasher
|