Lines Matching refs:foo
102 For example, if we say that we want to produce a program C<foo>, it
105 PROGRAM=foo
107 However, the program filename may end up being just C<foo> (typical
108 for Unix), or C<foo.exe> (typical for Windows), or even C<BLAH$FOO.EXE>
134 PROGRAMS=foo bar
140 This says that we want to build programs C<foo> and C<bar>, the
149 SOURCE[foo]=foo.c details.c
150 DEPEND[foo]=libcookie
152 This says that the program C<foo> is built from the source files
153 F<foo.c> and F<details.c>, and that it depends on the library
159 SOURCE[foo]=foo.c
161 DEPEND[foo details]=libcookie
224 PROGRAMS=foo "space cadet" bar
226 This says that we sant to build three programs, C<foo>, C<space cadet>
374 PROGRAMS=foo
377 With those two lines, the program C<foo> will not have the attribute
409 MODULES=foo
412 With those two lines, the module C<foo> will not have the attribute
424 SCRIPTS=foo
427 With those two lines, the script C<foo> will not have the attribute