comparison 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
comparison
equal deleted inserted replaced
1614:9b4678a2efc9 1615:e402e0217870
1 # Shut up GNU make
2 .SILENT:
3
4 OBJECTIVE_DIRECTORIES =
5 OBJECTIVE_LIBS =
6 OBJECTIVE_LIBS_NOINST =
7 OBJECTIVE_BINS =
8 OBJECTIVE_DATA =
9 SUBDIRS =
10 HEADERS =
11 V = 0
12 VERBOSE ?= $(V)
13 VERBOSITY = 0
14 SHOW_CFLAGS ?= $(VERBOSE)
15
16 LIBDIR = $(libdir)
17 BINDIR = $(bindir)
18 INCLUDEDIR = $(pkgincludedir)
19 CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
20 CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
21