~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/lib/font/Speedo/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:46:24 cpqbld Exp $
 
2
 
 
3
 
 
4
 
 
5
 
 
6
XCOMM $XFree86: xc/lib/font/Speedo/Imakefile,v 1.11 2001/08/27 17:40:58 dawes Exp $
 
7
 
 
8
#if BuildServer && DoLoadableServer
 
9
#define IHaveSubdirs
 
10
#define NoLibSubdirs
 
11
#define PassCDebugFlags
 
12
SUBDIRS = module
 
13
#endif
 
14
 
 
15
        INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include
 
16
         HEADERS = 
 
17
      SPEEDOSRCS = do_char.c do_trns.c out_bl2d.c out_blk.c \
 
18
                   out_scrn.c out_util.c reset.c set_spcs.c set_trns.c
 
19
      SPEEDOOBJS = do_char.o do_trns.o out_bl2d.o out_blk.o \
 
20
                   out_scrn.o out_util.o reset.o set_spcs.o set_trns.o
 
21
 
 
22
            SRCS = spfuncs.c spfile.c spinfo.c sperr.c spfont.c spglyph.c \
 
23
                spencode.c bics-unicode.c \
 
24
                $(SPEEDOSRCS)
 
25
            OBJS = spfuncs.o spfile.o spinfo.o sperr.o spfont.o spglyph.o \
 
26
                spencode.o bics-unicode.o \
 
27
                $(SPEEDOOBJS)
 
28
 
 
29
#if BuildFontLib
 
30
#define DoNormalLib NormalLibFont
 
31
#define DoSharedLib SharedLibFont
 
32
#define DoDebugLib DebugLibFont
 
33
#define DoProfileLib ProfileLibFont
 
34
#include <Library.tmpl>
 
35
LibraryObjectRule()
 
36
 
 
37
SubdirLibraryRule($(OBJS))
 
38
NormalLintTarget($(SRCS))
 
39
#endif
 
40
 
 
41
#if BuildServer && DoLoadableServer
 
42
MakeSubdirs($(SUBDIRS))
 
43
DependSubdirs($(SUBDIRS))
 
44
#endif
 
45
 
 
46
DependTarget()