Home
last modified time | relevance | path

Searched refs:PLAT (Results 1 – 24 of 24) sorted by relevance

/external/harfbuzz_ng/win32/
Dbuild-rules-msvc.mak16 {..\src\}.cc{$(CFG)\$(PLAT)\harfbuzz\}.obj::
17 $(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_LIB_CFLAGS) /Fo$(CFG)\$(PLAT)\harfbuzz\ /c @<<
21 {..\src\hb-ucdn\}.c{$(CFG)\$(PLAT)\harfbuzz\}.obj::
22 $(CC) $(CFLAGS) /Fo$(CFG)\$(PLAT)\harfbuzz\ /c @<<
26 {..\util\}.cc{$(CFG)\$(PLAT)\util\}.obj::
27 $(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_CFLAGS) /Fo$(CFG)\$(PLAT)\util\ /c @<<
38 {..\src\}.cc{$(CFG)\$(PLAT)\}.exe:
39 …$(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_CFLAGS) $< /Fo$*.obj /Fe$@ /link $(LDFLAGS) $(CFG)\$(PLAT)\ha…
41 {..\test\api\}.c{$(CFG)\$(PLAT)\}.exe:
42 …CDIR="\"../../../test/api\"" $< /Fo$*.obj /Fe$@ /link $(LDFLAGS) $(CFG)\$(PLAT)\harfbuzz.lib $(HB_…
[all …]
Dinstall.mak10 @copy /b $(CFG)\$(PLAT)\harfbuzz.lib $(PREFIX)\lib
13 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(PREFI…
14 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin
15 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.pdb $(PREFIX)\bin
16 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(…
17 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(…
18 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.exe $(PREFIX)\bin
19 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.pdb $(PREFIX)\bin
22 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enu…
24 …@if exist $(CFG)\$(PLAT)\HarfBuzz-0.0.gir copy $(CFG)\$(PLAT)\HarfBuzz-0.0.gir $(PREFIX)\share\gir…
[all …]
Dconfig-msvc.mak52 HB_LIBS = $(CFG)\$(PLAT)\harfbuzz.lib
62 HARFBUZZ_DLL_FILENAME = $(CFG)\$(PLAT)\libharfbuzz-0
63 HARFBUZZ_GOBJECT_DLL_FILENAME = $(CFG)\$(PLAT)\libharfbuzz-gobject-0
65 HARFBUZZ_DLL_FILENAME = $(CFG)\$(PLAT)\harfbuzz-vs$(VSVER)
66 HARFBUZZ_GOBJECT_DLL_FILENAME = $(CFG)\$(PLAT)\harfbuzz-gobject-vs$(VSVER)
73 EXTRA_TARGETS = $(CFG)\$(PLAT)\HarfBuzz-0.0.gir $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib
83 $(CFG)\$(PLAT)\harfbuzz-gobject.lib
86 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc \
87 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.h
99 $(CFG)\$(PLAT)\hb-view.exe
[all …]
Dhb-introspection-msvc.mak4 $(CFG)\$(PLAT)\hb_list: $(HB_ACTUAL_HEADERS) $(HB_ACTUAL_SOURCES) $(HB_GOBJECT_ENUM_GENERATED_SOURC…
7 $(CFG)\$(PLAT)\HarfBuzz-0.0.gir: $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(CFG)\$(PLAT)\hb_list
8 @set LIB=$(CFG)\$(PLAT);$(PREFIX)\lib;$(LIB)
9 @set PATH=$(CFG)\$(PLAT);$(PREFIX)\bin;$(PATH)
30 --filelist=$(CFG)\$(PLAT)\hb_list \
33 $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib: $(CFG)\$(PLAT)\HarfBuzz-0.0.gir
36 --includedir=$(CFG)\$(PLAT) --debug --verbose \
Dgenerate-msvc.mak25 $(CFG)\$(PLAT)\harfbuzz $(CFG)\$(PLAT)\harfbuzz-gobject $(CFG)\$(PLAT)\util:
Dcreate-lists-msvc.mak40 … do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz\%~nc.obj]
43 …) do @if "%~xc" == ".c" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz\%~nc.obj]
55 …do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\harfbuzz-gobject\%…
71 …es)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\util\%~nc.obj]
82 …es)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\util\%~nc.obj]
93 …es)) do @if "%~xc" == ".cc" @call create-lists.bat file hb_objs.mak ^$(CFG)\^$(PLAT)\util\%~nc.obj]
Ddetectenv-msvc.mak11 PREFIX = ..\..\vs$(VSVER)\$(PLAT)
68 && ![echo PLAT=Win32 >> vercl.x] \
70 && ![echo PLAT=x64 >> vercl.x] \
122 !if "$(PLAT)" == "x64"
124 !elseif "$(PLAT)" == "arm"
Dintrospection-msvc.mak11 PREFIX = ..\..\..\vs$(VSVER)\$(PLAT)
/external/python/cpython2/Demo/pysvr/
DMakefile27 PLAT=linux macro
28 PYINCL=-I../../Include -I../../$(PLAT)
29 PYLIBS=../../$(PLAT)/lib$(PYVER).a
/external/cblas/
DMakefile.LINUX19 PLAT = LINUX
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.SUN419 PLAT = SUN4
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.SUN4SOL219 PLAT = SUN4SOL2
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.HPPA19 PLAT = HPPA
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.ALPHA19 PLAT = ALPHA
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.SGI6419 PLAT = SGI64
26 CBLIB = ../lib/cblas_$(PLAT).a
DMakefile.in19 PLAT = LINUX
26 CBLIB = ../lib/cblas_$(PLAT).a
/external/skia/third_party/lua/
DMakefile7 PLAT= none macro
52 all: $(PLAT)
/external/syslinux/com32/lua/
DMakefile7 PLAT= none macro
52 all: $(PLAT)
/external/libunwind/doc/
Dlibunwind.tex218 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker
219 switch \Opt{-l}\File{unwind-}\Var{PLAT}, where \Var{PLAT} is the name
304 \item[\File{libunwind-}\Var{PLAT}\File{.h}] Headerfile to include when
305 the unwind target runs on platform \Var{PLAT}. For example, to unwind
310 \item[\Opt{-l}\File{unwind-}\Var{PLAT}] Linker-switch to add when
311 building a program that unwinds a program on platform \Var{PLAT}.
/external/skia/third_party/lua/src/
DMakefile7 PLAT= none macro
50 default: $(PLAT)
/external/libunwind/
DNEWS141 cross unwinding: -lunwind-PLAT -lunwind-PLAT
/external/python/cpython2/Doc/install/
Dindex.rst609 --install-platlib=python/lib.$PLAT \
617 --install-platlib='lib.$PLAT' \
621 ``$PLAT`` is not (necessarily) an environment variable---it will be expanded by
632 install-platlib=python/lib.$PLAT
641 install-platlib=lib.$PLAT
654 You probably noticed the use of ``$HOME`` and ``$PLAT`` in the sample
659 environment, such as ``$PLAT``. (And of course, on systems that don't have
/external/python/cpython2/Doc/distutils/
Dapiref.rst1152 * :envvar:`PLAT` - description of the current platform, including hardware and
/external/valgrind/
Dconfigure.ac1066 # Normally the PLAT = (ARCH, OS) characterisation of the platform is enough.