Home
last modified time | relevance | path

Searched refs:depfile (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A Dfixdep.c124 char *depfile; variable
375 fd = open(depfile, O_RDONLY); in print_deps()
378 perror(depfile); in print_deps()
383 perror(depfile); in print_deps()
387 fprintf(stderr,"fixdep: %s is empty\n",depfile); in print_deps()
424 depfile = argv[1]; in main()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DMakefile.lib147 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
151 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
154 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
H A DKbuild.include17 depfile = $(subst $(comma),_,$(dot-target).d)
225 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
226 rm -f $(depfile); \
H A DMakefile.host106 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags)
107 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
H A DMakefile.build297 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
299 rm -f $(depfile); \