-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmake.defs
22 lines (17 loc) · 824 Bytes
/
make.defs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
######################################################################
# Customize for your environment. You # must have write access to
# this directory! Note: ?= searchs 'env' first..
PYPEDIR ?= /usr/local/pype2
######################################################################
# where do the netpbm libs live on your machine?
# redhat/std:
PBMLIBS = -lpnm -lppm -lpbm -lpgm
# debian:
#PBMLIBS = -lnetpbm
######################################################################
# do as you wish here:
GLOBAL_CFLAGS = -O -Wall -D_REENTRANT
#######################################################################
PYTHONINC ?= -I$(PYTHONPREFIX)/include/python$(PYTHONFULLVER)
PYCOMPILE ?= $(PYTHONEXE) $(PYTHONPREFIX)/lib/python$(PYTHONFULLVER)/compileall.py
#post python2.3?? PYCOMPILE ?= $(PYTHONEXE) -mcompileall