view mk/init.mk @ 2164:9d38094655df trunk

[svn] - fix the positioning of an assertion to a place where it would actually be useful - gdk_color_alloc -> gdk_colormap_alloc_color - gdk_window_get_colormap -> gdk_drawable_get_colormap
author nenolod
date Mon, 18 Dec 2006 10:04:29 -0800
parents 3cf80d8a6d8d
children 1ab061263ee8
line wrap: on
line source

# Shut up GNU make
.SILENT:

OBJECTIVE_DIRECTORIES = 
OBJECTIVE_LIBS = 
OBJECTIVE_LIBS_NOINST = 
OBJECTIVE_BINS = 
OBJECTIVE_DATA = 
SUBDIRS = 
HEADERS = 
V = 0
VERBOSE ?= $(V)
VERBOSITY = 0
SHOW_CFLAGS ?= $(VERBOSE)

LIBDIR = $(libdir)
BINDIR = $(bindir)
INCLUDEDIR = $(pkgincludedir)
CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include