Home
last modified time | relevance | path

Searched refs:csingle (Results 1 – 25 of 109) sorted by relevance

12345

/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A DMakefile.target23 tprog-csingle := $(foreach m,$(__tprogs), \
33 tprog-csingle := $(addprefix $(obj)/,$(tprog-csingle))
54 quiet_cmd_tprog-csingle = CC $@
55 cmd_tprog-csingle = $(CC) $(tprogc_flags) $(TPROGS_LDFLAGS) -o $@ $< \
57 $(tprog-csingle): $(obj)/%: $(src)/%.c FORCE
58 $(call if_changed_dep,tprog-csingle)
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A DMakefile.target23 tprog-csingle := $(foreach m,$(__tprogs), \
33 tprog-csingle := $(addprefix $(obj)/,$(tprog-csingle))
54 quiet_cmd_tprog-csingle = CC $@
55 cmd_tprog-csingle = $(CC) $(tprogc_flags) $(TPROGS_LDFLAGS) -o $@ $< \
57 $(tprog-csingle): $(obj)/%: $(src)/%.c FORCE
58 $(call if_changed_dep,tprog-csingle)
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A DMakefile.target23 tprog-csingle := $(foreach m,$(__tprogs), \
33 tprog-csingle := $(addprefix $(obj)/,$(tprog-csingle))
54 quiet_cmd_tprog-csingle = CC $@
55 cmd_tprog-csingle = $(CC) $(tprogc_flags) $(TPROGS_LDFLAGS) -o $@ $< \
57 $(tprog-csingle): $(obj)/%: $(src)/%.c FORCE
58 $(call if_changed_dep,tprog-csingle)
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A DMakefile.host43 host-csingle := $(foreach m,$(hostprogs), \
61 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) $(KBUILD_HOSTLDFLAGS) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
131 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
H A DMakefile.userprogs7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m)))
15 user-csingle := $(addprefix $(obj)/, $(user-csingle))
27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE
45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A DMakefile.host43 host-csingle := $(foreach m,$(hostprogs), \
61 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) $(KBUILD_HOSTLDFLAGS) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
131 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
H A DMakefile.userprogs7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m)))
15 user-csingle := $(addprefix $(obj)/, $(user-csingle))
27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE
45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A DMakefile.host43 host-csingle := $(foreach m,$(hostprogs), \
61 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) $(KBUILD_HOSTLDFLAGS) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
131 targets += $(host-csingle) $(host-cmulti) $(host-cobjs) \
H A DMakefile.userprogs7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m)))
15 user-csingle := $(addprefix $(obj)/, $(user-csingle))
27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE
45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
/dports/sysutils/u-boot-utilite/u-boot-2015.07/scripts/
H A DMakefile.host27 host-csingle := $(foreach m,$(__hostprogs), \
54 host-csingle := $(addprefix $(obj)/,$(host-csingle))
87 quiet_cmd_host-csingle = HOSTCC $@
88 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
90 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
91 $(call if_changed_dep,host-csingle)
127 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/
H A DMakefile.host28 host-csingle := $(foreach m,$(__hostprogs), \
59 host-csingle := $(addprefix $(obj)/,$(host-csingle))
93 quiet_cmd_host-csingle = HOSTCC $@
94 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
97 $(call if_changed_dep,host-csingle)
133 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/
H A DMakefile.host28 host-csingle := $(foreach m,$(__hostprogs), \
59 host-csingle := $(addprefix $(obj)/,$(host-csingle))
93 quiet_cmd_host-csingle = HOSTCC $@
94 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
97 $(call if_changed_dep,host-csingle)
133 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/scripts/
H A DMakefile.host28 host-csingle := $(foreach m,$(__hostprogs), \
59 host-csingle := $(addprefix $(obj)/,$(host-csingle))
93 quiet_cmd_host-csingle = HOSTCC $@
94 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
97 $(call if_changed_dep,host-csingle)
133 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/
H A DMakefile.host28 host-csingle := $(foreach m,$(__hostprogs), \
59 host-csingle := $(addprefix $(obj)/,$(host-csingle))
93 quiet_cmd_host-csingle = HOSTCC $@
94 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
97 $(call if_changed_dep,host-csingle)
133 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/scripts/
H A DMakefile.host28 host-csingle := $(foreach m,$(__hostprogs), \
59 host-csingle := $(addprefix $(obj)/,$(host-csingle))
93 quiet_cmd_host-csingle = HOSTCC $@
94 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
96 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
97 $(call if_changed_dep,host-csingle)
133 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/busybox/busybox-1.26.2/scripts/
H A DMakefile.host42 host-csingle := $(foreach m,$(__hostprogs),$(if $($(m)-objs),,$(m)))
69 host-csingle := $(addprefix $(obj)/,$(host-csingle))
100 quiet_cmd_host-csingle = HOSTCC $@
101 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
103 $(host-csingle): %: %.c FORCE
104 $(call if_changed_dep,host-csingle)
154 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dmodcall.c1756 return csingle; in do_compile_modupdate()
1868 if (!csingle) { in do_compile_modswitch()
1876 return csingle; in do_compile_modswitch()
1937 if (!csingle) { in do_compile_modcase()
1961 return csingle; in do_compile_modcase()
2031 if (!csingle) { in do_compile_modforeach()
2039 return csingle; in do_compile_modforeach()
2098 return csingle; in do_compile_modserver()
2134 return csingle; in do_compile_modxlat()
2359 return csingle; in do_compile_modsingle()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/scripts/
H A DMakefile.host30 host-csingle := $(foreach m,$(__hostprogs), \
56 host-csingle := $(addprefix $(obj)/,$(host-csingle))
91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
94 $(host-csingle): $(obj)/%: $(src)/%.c FORCE
95 $(call if_changed_dep,host-csingle)
168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\

12345