~ubuntu-branches/ubuntu/trusty/gnustep-back/trusty

« back to all changes in this revision

Viewing changes to Source/gsc/GNUmakefile.preamble

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2008-07-02 17:19:03 UTC
  • mfrom: (1.2.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080702171903-n1potlcotage8xy0
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#  This file is part of the GNUstep Backend.
9
9
#
10
10
#  This library is free software; you can redistribute it and/or
11
 
#  modify it under the terms of the GNU Library General Public
 
11
#  modify it under the terms of the GNU Lesser General Public
12
12
#  License as published by the Free Software Foundation; either
13
13
#  version 2 of the License, or (at your option) any later version.
14
14
#
15
15
#  This library is distributed in the hope that it will be useful,
16
16
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18
 
#  Library General Public License for more details.
 
18
#  Lesser General Public License for more details.
19
19
#
20
 
#  You should have received a copy of the GNU Library General Public
 
20
#  You should have received a copy of the GNU Lesser General Public
21
21
#  License along with this library; see the file COPYING.LIB.
22
 
#  If not, write to the Free Software Foundation,
23
 
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
22
#  If not, see <http://www.gnu.org/licenses/> or write to the 
 
23
#  Free Software Foundation, 51 Franklin Street, Fifth Floor, 
 
24
#  Boston, MA 02110-1301, USA.
24
25
 
25
26
#
26
27
# Flags dealing with compiling and linking
36
37
#ADDITIONAL_CFLAGS = 
37
38
 
38
39
# Additional include directories the compiler should search
39
 
ADDITIONAL_INCLUDE_DIRS = -I$(top_srcdir)/Headers -I$(top_builddir) -I../$(GNUSTEP_TARGET_DIR)
 
40
ADDITIONAL_INCLUDE_DIRS = -I../../Headers -I../$(GNUSTEP_TARGET_DIR)
40
41
 
41
42
# Additional LDFLAGS to pass to the linker
42
43
#ADDITIONAL_LDFLAGS =