~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to gnustep-make/resource-set.make

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#   resource-set.make
 
3
#
 
4
#   Makefile rules to install resource files.
 
5
#
 
6
#   Copyright (C) 2002 Free Software Foundation, Inc.
 
7
#
 
8
#   Author:  Nicola Pero <nicola@brainstorm.co.uk>
 
9
#
 
10
#   This file is part of the GNUstep Makefile Package.
 
11
#
 
12
#   This library is free software; you can redistribute it and/or
 
13
#   modify it under the terms of the GNU General Public License
 
14
#   as published by the Free Software Foundation; either version 2
 
15
#   of the License, or (at your option) any later version.
 
16
#   
 
17
#   You should have received a copy of the GNU General Public
 
18
#   License along with this library; see the file COPYING.LIB.
 
19
#   If not, write to the Free Software Foundation,
 
20
#   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
21
 
 
22
ifeq ($(GNUSTEP_INSTANCE),)
 
23
include $(GNUSTEP_MAKEFILES)/Master/resource-set.make
 
24
else
 
25
 
 
26
ifeq ($(GNUSTEP_TYPE),resource_set)
 
27
include $(GNUSTEP_MAKEFILES)/Instance/resource-set.make
 
28
endif
 
29
 
 
30
endif