File: vars

package info (click to toggle)
qtss 3-3
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 1,052 kB
  • ctags: 12
  • sloc: sh: 223; makefile: 157
file content (27 lines) | stat: -rw-r--r-- 971 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
# 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=StreamingServer-3
# Where to place all the stamp files.  This directory can be removed, and
# all the targets will then be rerun.
STAMP_DIR=debian/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=
# 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 *~"