Menu

[r4191]: / trunk / GNUmakefile  Maximize  Restore  History

Download this file

23 lines (20 with data), 670 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- mode: makefile; -*-
#
# Issue a useful error message if a user tries to build the project
# using GNU make.
all:
$(error ERROR: This source tree needs to be built with BSD 'make'.)
# Some GNU/Linux distributions offer pre-built packages of BSD 'make':
#
# - On Debian-derived distributions, the "bmake" package provides a
# version of NetBSD 'make' that should suffice.
# - On Fedora, the 'bmake' package seems appropriate (untested).
#
# Portable source code for NetBSD 'make' may be found at:
# http://www.crufty.net/help/sjg/bmake.html
#
#
# Please also read the file "INSTALL" for additional information about
# building the project from source.
#
# $Id$
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.