~ubuntu-branches/ubuntu/wily/agda/wily-proposed

« back to all changes in this revision

Viewing changes to mk/paths.mk

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-08-05 06:38:12 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140805063812-io8e77niomivhd49
Tags: 2.4.0.2-1
* [6e140ac] Imported Upstream version 2.4.0.2
* [2049fc8] Update Build-Depends to match control
* [93dc4d4] Install the new primitives
* [e48f40f] Fix typo dev→doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
MACRO_DIR               = $(TOP)/macros
3
 
 
4
 
SRC_DIR                 = $(TOP)/src
5
 
MAIN_SRC_DIR    = $(SRC_DIR)/main
6
 
FULL_SRC_DIR    = $(SRC_DIR)/full
7
 
CORE_SRC_DIR    = $(SRC_DIR)/core
8
 
TRANSL_SRC_DIR  = $(SRC_DIR)/transl
9
 
COMPAT_SRC_DIR  = $(SRC_DIR)/compat
10
 
 
11
 
OUT_DIR                 = $(TOP)/out
12
 
FULL_OUT_DIR    = $(OUT_DIR)/full
13
 
CORE_OUT_DIR    = $(OUT_DIR)/core
14
 
TRANSL_OUT_DIR  = $(OUT_DIR)/transl
15
 
 
16
 
DOC_DIR                 = $(TOP)/doc
17
 
HADDOCK_DIR             = $(DOC_DIR)/haddock
18
 
 
19
 
AGDA_BIN                = $(TOP)/dist/build/agda/agda