File: Makefile.gcc-unix

package info (click to toggle)
libtut 0.0.20070706-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 1,020 kB
  • ctags: 607
  • sloc: cpp: 3,588; sh: 2,202; xml: 137; makefile: 59; ansic: 9
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
CXX=g++
CXXOPTS=-ftemplate-depth-100 -I$(TUT) -Wall -O2 -c -o
LNK=g++
LNKOPTS=-o
SFX=_gcc_unix
OFX=.o
RM=rm -f