| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | install.mk | 38 -$(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 D | unixddef.mk | 22 DELETE := rm -f macro
|
| H A D | detect.mk | 34 DELETE := rm -f macro
|
| /xsrc/external/mit/freetype/dist/builds/beos/ |
| H A D | detect.mk | 30 DELETE := rm -f macro
|
| H A D | beos-def.mk | 18 DELETE := rm -f macro
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | modules.mk | 34 REMOVE_MODULE := @-$(DELETE) $(subst /,$(SEP),$(FTMODULE_H)) 38 REMOVE_MODULE := @-$(DELETE) $(FTMODULE_H)
|
| H A D | freetype.mk | 338 -$(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 D | detect.mk | 30 # DELETE The shell command used to remove a given file. 44 DELETE := $(RM) macro
|
| /xsrc/external/mit/freetype/dist/builds/dos/ |
| H A D | dos-def.mk | 16 DELETE := del macro
|
| H A D | detect.mk | 127 DELETE := rm macro 133 DELETE := del macro
|
| /xsrc/external/mit/freetype/dist/builds/os2/ |
| H A D | os2-def.mk | 16 DELETE := del macro
|
| H A D | detect.mk | 31 DELETE := del macro
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| H A D | win32-def.mk | 16 DELETE := del macro
|
| H A D | detect.mk | 68 DELETE := del macro
|
| /xsrc/external/mit/freetype/dist/builds/ansi/ |
| H A D | ansi-def.mk | 16 DELETE := rm -f macro
|
| /xsrc/external/mit/freetype/dist/builds/compiler/ |
| H A D | ansi-cc.mk | 76 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | bcc-dev.mk | 75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | bcc.mk | 75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | emx.mk | 73 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | gcc-dev.mk | 91 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | gcc.mk | 73 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| H A D | unix-lcc.mk | 79 CLEAN_LIBRARY ?= $(DELETE) $(PROJECT_LIBRARY)
|
| H A D | watcom.mk | 75 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocfuncs.c | 936 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 D | core.c | 81 #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;
|