~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1.5.1-7/config/Makefile.kfreebsd

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2010-04-10 18:16:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410181621-179fn0er7sjbccku
Tags: 1.5.3-1
* New upstream release (Closes: #577183)
* reworked mx build support to reflect new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NAME = $(GLEW_NAME)
 
2
CC = cc
 
3
LD = cc
 
4
ifneq (undefined, $(origin GLEW_MX))
 
5
CFLAGS.EXTRA = -DGLEW_MX
 
6
endif
 
7
PICFLAG = -fPIC
 
8
LDFLAGS.SO = -shared -Wl,-soname $(LIB.SONAME)
 
9
LDFLAGS.EXTRA = -L/usr/X11R6/lib
 
10
LDFLAGS.GL = -lXmu -lXi -lGLU -lGL -lXext -lX11
 
11
LDFLAGS.STATIC = -Wl,-Bstatic
 
12
LDFLAGS.DYNAMIC = -Wl,-Bdynamic
 
13
NAME = GLEW
 
14
WARN = -Wall -W
 
15
POPT = -O2
 
16
BIN.SUFFIX =
 
17
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
 
18
LIB.DEVLNK = lib$(NAME).so
 
19
LIB.SHARED = lib$(NAME).so.$(SO_VERSION)
 
20
LIB.STATIC = lib$(NAME).a
 
21
SHARED_OBJ_EXT = pic_o