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

« back to all changes in this revision

Viewing changes to unix/xc/programs/dpsinfo/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 $XFree86: xc/programs/dpsinfo/Imakefile,v 1.3 2001/03/11 15:27:35 herrb Exp $
 
2
XCOMM XTOOLLIB is currently needed by our version of DPSLIB
 
3
 
 
4
        DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXLIB)
 
5
LOCAL_LIBRARIES = $(DPSLIB) $(XTOOLLIB) $(XLIB)
 
6
  SYS_LIBRARIES = MathLibrary
 
7
         PSWRAP = PsWrap
 
8
 
 
9
SRCS = iwraps.psw dpsinfo.c
 
10
 
 
11
OBJS = iwraps.o dpsinfo.o
 
12
 
 
13
DERIVED_FILES = iwraps.h iwraps.c
 
14
 
 
15
.SUFFIXES: .psw .h
 
16
 
 
17
.psw.c : ProgramTargetName($(PSWRAP))
 
18
        RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
 
19
 
 
20
.psw.h : ProgramTargetName($(PSWRAP))
 
21
        RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
 
22
 
 
23
depend:: $(DERIVED_FILES)
 
24
 
 
25
ComplexProgramTarget(dpsinfo)
 
26
 
 
27
clean ::
 
28
        $(RM) $(DERIVED_FILES)