Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 43) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A DMakefile.headersinst32 wrapper-files := $(filter $(header-y), $(generic-y))
36 all-files := $(header-y) $(objhdr-y) $(wrapper-files)
37 input-files := $(addprefix $(srctree)/$(obj)/,$(header-y)) \
39 output-files := $(addprefix $(install)/, $(all-files))
43 unwanted := $(filter-out $(all-files),$(oldheaders))
50 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
51 file$(if $(word 2, $(all-files)),s))
55 for F in $(wrapper-files); do \
63 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
66 cmd_check = for f in $(all-files); do \
[all …]
H A DMakefile.clean43 __clean-files := $(extra-y) $(always) \
44 $(targets) $(clean-files) \
48 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
53 __clean-files := $(wildcard \
54 $(addprefix $(obj)/, $(filter-out /%, $(__clean-files))) \
55 $(filter /%, $(__clean-files)))
67 cmd_clean = rm -f $(__clean-files)
73 ifneq ($(strip $(__clean-files)),)
H A Dget_maintainer.pl380 my @files = ();
399 push(@files, $file);
418 my $file_cnt = @files;
438 push(@files, $filename);
454 if ($file_cnt == @files) {
458 @files = sort_and_uniq(@files);
564 foreach my $file (@files) {
652 foreach my $file (@files) {
H A Dcleanfile80 @files = ();
91 push(@files, $a);
95 foreach $f ( @files ) {
H A Dcleanpatch80 @files = ();
91 push(@files, $a);
95 foreach $f ( @files ) {
H A Dcheckkconfigsymbols.sh51 while read symb files; do
57 /bin/echo -e "$files: \t$symb"
H A Dheaders_install.pl21 my ($readdir, $installdir, $arch, @files) = @ARGV;
25 foreach my $file (@files) {
H A Dheaders_check.pl23 my ($dir, $arch, @files) = @ARGV;
30 foreach my $file (@files) {
H A Dgen_initramfs_list.sh23 directory. "squash" forces all files to uid 0.
26 directory. "squash" forces all files to gid 0.
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile46 # format and will distribute the generated files over these directories.
48 # source files, where putting all generated files in the same directory would
116 # path before files name in the file list and in the header files. If set
278 # For small to medium size projects (<1000 input files) the default value is
313 # defined locally in source files will be included in the documentation.
314 # If set to NO only classes defined in header files are included.
334 # undocumented members of documented classes, files or namespaces.
371 # allowed. This is useful if you have classes or files whose names only differ
384 # will put a list of the files that are included by a file in the documentation
463 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
[all …]
H A Dbsp.dxyfile45 # format and will distribute the generated files over these directories.
47 # source files, where putting all generated files in the same directory would
115 # path before files name in the file list and in the header files. If set
277 # For small to medium size projects (<1000 input files) the default value is
312 # defined locally in source files will be included in the documentation.
313 # If set to NO only classes defined in header files are included.
333 # undocumented members of documented classes, files or namespaces.
370 # allowed. This is useful if you have classes or files whose names only differ
383 # will put a list of the files that are included by a file in the documentation
462 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dkxgettext.c88 struct file_line *files; member
101 self->files = file_line__new(file, lineno); in message__new()
102 if (self->files == NULL) in message__new()
114 free(self->files); in message__new()
143 fl->next = self->files; in message__add_file_line()
144 self->files = fl; in message__add_file_line()
192 struct file_line *fl = self->files; in message__print_file_lineno()
H A DMakefile83 --files-from=$(srctree)/scripts/kconfig/POTFILES.in \
202 clean-files := lkc_defs.h qconf.moc .tmp_qtcheck .tmp_gtkcheck
203 clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h
204 clean-files += mconf qconf gconf nconf
205 clean-files += config.pot linux.pot
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/
H A Dinstall_policy.sh25 mkdir -p /etc/selinux/dummy/contexts/files
27 cp file_contexts /etc/selinux/dummy/contexts/files
30 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts
56 cd /etc/selinux/dummy/contexts/files
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt6 // files for the Gnu compiler (GCC).
28 // To let FlexeLint know where to find header files you need one
39 // ANSI (i.e ISO) header files. Replace the word "FlexeLint"
71 -elib(537) // repeated include files
111 // For ANSI compilers, header files should take care of this.
173 -d_WCHAR_T // tell the header files as much
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A DREADME1 This README file is copied into the directory for GCC-only header files
4 Many of the files in this directory were automatically edited from the
5 standard system header files by the fixincludes process. They are
/utopia/UTPA2-700.0.x/projects/project/k6_android/
H A Dk6_android.mk441 …$(filter-out $(call find-subdir-subdir-files, $(source_dir), apiHDMITx_Wrap.c, ), $(call find-subd…
442 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/
H A Dlicense of libsdtc++.txt21 library without restriction. Specifically, if other files instantiate
23 this file and link it with other files to produce an executable, this
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A DMakefile59 clean-files := $(objtree)/kernel.spec
76 clean-files += $(objtree)/binkernel.spec
/utopia/UTPA2-700.0.x/projects/project/curry_android/
H A Dcurry_android.mk662 …$(filter-out $(call find-subdir-subdir-files, $(source_dir), apiHDMITx_Wrap.c, ), $(call find-subd…
663 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/project/kano_android/
H A Dkano_android.mk660 …$(filter-out $(call find-subdir-subdir-files, $(source_dir), apiHDMITx_Wrap.c, ), $(call find-subd…
661 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/project/manhattan_android/
H A Dmanhattan_android.mk427 $(call find-subdir-subdir-files, $(source_dir), *.c, ) \
428 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/project/mclaren_android/
H A Dmaserati_android.mk420 $(call find-subdir-subdir-files, $(source_dir), *.c, ) \
421 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/project/maxim_android/
H A Dmaxim_android.mk419 $(call find-subdir-subdir-files, $(source_dir), *.c, ) \
420 $(call find-subdir-subdir-files, $(source_dir), *.s, )
/utopia/UTPA2-700.0.x/projects/project/maserati_android/
H A Dmaserati_android.mk420 $(call find-subdir-subdir-files, $(source_dir), *.c, ) \
421 $(call find-subdir-subdir-files, $(source_dir), *.s, )

12