Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58467
Collapse All | Expand All

(-)/usr/doc/pyrex-0.9.2.1/Demos/embed/Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
PYVERSION = 2.2
1
PYVERSION = 2.3
2
PYHOME = $(HOME)/pkg/python/$(PYVERSION)
2
PYHOME = /usr
3
PYARCH = $(PYHOME)/$(ARCH)
3
PYARCH = $(PYHOME)/$(ARCH)
4
PYINCLUDE = \
4
PYINCLUDE = \
5
       -I$(PYHOME)/include/python$(PYVERSION) \
5
       -I$(PYHOME)/include/python$(PYVERSION) \
Lines 9-15 Link Here
9
       -ldl -lpthread -lutil -lm
9
       -ldl -lpthread -lutil -lm
10
%.c:   %.pyx
10
%.c:   %.pyx
11
       ../../bin/pyrexc $<
11
       pyrexc $<
12
%.o:   %.c
12
%.o:   %.c
13
       gcc -c -fPIC $(PYINCLUDE) $<
13
       gcc -c -fPIC $(PYINCLUDE) $<

Return to bug 58467