File: gcc.def

package info (click to toggle)
ivtools 0.6.7-7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 10,652 kB
  • ctags: 32,354
  • sloc: ansic: 142,330; makefile: 22,434; cpp: 14,233; sh: 494
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Other definitions for gcc/g++.
 */

     GPLUSPLUS_INCLUDE_DIR = GPlusPlusIncludeDir
          TOOL_INCLUDE_DIR = ToolIncludeDir

#ifndef DependCCFlags
#define DependCCFlags -DMAKEDEPEND $(CCDEFINES) $(CCINCLUDES) -I$(GPLUSPLUS_INCLUDE_DIR) \
		      -I$(TOOL_INCLUDE_DIR)
#endif

#undef HasGcc2
#define HasGcc2 YES

#undef HasGcc
#define HasGcc HasGcc2