openh264/build
Martin Storsjö 8f88f60637 Explicitly sort the files in mktargets.py
This avoids spurious changes to the targets.mk files when mktargets
is rerun on different platforms and different file systems.

In particular, OS X seems to mostly return files sorted
alphabetically, case insensitively, while they are returned in
a file system specific order on linux.
2014-03-08 01:55:39 +02:00
..
astyle.cfg Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
gtest-targets.mk Regenerate target makefiles after the latest mktargets.py changes 2014-02-12 22:11:05 +02:00
mktargets.py Explicitly sort the files in mktargets.py 2014-03-08 01:55:39 +02:00
mktargets.sh Exclude the arm assembly header as well 2014-03-04 23:23:19 +02:00
platform-android.mk Merge pull request #442 from mstorsjo/unify-thread-cleanup 2014-03-07 18:14:03 +08:00
platform-arch.mk Hook up building arm assembly in the generic linux and android makefiles 2014-03-04 08:56:42 +02:00
platform-darwin.mk Move the ASM variable declaration into the x86-common file 2014-02-28 10:22:19 +02:00
platform-freebsd.mk Only set x86 ASMFLAGS if building x86 assembly 2014-03-01 23:56:14 +02:00
platform-ios.mk Add the APPLE_IOS define when building for iOS with make 2014-03-04 09:26:15 +02:00
platform-linux.mk Hook up building arm assembly in the generic linux and android makefiles 2014-03-04 08:56:42 +02:00
platform-mingw_nt.mk Move the ASM variable declaration into the x86-common file 2014-02-28 10:22:19 +02:00
platform-msvc-arm.mk Add platform files for msvc and msvc-arm 2014-01-17 12:06:12 +02:00
platform-msvc-common.mk Set GTEST_HAS_TR1_TUPLE to 0 on msvc 2014-02-24 15:38:37 +02:00
platform-msvc.mk Move the ASM variable declaration into the x86-common file 2014-02-28 10:22:19 +02:00
platform-x86-common.mk Don't add -DNO_DYNAMIC_VP to ASMFLAGS 2014-03-05 15:02:53 +02:00