blob: d13e5513fef3543d1f2fc51dfa7f8371d0d3f0e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Define Debian-specific defaults.
CONFIG_NAME = debian-default
OPT_FLAGS = -O2 -g
CFLAGS += -fno-strict-aliasing
SRC_DIRS = mesa
PROGRAM_DIRS =
INSTALL_DIR = $(DESTDIR)/usr
# vim: ft=make
|