diff mk/init.mk @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents
children 02d3d6d7f223
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/init.mk	Mon Sep 04 19:47:32 2006 -0700
@@ -0,0 +1,21 @@
+# 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
+