• 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/doxygen/doxygen.mk
Luca CeresoliLuca Ceresoli committed 7b0e757fb8528 Sep 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# doxygen
4
#
5
################################################################################
6
​
7
DOXYGEN_VERSION = 1.8.9.1
8
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
9
DOXYGEN_SITE = http://ftp.stack.nl/pub/users/dimitri
10
DOXYGEN_LICENSE = GPLv2
11
DOXYGEN_LICENSE_FILES = LICENSE
12
DOXYGEN_DEPENDENCIES = host-flex host-bison
13
​
14
define HOST_DOXYGEN_CONFIGURE_CMDS
15
    (cd $(@D); $(HOST_MAKE_ENV) ./configure --shared --prefix=$(HOST_DIR)/usr)
16
endef
17
​
18
define HOST_DOXYGEN_BUILD_CMDS
19
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D)
20
endef
21
​
22
define HOST_DOXYGEN_INSTALL_CMDS
23
    $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
24
endef
25
​
26
# Doxygen's configure is a handwritten script, not an autotools-generated one.
27
# It doesn't accept host-autotools-package default arguments, so we have to
28
# call host-generic-package here.
29
$(eval $(host-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.