Searched refs:debug (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/app/intel-gpu-tools/
H A DMakefile3 # intel-gpu-tools - Intel graphics driver debug tools
31 MODULE_DESC = Intel graphics driver debug tools
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c93 static Bool debug = FALSE; variable
109 if (debug)
498 if (debug) {
588 if (debug)
646 if (debug)
676 else if (debug)
702 if (debug)
740 else if (debug)
1185 if (debug)
1203 if (debug)
[all...]
/solaris-x11-s11/open-src/kernel/
H A DMakefile61 # debug isn't working quite right yet.
62 # World: clean all debug install
75 debug:
78 print "## making debug" $(OS_TARGET) "in open-src/kernel/$(DIRNAME)$@..."; \
/solaris-x11-s11/open-src/app/synergy/
H A DMakefile130 MODULE_CONFIG_OPTS = --disable-debug
/solaris-x11-s11/open-src/common/
H A DMakefile.inc98 # Allow adding "debug-" prefix to rules like build_32, install, etc.
99 debug-%:
100 $(MAKE) $(MAKEFLAGS) $(@:debug-%=%) $(DEBUG_BUILD_FLAGS)
102 # Allow debug_XX to run "make all_XX" with debug flags (including without _XX)
103 debug%:
104 $(MAKE) $(MAKEFLAGS) $(@:debug%=all%) $(DEBUG_BUILD_FLAGS)

Completed in 15 milliseconds