Home
last modified time | relevance | path

Searched refs:do_makefile (Results 1 – 2 of 2) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/python/
H A Dbuild_utils.py39 do_makefile = False variable
41 do_makefile = True
43 do_makefile = False variable
91 global do_makefile
92 if not do_makefile:
/dports/graphics/opendx/dx-4.4.4/src/uipp/mb/
H A DMBGenerate.C33 static int do_makefile(char *, Module *);
92 if (! do_makefile(fnamecopy, &module)) in Generate()
137 do_makefile(char *basename, Module *mod) in do_makefile() function