~ubuntu-branches/ubuntu/trusty/libmspub/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-02-27 21:55:12 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130227215512-dilvkmujunrhjdr5
Tags: 0.0.5-1
* New upstream release

* apply patches from Benjamin Drung:
  - enable hardening
  - set docdir instead of fixing the installation directory afterwards
  - lintian fixes, Standards-Version: 3.9.4 (no changes needed)
  - add homepage field.
  - Add watch file.
  - Fix source URL.
* --disable-silent-rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
55
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
56
        $(srcdir)/libmspub-0.0.pc.in $(top_srcdir)/configure AUTHORS \
57
 
        NEWS ar-lib config.guess config.sub install-sh ltmain.sh \
58
 
        missing
 
57
        NEWS ar-lib config.guess config.sub depcomp install-sh \
 
58
        ltmain.sh missing
59
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
60
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
61
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
62
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
63
        $(top_srcdir)/configure.ac
61
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
65
        $(ACLOCAL_M4)
63
66
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
209
212
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210
213
LD = @LD@
211
214
LDFLAGS = @LDFLAGS@
212
 
LIBMSPUB_CFLAGS = @LIBMSPUB_CFLAGS@
213
215
LIBMSPUB_CXXFLAGS = @LIBMSPUB_CXXFLAGS@
214
 
LIBMSPUB_LIBS = @LIBMSPUB_LIBS@
215
216
LIBMSPUB_WIN32_RESOURCE = @LIBMSPUB_WIN32_RESOURCE@
216
217
LIBOBJS = @LIBOBJS@
217
218
LIBS = @LIBS@
255
256
STRIP = @STRIP@
256
257
VERSION = @VERSION@
257
258
WINDRES = @WINDRES@
 
259
WPD_CFLAGS = @WPD_CFLAGS@
 
260
WPD_LIBS = @WPD_LIBS@
 
261
WPG_CFLAGS = @WPG_CFLAGS@
 
262
WPG_LIBS = @WPG_LIBS@
258
263
ZLIB_CFLAGS = @ZLIB_CFLAGS@
259
264
ZLIB_LIBS = @ZLIB_LIBS@
260
265
abs_builddir = @abs_builddir@