root/trunk/mk/init.mk

Revision 74, 426 bytes (checked in by takkaria, 1 year ago)

Refresh autotools support, using OMK in favour of automake. (Kiyoshi Aman)

Line 
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
Note: See TracBrowser for help on using the browser.