File: gnumakefile.mk

package info (click to toggle)
gnustep-make 2.0.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,272 kB
  • ctags: 159
  • sloc: perl: 15,898; sh: 4,046; makefile: 275; csh: 48; objc: 27
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