Searched refs:DELETE (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/freetype/dist/builds/unix/
H A Dinstall.mk38 -$(DELETE) $(DESTDIR)$(includedir)/ft2build.h
80 -$(DELETE) $(DESTDIR)$(bindir)/freetype-config
81 -$(DELETE) $(DESTDIR)$(datadir)/aclocal/freetype2.m4
82 -$(DELETE) $(DESTDIR)$(libdir)/pkgconfig/freetype2.pc
83 -$(DELETE) $(DESTDIR)$(mandir)/man1/freetype-config.1
96 -$(DELETE) $(CLEAN)
100 -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
H A Dunixddef.mk22 DELETE := rm -f macro
H A Ddetect.mk34 DELETE := rm -f macro
/xsrc/external/mit/freetype/dist/builds/beos/
H A Ddetect.mk30 DELETE := rm -f macro
H A Dbeos-def.mk18 DELETE := rm -f macro
/xsrc/external/mit/freetype/dist/builds/
H A Dmodules.mk34 REMOVE_MODULE := @-$(DELETE) $(subst /,$(SEP),$(FTMODULE_H))
38 REMOVE_MODULE := @-$(DELETE) $(FTMODULE_H)
H A Dfreetype.mk338 -$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S) $(CLEAN)
341 -$(DELETE) $(PROJECT_LIBRARY)
342 -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
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))
381 -$(DELETE) $(subst /,$(SEP),$(DOC_DIR)/*.html $(NO_OUTPUT))
H A Ddetect.mk30 # DELETE The shell command used to remove a given file.
44 DELETE := $(RM) macro
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddos-def.mk16 DELETE := del macro
H A Ddetect.mk127 DELETE := rm macro
133 DELETE := del macro
/xsrc/external/mit/freetype/dist/builds/os2/
H A Dos2-def.mk16 DELETE := del macro
H A Ddetect.mk31 DELETE := del macro
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk16 DELETE := del macro
H A Ddetect.mk68 DELETE := del macro
/xsrc/external/mit/freetype/dist/builds/ansi/
H A Dansi-def.mk16 DELETE := rm -f macro
/xsrc/external/mit/freetype/dist/builds/compiler/
H A Dansi-cc.mk76 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Dbcc-dev.mk75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Dbcc.mk75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Demx.mk73 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Dgcc-dev.mk91 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Dgcc.mk73 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
H A Dunix-lcc.mk79 CLEAN_LIBRARY ?= $(DELETE) $(PROJECT_LIBRARY)
H A Dwatcom.mk75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
/xsrc/external/mit/xmh/dist/
H A Dtocfuncs.c936 typedef enum {ADD, REMOVE, DELETE} TwiddleOperation; enumerator in enum:__anon2fb1ddcb0103
952 if (op == DELETE)
976 case DELETE:
1058 TwiddleSequence(scrn, DELETE);
/xsrc/external/mit/xedit/dist/lisp/
H A Dcore.c81 #define DELETE 3 macro
1250 return (LispDeleteRemoveXSubstitute(builtin, DELETE, NONE));
1259 return (LispDeleteRemoveXSubstitute(builtin, DELETE, IF));
1268 return (LispDeleteRemoveXSubstitute(builtin, DELETE, IFNOT));
1277 return (LispDeleteOrRemoveDuplicates(builtin, DELETE));
4600 else if (function == DELETE)
4828 inplace = function == DELETE || function == NSUBSTITUTE;

Completed in 14 milliseconds