~ubuntu-branches/ubuntu/utopic/libmspub/utopic

« back to all changes in this revision

Viewing changes to build/win32/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-07-01 19:27:01 UTC
  • mfrom: (3.2.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140701192701-2gim3435sk0u7mld
Tags: 0.1.1-1
* New upstream release

* fix description (closes: #712168) 
* fix copyright after relicensing (closes: #750802)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
164
192
PUB2RAW_WIN32_RESOURCE = @PUB2RAW_WIN32_RESOURCE@
165
193
PUB2XHTML_WIN32_RESOURCE = @PUB2XHTML_WIN32_RESOURCE@
166
194
RANLIB = @RANLIB@
 
195
REVENGE_CFLAGS = @REVENGE_CFLAGS@
 
196
REVENGE_GENERATORS_CFLAGS = @REVENGE_GENERATORS_CFLAGS@
 
197
REVENGE_GENERATORS_LIBS = @REVENGE_GENERATORS_LIBS@
 
198
REVENGE_LIBS = @REVENGE_LIBS@
 
199
REVENGE_STREAM_CFLAGS = @REVENGE_STREAM_CFLAGS@
 
200
REVENGE_STREAM_LIBS = @REVENGE_STREAM_LIBS@
167
201
SED = @SED@
168
202
SET_MAKE = @SET_MAKE@
169
203
SHELL = @SHELL@
170
204
STRIP = @STRIP@
171
205
VERSION = @VERSION@
172
206
WINDRES = @WINDRES@
173
 
WPD_CFLAGS = @WPD_CFLAGS@
174
 
WPD_LIBS = @WPD_LIBS@
175
 
WPG_CFLAGS = @WPG_CFLAGS@
176
 
WPG_LIBS = @WPG_LIBS@
177
207
ZLIB_CFLAGS = @ZLIB_CFLAGS@
178
208
ZLIB_LIBS = @ZLIB_LIBS@
179
209
abs_builddir = @abs_builddir@