view mk/init.mk @ 3255:3c3a3f3c2269

- Added my "Locate and Play" script to contrib. - Added a few commented-out lines to my G15 LCD script to help anyone who wants to tweak it.
author "Stephan Sokolow <http://www.ssokolow.com/ContactMe>"
date Sun, 05 Aug 2007 21:26:56 -0400
parents 30ab29ed32d8
children
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