~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to demos/programs/hellomotifi18n/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MAINTAINERCLEANFILES = Makefile.in
 
2
 
 
3
datadir = ${prefix}/share/Xm/helloint
 
4
 
 
5
SUBDIRS = C english french hebrew japan japanese swedish
 
6
EXTRA_DIST = README helloint.uil Imakefile helloint.man
 
7
CLEANFILES = helloint.uid
 
8
helloint_SOURCES = helloint.c
 
9
bin_PROGRAMS = helloint
 
10
data_DATA = $(EXTRA_DIST) $(helloint_SOURCES) helloint.uid
 
11
helloint_DEPENDENCIES = helloint.uid C/uid/l_strings.uid english/uid/l_strings.uid french/uid/l_strings.uid hebrew/uid/l_strings.uid japan/uid/l_strings.uid japanese/uid/l_strings.uid swedish/uid/l_strings.uid
 
12
 
 
13
INCLUDES = -I$(top_srcdir)/lib ${X_CFLAGS} 
 
14
LDADD = $(top_builddir)/lib/Mrm/libMrm.la
 
15
 
 
16
SUFFIXES = .uil .uid
 
17
 
 
18
.uil.uid:
 
19
        $(top_builddir)/clients/uil/uil $< -I$(srcdir) -o $@