Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd/src/common/dist/zlib/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
/netbsd/src/external/bsd/openldap/dist/clients/tools/
DMakefile.in69 @-$(RM) $@
75 @-$(RM) $@
81 @-$(RM) $@
87 @-$(RM) $@
93 @-$(RM) $@
99 @-$(RM) $@
105 @-$(RM) $@
111 @-$(RM) $@
117 @-$(RM) $@
123 @-$(RM) $@
[all …]
/netbsd/src/common/dist/zlib/win32/
DMakefile.gcc60 RM = rm -f
148 $(RM) '$(DESTDIR)$(BINARY_PATH)'/$(SHAREDLIB); \
149 $(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(IMPLIB); \
151 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zlib.h
152 -$(RM) '$(DESTDIR)$(INCLUDE_PATH)'/zconf.h
153 -$(RM) '$(DESTDIR)$(LIBRARY_PATH)'/$(STATICLIB)
156 -$(RM) $(STATICLIB)
157 -$(RM) $(SHAREDLIB)
158 -$(RM) $(IMPLIB)
159 -$(RM) *.o
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
Dmakefile.vms72 $(RM) *.obj;
73 $(RM) *.exe;
74 $(RM) atof-targ.c;
75 $(RM) obj-format.c;
76 $(RM) obj-format.h;
77 $(RM) targ-env.h;
78 $(RM) targ-cpu.h;
79 $(RM) targ-cpu.c;
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
DNTMakefile131 -$(RM) $(LIBASN1)
171 || ($(RM) $(OBJ)\krb5_asn1.h ; exit /b 1)
177 || ($(RM) $(OBJ)\pkinit_asn1.h ; exit /b 1)
183 || ($(RM) $(OBJ)\pkcs8_asn1.h ; exit /b 1)
189 || ($(RM) $(OBJ)\pkcs9_asn1.h ; exit /b 1)
195 || ($(RM) $(OBJ)\pkcs12_asn1.h ; exit /b 1)
201 || ($(RM) $(OBJ)\digest_asn1.h ; exit /b 1)
207 || ($(RM) $(OBJ)\kx509_asn1.h ; exit /b 1)
221 || ($(RM) $(OBJ)\rfc2459_asn1.h ; exit /b 1)
229 || ($(RM) $(OBJ)\cms_asn1.h ; exit /b 1)
[all …]
/netbsd/src/common/dist/zlib/old/
DMakefile.emx23 RM=del
60 $(RM) *.d
61 $(RM) *.o
62 $(RM) *.exe
63 $(RM) zlib.a
64 $(RM) foo.gz
/netbsd/src/external/mit/lua/dist/
DMakefile34 RM= rm -f macro
65 cd src && cd $(INSTALL_BIN) && $(RM) $(TO_BIN)
66 cd src && cd $(INSTALL_INC) && $(RM) $(TO_INC)
67 cd src && cd $(INSTALL_LIB) && $(RM) $(TO_LIB)
68 cd doc && cd $(INSTALL_MAN) && $(RM) $(TO_MAN)
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeARM_64.c57 #define RM(rm) (reg_map[rm] << 16) macro
681 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()
707 … return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()
716 … FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2))); in emit_op_imm()
722 … return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2)); in emit_op_imm()
729 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
732 return push_inst(compiler, (ADC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
735 return push_inst(compiler, (SUB ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
738 return push_inst(compiler, (SBC ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
741 … return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO)); in emit_op_imm()
[all …]
DsljitNativeARM_32.c63 #define RM(rm) (reg_map[rm]) macro
264 return push_inst(compiler, BLX | RM(TMP_REG2)); in emit_blx()
490 inst[1] = BLX | RM(TMP_REG1); in inline_set_jump_addr()
912 …IL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0)))); in sljit_emit_enter()
914 …IL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1)))); in sljit_emit_enter()
916 …IL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2)))); in sljit_emit_enter()
990 … dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | RM(src2))); \
991 …sh_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, RM(src2))); \
994 …g_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | RM((flags & ARGS_SWAPPE…
1007 … return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, RM(src2))); in emit_single_op()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
DMakefile.in214 $(RM) $@.tmp
217 $(RM) $@
237 $(RM) $@.tmp
247 $(RM) slapd.exe
256 $(RM) slapd.exe
268 $(RM) $(SLAPTOOLS)
304 @$(RM) -r tmp
315 $(RM) *.o __.SYMDEF ________64ELEL_ ; \
321 @$(RM) -r tmp
331 @-$(RM) $@
[all …]
/netbsd/src/external/gpl2/lvm2/dist/man/
DMakefile65 $(RM) $(MAN8DIR)/$$f; \
72 $(RM) $(MAN5DIR)/$$f; \
80 $(RM) $(MAN8DIR)/$$f; \
88 $(RM) $(MAN8DIR)/$$f; \
DMakefile.in65 $(RM) $(MAN8DIR)/$$f; \
72 $(RM) $(MAN5DIR)/$$f; \
80 $(RM) $(MAN8DIR)/$$f; \
88 $(RM) $(MAN8DIR)/$$f; \
/netbsd/src/external/bsd/openldap/dist/
DMakefile.in28 $(RM) config.cache config.log configure.lineno
29 $(RM) -r autom4te.cache
32 $(RM) config.status libtool stamp-h stamp-h.in
/netbsd/src/crypto/external/bsd/heimdal/dist/packages/windows/sdk/
DNTMakefile146 -$(RM) $(SDKINCDIR)\*.*
147 -$(RM) $(SDKINCDIR)\krb5\*.*
148 -$(RM) $(SDKINCDIR)\heimdal\*.*
149 -$(RM) $(SDKINCDIR)\kadm5\*.*
150 -$(RM) $(SDKINCDIR)\gssapi\*.*
151 -$(RM) $(SDKLIBDIR)\*.*
152 -$(RM) $(SDKREDISTDIR)\*.*
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
DNTMakefile56 -$(RM) $(ldap_dll)
57 -$(RM) $(ldap_lib)
111 || $(RM) $@
115 || $(RM) $@
136 -$(RM) $(BINDIR)\libhdb.*
148 -$(RM) $(INCFILES)
149 -$(RM) $(LIBHDB)
/netbsd/src/external/gpl2/lvm2/dist/include/
DMakefile29 find . -maxdepth 1 -type l -exec $(RM) \{\} \;
34 find . -maxdepth 1 -type l -exec $(RM) \{\} \;
35 $(RM) Makefile .include_symlinks .symlinks_created .symlinks
DMakefile.in29 find . -maxdepth 1 -type l -exec $(RM) \{\} \;
34 find . -maxdepth 1 -type l -exec $(RM) \{\} \;
35 $(RM) Makefile .include_symlinks .symlinks_created .symlinks
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dmakefile.vms85 $(RM) *.obj;
86 $(RM) *.exe;
89 $(RM) config.h;
90 $(RM) makefile.vms;
/netbsd/src/external/bsd/openldap/dist/build/
Dman.mk45 $(RM) $(DESTDIR)$(MANDIR)/$$page; \
50 $(RM) $(DESTDIR)$(MANDIR)/$$link ; \
57 $(RM) *.tmp all-common
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dmep-opc.c626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
716 { { MNEM, ' ', OP (RN), ',', OP (RM), ',', OP (UIMM16), 0 } },
722 { { MNEM, ' ', OP (RN), ',', OP (RM), ',', OP (UIMM16), 0 } },
932 { { MNEM, ' ', OP (UDISP2), '(', OP (RM), ')', 0 } },
938 { { MNEM, ' ', OP (RN), ',', OP (RM), 0 } },
974 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },
992 { { MNEM, ' ', '$', '0', ',', OP (RN), ',', OP (RM), 0 } },
998 { { MNEM, ' ', OP (RN), ',', OP (RM), 0 } },
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dmep-opc.c626 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
632 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
638 { { MNEM, ' ', OP (RL5), ',', OP (RN), ',', '(', OP (RM), ')', 0 } },
716 { { MNEM, ' ', OP (RN), ',', OP (RM), ',', OP (UIMM16), 0 } },
722 { { MNEM, ' ', OP (RN), ',', OP (RM), ',', OP (UIMM16), 0 } },
932 { { MNEM, ' ', OP (UDISP2), '(', OP (RM), ')', 0 } },
938 { { MNEM, ' ', OP (RN), ',', OP (RM), 0 } },
974 { { MNEM, ' ', OP (RL), ',', OP (RN), ',', OP (RM), 0 } },
992 { { MNEM, ' ', '$', '0', ',', OP (RN), ',', OP (RM), 0 } },
998 { { MNEM, ' ', OP (RN), ',', OP (RM), 0 } },
[all …]
/netbsd/src/distrib/syspkg/mk/
Dbsd.syspkg.mk115 RM?= /bin/rm
275 ${RM} -f ${PACKAGES}/$$cat/${PKGNAME}${PKG_SUFX}; \
283 ${FIND} ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX} | xargs ${RM} -f
289 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${PKGFILE}
394 … ${RM} -f ${PLIST} ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE} ${SIZE_PKG_FILE} ${SIZE_ALL_FILE}
468 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${PACKAGE_COOKIE}
553 ${RM} -f ${PKG_DBDIR}; \
558 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -rf ${PKG_DBDIR}/${PKGNAME}
560 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${BUILD_VERSION_FILE} ${BUILD_INFO_FILE}
561 ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${SIZE_PKG_FILE} ${SIZE_ALL_FILE}
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
DNTMakefile153 || $(RM) $@
160 || $(RM) $@
230 -$(RM) $(INCFILES)
231 -$(RM) $(LIBKADM5CLNT)
232 -$(RM) $(LIBKADM5SRV)
233 -$(RM) $(BINDIR)\libkadm5srv.*
234 -$(RM) $(SBINPROGRAMS:.exe=.*)
235 -$(RM) $(LIBEXECPROGRAMS:.exe=.*)
/netbsd/src/distrib/vax/cdroms/installcd/
DMakefile18 ${RM} -f cdrom/boot
20 ${RM} -f bootxx.${MACHINE}
22 ${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc

12345678910>>...12