Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/zlib/src/msdos/
DMakefile.dj241 RM=del
90 $(RM) $(INCLUDE_PATH)\zlib.h
91 $(RM) $(INCLUDE_PATH)\zconf.h
92 $(RM) $(LIBRARY_PATH)\libz.a
95 $(RM) *.d
96 $(RM) *.o
97 $(RM) *.exe
98 $(RM) libz.a
99 $(RM) foo.gz
DMakefile.emx23 RM=del
60 $(RM) *.d
61 $(RM) *.o
62 $(RM) *.exe
63 $(RM) zlib.a
64 $(RM) foo.gz
/external/e2fsprogs/doc/
DMakefile.in22 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
33 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
52 $(RM) -f Makefile
62 $(RM) -f *.ps *.info *.info-? *.html
66 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
70 $(RM) -f *~ #*
74 $(RM) -f *.tar *.tar.gz *.tgz
77 $(RM) -f *.html
/external/linux-tools-perf/Documentation/
DMakefile44 RM ?= rm -f macro
193 $(QUIET_GEN)$(RM) $@+ $@ && \
212 $(QUIET_GEN)$(RM) $@ && \
217 $(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
218 $(RM) *.texi *.texi+ *.texi++ perf.info perfman.info
219 $(RM) howto-index.txt howto/*.html doc.dep
220 $(RM) technical/api-*.html technical/api-index.txt
221 $(RM) $(cmds_txt) *.made
224 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
230 $(QUIET_XMLTO)$(RM) $@ && \
[all …]
/external/libpng/contrib/pngminus/
Dmakefile.std8 RM=rm -f
58 $(RM) png2pnm$(O)
59 $(RM) pnm2png$(O)
60 $(RM) png2pnm$(E)
61 $(RM) pnm2png$(E)
62 $(RM) png2pnm-static$(E)
63 $(RM) pnm2png-static$(E)
/external/e2fsprogs/lib/
DMakefile.darwin-lib29 $(Q) $(RM) -f ../$(BSD_LIB)
45 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
48 $(RM) -rf pic
49 $(RM) -f $(BSD_LIB)
50 $(RM) -f ../$(BSD_LIB)
51 $(RM) -f ../$(BSDLIB_IMAGE).dylib
DMakefile.bsd-lib27 $(RM) -f ../$(BSD_LIB)
42 $(RM) -f $(DESTDIR)$(BSDLIB_INSTALL_DIR)/$(BSD_LIB)
45 $(RM) -rf pic
46 $(RM) -f $(BSD_LIB)
47 $(RM) -f ../$(BSD_LIB)
DMakefile.profile8 $(RM) -rf profiled
9 $(RM) -f $(LIBRARY)_p.a ../$(LIBRARY)_p.a
13 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
16 $(Q) $(RM) -f ../$@
27 $(RM) -f $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
DMakefile.solaris-lib30 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
56 $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
62 $(RM) -rf elfshared
63 $(RM) -f $(ELF_LIB)
64 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
DMakefile.elf-lib30 $(Q) $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
69 $(RM) -f $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) \
75 $(RM) -rf elfshared
76 $(RM) -f $(ELF_LIB)
77 $(RM) -f ../$(ELF_LIB) ../$(ELF_IMAGE).so ../$(ELF_SONAME)
/external/zlib/src/win32/
DMakefile.gcc65 RM = rm -f
153 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \
154 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \
156 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h
157 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h
158 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB)
161 -$(RM) $(STATICLIB)
162 -$(RM) $(SHAREDLIB)
163 -$(RM) $(IMPLIB)
164 -$(RM) *.o
[all …]
/external/zlib/src/old/
DMakefile.emx23 RM=del
60 $(RM) *.d
61 $(RM) *.o
62 $(RM) *.exe
63 $(RM) zlib.a
64 $(RM) foo.gz
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp41 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() argument
44 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in MipsTargetMachine()
45 Subtarget(TT, CPU, FS, isLittle, RM), in MipsTargetMachine()
65 Reloc::Model RM, CodeModel::Model CM, in MipsebTargetMachine() argument
67 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in MipsebTargetMachine()
74 Reloc::Model RM, CodeModel::Model CM, in MipselTargetMachine() argument
76 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in MipselTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp31 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() argument
34 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in SparcTargetMachine()
82 Reloc::Model RM, in SparcV8TargetMachine() argument
85 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in SparcV8TargetMachine()
94 Reloc::Model RM, in SparcV9TargetMachine() argument
97 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in SparcV9TargetMachine()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp67 Reloc::Model RM, in NVPTXTargetMachine() argument
71 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in NVPTXTargetMachine()
85 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine32() argument
87 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in NVPTXTargetMachine32()
95 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine64() argument
97 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in NVPTXTargetMachine64()
/external/llvm/bindings/ocaml/
DMakefile.ocaml171 -$(Verb) $(RM) -f $@
176 -$(Verb) $(RM) -f $(LibraryA)
186 -$(Verb) $(RM) -f $(DestA)
206 $(Verb) $(RM) -f $(OutputLibs)
215 $(Verb) $(RM) -f $(DestLibs)
236 -$(Verb) $(RM) -f $(OutputsCMI)
253 $(RM) -f "$(PROJ_libocamldir)/$$i"; \
257 $(RM) -f "$(PROJ_libocamldir)/$$i"; \
282 $(Verb) $(RM) -f $(OutputCMA) $(UsedLibNames:%=$(OcamlDir)/%)
291 -$(Verb) $(RM) -f $(DestCMA)
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp38 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine() argument
41 : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL), in PPCTargetMachine()
58 Reloc::Model RM, CodeModel::Model CM, in PPC32TargetMachine() argument
60 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { in PPC32TargetMachine()
68 Reloc::Model RM, CodeModel::Model CM, in PPC64TargetMachine() argument
70 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) { in PPC64TargetMachine()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp112 bool LiveRangeEdit::canRematerializeAt(Remat &RM, in canRematerializeAt() argument
118 if (!Remattable.count(RM.ParentVNI)) in canRematerializeAt()
123 if (RM.OrigMI) in canRematerializeAt()
124 DefIdx = LIS.getInstructionIndex(RM.OrigMI); in canRematerializeAt()
126 DefIdx = RM.ParentVNI->def; in canRematerializeAt()
127 RM.OrigMI = LIS.getInstructionFromIndex(DefIdx); in canRematerializeAt()
128 assert(RM.OrigMI && "No defining instruction for remattable value"); in canRematerializeAt()
132 if (cheapAsAMove && !RM.OrigMI->isAsCheapAsAMove()) in canRematerializeAt()
136 if (!allUsesAvailableAt(RM.OrigMI, DefIdx, UseIdx)) in canRematerializeAt()
145 const Remat &RM, in rematerializeAt() argument
[all …]
/external/fdlibm/
Dmakefile.in73 RM = @RM@ -f
127 -$(RM) *~ #* core a.out
130 -$(RM) $(LIB)
131 -$(RM) -r autom4te.cache/
132 -$(RM) config.cache config.log config.status Makefile
146 -$(RM) configure
149 -$(RM) $(obj)
154 -$(RM) $(prefix)/lib/$(LIB)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp305 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM, in createX86MCCodeGenInfo() argument
313 if (RM == Reloc::Default) { in createX86MCCodeGenInfo()
319 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
321 RM = Reloc::DynamicNoPIC; in createX86MCCodeGenInfo()
323 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
325 RM = Reloc::Static; in createX86MCCodeGenInfo()
332 if (RM == Reloc::DynamicNoPIC) { in createX86MCCodeGenInfo()
334 RM = Reloc::PIC_; in createX86MCCodeGenInfo()
336 RM = Reloc::Static; in createX86MCCodeGenInfo()
341 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo()
[all …]
/external/libpng/contrib/gregbook/
DMakefile.w3255 RM = del
110 $(RM) r*$(E)
111 $(RM) w*$(E)
112 $(RM) r*$(O)
113 $(RM) w*$(O)
/external/libpng/contrib/pngminim/encoder/
Dmakefile.std8 RM=rm -f
39 $(RM) pnm2pngm$(O)
40 $(RM) pnm2pngm$(E)
41 $(RM) $(OBJS)
Dmakefile8 RM=rm -f macro
39 $(RM) pnm2pngm$(O)
40 $(RM) pnm2pngm$(E)
41 $(RM) $(OBJS)
/external/libpng/scripts/
Dmakefile.vcwin3222 RM = del
85 -$(RM) $@
98 -$(RM) *$(O)
99 -$(RM) libpng.lib
100 -$(RM) pngtest.exe
101 -$(RM) pngout.png
Dmakefile.vcawin3222 RM = del
85 -$(RM) $@
98 -$(RM) *$(O)
99 -$(RM) libpng.lib
100 -$(RM) pngtest.exe
101 -$(RM) pngout.png

12345678910>>...13