File: make.conf

package info (click to toggle)
pmidi 1.4.1-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 244 kB
  • ctags: 637
  • sloc: ansic: 2,908; makefile: 70
file content (28 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

# Options required by the C compiler
COPTS = -O

# Path to include files
INCLUDES = -I .

# Options for glib: output of "gtk-config --cflags"
#GLIBFLAGS = -I/usr/X11R6/include -I/usr/lib/glib/include

# Options to link with glib
#GLIB = -lglib

# Optional glib object, you don't need this if you have glib
# You should either comment out this one and include the above two
# or visa versa
GLIBOBJ = glib.o

# Options to link with alsa sound library
ASOUND = -lasound

# Debugging malloc library options
#DBMALLOC = -lefence
#DBMALLOC = -lccmalloc -ldl

# Installation options
INSTALL = install -s
INSTDIR = /usr/local/bin