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

« back to all changes in this revision

Viewing changes to config/imake/Imakefile

  • 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
XCOMM $TOG: Imakefile /main/10 1997/04/30 15:39:17 kaleb $
 
2
XCOMM
 
3
XCOMM
 
4
XCOMM
 
5
XCOMM
 
6
XCOMM $XFree86: xc/config/imake/Imakefile,v 3.6.2.1 1997/06/11 12:08:33 dawes Exp $
 
7
 
 
8
XCOMM Some compilers generate fatal errors if an -L directory does
 
9
XCOMM not exist.  Since BUILDLIBDIR may not exist yet suppress its use.
 
10
         LDPRELIB =
 
11
        LDPRELIBS =
 
12
 
 
13
DEPLIBS = 
 
14
 
 
15
INCLUDES = -I$(TOP)/include $(TOP_X_INCLUDES)/X11
 
16
CPP_PROGRAM = CppCmd
 
17
CPP_DEFINES = -DCPP_PROGRAM="\"$(CPP_PROGRAM)\""
 
18
DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) $(CPP_DEFINES)
 
19
 
 
20
#if defined(MacIIArchitecture) || defined(SequentArchitecture) || defined(i386ScoArchitecture)
 
21
XBSDLIB = /**/
 
22
#endif
 
23
 
 
24
#undef ImakeDependency
 
25
#define ImakeDependency(dummy) @@\
 
26
Makefile::  ProgramTargetName(imake)
 
27
 
 
28
#if CrossCompiling
 
29
SimpleHostProgramTarget(imake)
 
30
#else
 
31
SimpleProgramTarget(imake)
 
32
#endif
 
33
InstallLinkKitNamedProg(imake,imake,$(LINKKITDIR)/config/imake)
 
34
 
 
35
#if HasClearmake
 
36
bootstrapdepend: depend
 
37
#else
 
38
bootstrapdepend:
 
39
#endif
 
40
 
 
41
clean::
 
42
        RemoveFile(ProgramTargetName(ccimake))
 
43
        $(RM) -r bootstrap