view mk/init.mk @ 2406:6f4094cc3859 trunk

[svn] - allow for hooks to be automatically registered if they are needed
author nenolod
date Thu, 25 Jan 2007 21:19:44 -0800
parents 1ab061263ee8
children 30ab29ed32d8
line wrap: on
line source

#
# Objective Make - the dumb buildsystem
#
# Copyright (c) 2005 - 2007 William Pitcock <nenolod -at- sacredspiral.co.uk>
#
# Redistribution and modification of objective make is expressly 
# allowed, provided that the above copyright notice is left intact.
#
# 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

OMK_FLAGS = top_srcdir="$$top_srcdir" OVERLAYS=""