File: Makefile.irix

package info (click to toggle)
opencsg 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,888 kB
  • sloc: ansic: 54,939; cpp: 5,266; sh: 1,531; perl: 876; makefile: 595; python: 135
file content (17 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
NAME = $(GLEW_NAME)
CC = cc
LD = ld
ABI = -64# -n32
CC += $(ABI)
LD += $(ABI)
LDFLAGS.EXTRA =
LDFLAGS.GL = -lGL -lXext -lX11
NAME = GLEW
WARN = -fullwarn -woff 1110,1498
POPT = -O2 -OPT:Olimit=0
BIN.SUFFIX =
LIB.SONAME    = lib$(NAME).so.$(SO_MAJOR)
LIB.DEVLNK    = lib$(NAME).so
LIB.SHARED    = lib$(NAME).so.$(SO_VERSION)
LIB.STATIC    = lib$(NAME).a
LDFLAGS.SO    = -shared -soname $(LIB.SONAME)