File: vars

package info (click to toggle)
sdf 2.001-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 868 kB
  • ctags: 15
  • sloc: makefile: 128; sh: 114; perl: 63
file content (29 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download
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
26
27
28
29
# This file is NOT a shell script.
#
# This file gets included by both debian/rules (make) AND the scripts in
# debian/scripts (bash)
#

# Where to cd to to unpack all the tarballs.
SOURCE_DIR=build-tree
# For a single pkg, this is the directory that is embedded in the tarball.
# For multiple pkgs, this is null.
TAR_DIR=sdf-2.001
# Where to place all the stamp files.  This directory can be removed, and
# all the targets will then be rerun.
STAMP_DIR=stampdir
# When sys-build.mk is used to build the source, this is the target(s) to
# run.
BUILD_TARGET=
# When cleaning the source, during diff generation, if this is set, this
# target will be called in debian/rules.  This allows for pkgs that have
# complicated cleaning rules.
CLEAN_TARGET_EXTERNAL=sys-clean
# Whether to die if the source cleaning fails.
CLEAN_IGNORE=yes
# The clean target to run.  Defaults to clean.
CLEAN_TARGET=
# Files to exclude from the diff.
DIFF_EXCLUDE="Makefile.in configure"
# Where the patches are located(duh!).
PATCH_DIR=debian/patches