forked from Commvault/cvpysdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GNUmakefile
25 lines (23 loc) · 997 Bytes
/
GNUmakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#############################################################################
#
# The first-level GNUmakefile
#
# Please copy this GNUmakefile to your new project, and modify the
# path to the Makefile.detect below.
#
# Please do NOT add anything else to this file. Customize the
# second-level Makefile instead.
#
# Two levels of makefiles are required to do the auto-detection.
# They can be avoided only by doing a pre-configuration like it happens
# in every GNU distribution. Unfortunately, this approach, though very
# beneficial, will require some major changes, and I exect it will be
# difficult to get approval for this.
#
#############################################################################
# Please do not rename these variables. They're used in Makefile.detect
# to avoid invocation of "%:" pattern to "update" the makefiles
# (they don't need to be updated, do they?)
MAKEFILE := GNUmakefile
MAKEFILE_DETECT := ../../makefiles/Makefile.detect
include $(MAKEFILE_DETECT)