~ubuntu-branches/ubuntu/precise/nvidia-settings/precise-proposed

« back to all changes in this revision

Viewing changes to src/image_data/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Randall Donald
  • Date: 2004-07-03 19:09:17 UTC
  • Revision ID: james.westby@ubuntu.com-20040703190917-rqkze2s58ux5pamy
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# nvidia-settings: A tool for configuring the NVIDIA X driver on Unix
 
3
# and Linux systems.
 
4
#
 
5
# Copyright (C) 2004 NVIDIA Corporation.
 
6
#
 
7
# This program is free software; you can redistribute it and/or
 
8
# modify it under the terms of Version 2 of the GNU General Public
 
9
# License as published by the Free Software Foundation.
 
10
#
 
11
# This program is distributed in the hope that it will be useful, but
 
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See Version 2
 
14
# of the GNU General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License
 
17
# along with this program; if not, write to the:
 
18
#
 
19
#           Free Software Foundation, Inc.
 
20
#           59 Temple Place - Suite 330
 
21
#           Boston, MA 02111-1307, USA
 
22
#
 
23
 
 
24
#
 
25
# image data sources and extra files to be included in the
 
26
# distribution
 
27
#
 
28
 
 
29
SRC += \
 
30
        image.c
 
31
 
 
32
EXTRA_DIST += \
 
33
        antialiasing_banner.h \
 
34
        big_banner_bsd.h \
 
35
        big_banner_penguin.h \
 
36
        color_correction_banner.h \
 
37
        configuration_banner.h \
 
38
        frame_lock_banner.h \
 
39
        help_banner.h \
 
40
        image.h \
 
41
        opengl_banner.h \
 
42
        thermal_banner.h \
 
43
        xvideo_banner.h \
 
44
        display_device_banner.h \
 
45
        crt_banner.h \
 
46
        dfp_banner.h \
 
47
        tv_banner.h \
 
48
        cursor_banner.h \
 
49
        crt.h \
 
50
        tv.h \
 
51
        dfp.h