OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEP
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/xsrc/external/mit/freetype/dist/builds/compiler/
bcc-dev.mk
19
COMPILER_SEP := $(
SEP
)
75
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
82
$(subst /,$(
SEP
),$(TOP_DIR)/apinames.$(O)) \
83
$(subst /,$(
SEP
),$(OBJ_DIR)/apinames.tds)
bcc.mk
19
COMPILER_SEP := $(
SEP
)
75
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
82
$(subst /,$(
SEP
),$(TOP_DIR)/apinames.$(O)) \
83
$(subst /,$(
SEP
),$(OBJ_DIR)/apinames.tds)
ansi-cc.mk
19
COMPILER_SEP := $(
SEP
)
76
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
watcom.mk
19
COMPILER_SEP := $(
SEP
)
75
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
win-lcc.mk
19
COMPILER_SEP := $(
SEP
)
emx.mk
73
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
gcc.mk
73
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
intelc.mk
19
COMPILER_SEP := $(
SEP
)
unix-lcc.mk
19
COMPILER_SEP := $(
SEP
)
visualage.mk
19
COMPILER_SEP := $(
SEP
)
visualc.mk
19
COMPILER_SEP := $(
SEP
)
gcc-dev.mk
91
CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY))
/xsrc/external/mit/freetype/dist/builds/windows/
w32-lcc.mk
16
SEP
:= /
win32-def.mk
18
SEP
:= $(strip \ )
/xsrc/external/mit/freetype/dist/builds/
exports.mk
54
APINAMES_SRC := $(subst /,$(
SEP
),$(TOP_DIR)/src/tools/apinames.c)
55
APINAMES_EXE := $(subst /,$(
SEP
),$(OBJ_DIR)/apinames$(E_BUILD))
68
$(subst /,$(
SEP
),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
modules.mk
33
CLOSE_MODULE := >> $(subst /,$(
SEP
),$(FTMODULE_H))
34
REMOVE_MODULE := @-$(DELETE) $(subst /,$(
SEP
),$(FTMODULE_H))
freetype.mk
69
# TOP_DIR,
SEP
,
311
VENV_DIR := $(DOC_DIR)$(
SEP
)$(VENV_NAME)
312
ENV_PYTHON := $(VENV_DIR)$(
SEP
)$(BIN)$(
SEP
)$(PYTHON)
329
cd $(DOC_DIR) && $(VENV_NAME)$(
SEP
)$(BIN)$(
SEP
)python -m mkdocs build
354
-$(DELETE) $(subst /,$(
SEP
),$(OBJ_DIR)/*.$O $(CLEAN) $(NO_OUTPUT))
357
-$(DELETE) $(subst /,$(
SEP
),$(PROJECT_LIBRARY) $(DISTCLEAN) $(NO_OUTPUT))
365
-$(DELETE) $(subst /,$(
SEP
),$(CONFIG_MK) $(NO_OUTPUT))
370
-$(DELETE) $(subst /,$(
SEP
),$(FTMODULE_H) $(NO_OUTPUT)
[
all
...]
detect.mk
32
#
SEP
The platform-specific directory separator.
47
SEP
:= /
58
#
SEP
:= \
63
#
SEP
:= \\
65
# really defines $(
SEP
) as `\' on Unix, and `\\' on Dos and Windows!
116
$(info $(empty) configuration directory $(subst /,$(
SEP
),$(BUILD_DIR)))
117
$(info $(empty) configuration rules $(subst /,$(
SEP
),$(CONFIG_RULES)))
125
@$(COPY) $(subst /,$(
SEP
),$(CONFIG_RULES) $(CONFIG_MK))
/xsrc/external/mit/freetype/dist/builds/ansi/
ansi-def.mk
18
SEP
:= /
/xsrc/external/mit/freetype/dist/builds/beos/
beos-def.mk
20
SEP
:= /
detect.mk
32
SEP
:= /
/xsrc/external/mit/freetype/dist/builds/dos/
dos-def.mk
18
SEP
:= $(strip \ )
detect.mk
126
SEP
:= /
132
SEP
:= $(BACKSLASH)
/xsrc/external/mit/freetype/dist/builds/os2/
os2-def.mk
18
SEP
:= $(strip \ )
/xsrc/external/mit/freetype/dist/builds/unix/
unixddef.mk
24
SEP
:= /
Completed in 16 milliseconds
1
2
Indexes created Thu Jul 02 00:25:40 UTC 2026