Searched refs:depfile (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/basic/ |
| H A D | fixdep.c | 124 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 D | Makefile.lib | 147 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 D | Kbuild.include | 17 depfile = $(subst $(comma),_,$(dot-target).d) 225 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\ 226 rm -f $(depfile); \
|
| H A D | Makefile.host | 106 hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags) 107 hostcxx_flags = -Wp,-MD,$(depfile) $(__hostcxx_flags)
|
| H A D | Makefile.build | 297 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ 299 rm -f $(depfile); \
|