File: gnumakefile.mk

package info (click to toggle)
gnustep-make 2.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,084 kB
  • sloc: sh: 3,990; objc: 806; makefile: 229; perl: 71
file content (14 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: makefile; coding: utf-8 -*-

ifndef _cdbs_bootstrap
_cdbs_scripts_path ?= /usr/lib/cdbs
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
_cdbs_class_path ?= /usr/share/cdbs/1/class
endif

include $(_cdbs_class_path)/makefile.mk

include /usr/share/GNUstep/debian/config.mk
DEB_MAKE_ENVVARS = GNUSTEP_MAKEFILES=$(GS_MAKE_DIR)

DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) GNUSTEP_INSTALLATION_DOMAIN=SYSTEM