Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
1210f7 1 #
AW 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2021 Jim Klimov
14 # Copyright 2021 Andreas Wacknitz
15 #
16 include ../../../make-rules/shared-macros.mk
17
18 # Beside the p5m file, there is really nothing to this component which just
19 # delivers a user and group actions as a common ground for database servers of mysql heritage.
20 COMPONENT_NAME=                mysql-common
21 COMPONENT_VERSION=            1.0
22 COMPONENT_SUMMARY=            MySQL Database Management System (Base)
23 COMPONENT_FMRI=                database/$(COMPONENT_NAME)
24 COMPONENT_CLASSIFICATION=    Development/Databases
25 COMPONENT_LICENSE=            CDDL
26 COMPONENT_LICENSE_FILE=        cddl.license
27
28 include $(WS_MAKE_RULES)/prep-download.mk
29 include $(WS_MAKE_RULES)/justmake.mk
30 include $(WS_MAKE_RULES)/ips.mk
31
32 PATH=$(PATH.gnu)
33
34 download::
35
36 $(BUILD_DIR)/.prep: Makefile mysql-common.p5m
37     $(MKDIR) -p "$(@D)"
38     $(TOUCH) $@
39
40 prep::  $(BUILD_DIR)/.prep
41
42 clean::
43     $(RM) -r $(BUILD_DIR)
44
45 clobber:: clean
46
47 build:: $(BUILD_DIR)/.prep
48
49 install: $(BUILD_DIR)/.prep
50
51 test: $(NO_TESTS)
52
53 # Auto-generated dependencies