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

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/drivers/tga/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/Xserver/hw/xfree86/drivers/tga/Imakefile,v 1.16 2001/03/19 11:00:54 alanh Exp $
 
2
XCOMM
 
3
XCOMM This is an Imakefile for the TGA driver.  
 
4
XCOMM
 
5
 
 
6
#define IHaveModules
 
7
#include <Server.tmpl>
 
8
 
 
9
SRCS = tga_driver.c tga_dac.c tga_accel.c BTramdac.c ICS1562.c BT463ramdac.c tga_cursor.c tga_line.c tga_seg.c IBM561ramdac.c
 
10
OBJS = tga_driver.o tga_dac.o tga_accel.o BTramdac.o ICS1562.o BT463ramdac.o tga_cursor.o tga_line.o tga_seg.o IBM561ramdac.o
 
11
 
 
12
#if defined(XF86DriverSDK)
 
13
INCLUDES = -I. -I../../include
 
14
#else
 
15
INCLUDES = -I. -I$(XF86COMSRC) -I$(XF86OSSRC) -I$(SERVERSRC)/Xext \
 
16
           -I$(SERVERSRC)/mfb -I$(SERVERSRC)/mi \
 
17
           -I$(SERVERSRC)/fb -I$(XF86SRC)/xaa \
 
18
           -I$(XF86SRC)/vgahw -I$(XF86SRC)/ramdac \
 
19
           -I$(XF86SRC)/rac -I$(EXTINCSRC) \
 
20
           -I$(FONTINCSRC) -I$(SERVERSRC)/include -I$(XINCLUDESRC) \
 
21
           -I$(SERVERSRC)/render
 
22
#endif
 
23
 
 
24
#if MakeHasPosixVariableSubstitutions
 
25
SubdirLibraryRule($(OBJS))
 
26
#endif
 
27
 
 
28
ModuleObjectRule()
 
29
 
 
30
ObjectFromSpecialSource(tga_seg, tga_line, -DPOLYSEGMENT)
 
31
 
 
32
ObjectModuleTarget(tga,$(OBJS))
 
33
 
 
34
InstallObjectModule(tga,$(MODULEDIR),drivers)
 
35
 
 
36
DependTarget()
 
37
 
 
38
InstallDriverSDKNonExecFile(BT463ramdac.c,$(DRIVERSDKDIR)/drivers/tga)
 
39
InstallDriverSDKNonExecFile(BTramdac.c,$(DRIVERSDKDIR)/drivers/tga)
 
40
InstallDriverSDKNonExecFile(IBM561ramdac.c,$(DRIVERSDKDIR)/drivers/tga)
 
41
InstallDriverSDKNonExecFile(ICS1562.c,$(DRIVERSDKDIR)/drivers/tga)
 
42
InstallDriverSDKNonExecFile(Imakefile,$(DRIVERSDKDIR)/drivers/tga)
 
43
InstallDriverSDKNonExecFile(tga.h,$(DRIVERSDKDIR)/drivers/tga)
 
44
InstallDriverSDKNonExecFile(tga_accel.c,$(DRIVERSDKDIR)/drivers/tga)
 
45
InstallDriverSDKNonExecFile(tga_cursor.c,$(DRIVERSDKDIR)/drivers/tga)
 
46
InstallDriverSDKNonExecFile(tga_dac.c,$(DRIVERSDKDIR)/drivers/tga)
 
47
InstallDriverSDKNonExecFile(tga_driver.c,$(DRIVERSDKDIR)/drivers/tga)
 
48
InstallDriverSDKNonExecFile(tga_regs.h,$(DRIVERSDKDIR)/drivers/tga)
 
49
InstallDriverSDKNonExecFile(tga_line.c,$(DRIVERSDKDIR)/drivers/tga)
 
50
 
 
51
InstallDriverSDKObjectModule(tga,$(DRIVERSDKMODULEDIR),drivers)