~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Tools/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2009-02-20 17:25:20 UTC
  • mto: (8.1.1 experimental) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090220172520-16m3bts71sfl85lz
Tags: upstream-1.19.0
Import upstream version 1.19.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  $(error You need to set GNUSTEP_MAKEFILES before compiling!)
30
30
endif
31
31
 
32
 
# Install into the system root by default
33
 
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
34
 
 
 
32
PACKAGE_NAME = gnustep-base
35
33
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
36
34
 
37
35
include $(GNUSTEP_MAKEFILES)/common.make