OSDN Git Service

x264 bump to r1338-19977e9
[handbrake-jp/handbrake-jp-git.git] / make / include / target.defs
1 TARGET.dylib.prefix = lib
2 TARGET.dylib.suffix =
3 TARGET.dylib.ext    = .dylib
4 TARGET.dylib        = $(TARGET.dylib.prefix)$(1)$(TARGET.dylib.suffix)$(TARGET.dylib.ext)
5
6 TARGET.archive.prefix = lib
7 TARGET.archive.suffix =
8 TARGET.archive.ext    = .a
9 TARGET.archive        = $(TARGET.archive.prefix)$(1)$(TARGET.archive.suffix)$(TARGET.archive.ext)
10
11 TARGET.exe.prefix =
12 TARGET.exe.suffix =
13 TARGET.exe.ext    =
14 TARGET.exe        = $(TARGET.exe.prefix)$(1)$(TARGET.exe.suffix)$(TARGET.exe.ext)