• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/alljoyn-tcl-base/alljoyn-tcl-base.mk
Fabrice FontaineFabrice Fontaine committed f3a8e11cf1707 Jul 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# alljoyn-tcl-base
4
#
5
################################################################################
6
​
7
ALLJOYN_TCL_BASE_REV = 16.04
8
ALLJOYN_TCL_BASE_VERSION = $(ALLJOYN_TCL_BASE_REV).00
9
ALLJOYN_TCL_BASE_SOURCE = alljoyn-base_tcl-$(ALLJOYN_TCL_BASE_VERSION).tar.gz
10
ALLJOYN_TCL_BASE_SITE = \
11
    https://mirrors.kernel.org/allseenalliance/alljoyn/$(ALLJOYN_TCL_BASE_REV)
12
# See https://allseenalliance.org/alliance/ip-policy
13
ALLJOYN_TCL_BASE_LICENSE = ISC
14
​
15
ALLJOYN_TCL_BASE_DEPENDENCIES = host-scons alljoyn-tcl
16
ALLJOYN_TCL_BASE_INSTALL_STAGING = YES
17
​
18
# AllJoyn Base Thin Core can be compiled in debug or release mode. By default,
19
# AllJoyn Base Thin Core is built in debug mode.
20
ALLJOYN_TCL_BASE_VARIANT = release
21
​
22
ALLJOYN_TCL_BASE_SCONS_OPTS = \
23
    -j$(PARALLEL_JOBS) \
24
    V=1 \
25
    VARIANT=$(ALLJOYN_TCL_BASE_VARIANT) \
26
    CC="$(TARGET_CC)" \
27
    CXX="$(TARGET_CXX)" \
28
    AJTCL_DIST=$(STAGING_DIR) \
29
    WS=off
30
​
31
define ALLJOYN_TCL_BASE_BUILD_CMDS
32
    cd $(@D); $(SCONS) $(ALLJOYN_TCL_BASE_SCONS_OPTS)
33
endef
34
​
35
define ALLJOYN_TCL_BASE_INSTALL_STAGING_CMDS
36
    cp -a $(@D)/dist/lib/lib* $(STAGING_DIR)/usr/lib/
37
    cp -a $(@D)/dist/include/* $(STAGING_DIR)/usr/include/
38
endef
39
​
40
# Only install AllJoyn Base Thin Core dynamic libraries into target directory
41
define ALLJOYN_TCL_BASE_INSTALL_TARGET_CMDS
42
    cp -a $(@D)/dist/lib/lib*.so* $(TARGET_DIR)/usr/lib/
43
endef
44
​
45
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.