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

« back to all changes in this revision

Viewing changes to nvidia-settings-1.0/src/gtk+-2.x/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
# GTK+ 2.0 sources and extra files to be included in the distribution
 
26
#
 
27
 
 
28
SRC += \
 
29
        ctkxvideo.c \
 
30
        ctkcursorshadow.c \
 
31
        ctkui.c \
 
32
        ctkframelock.c \
 
33
        ctkgauge.c \
 
34
        ctkcurve.c \
 
35
        ctkcolorcorrection.c \
 
36
        ctkscale.c \
 
37
        ctkmultisample.c \
 
38
        ctkconfig.c \
 
39
        ctkevent.c \
 
40
        ctkwindow.c \
 
41
        ctkopengl.c \
 
42
        ctkdevice.c \
 
43
        ctkhelp.c \
 
44
        ctkimagesliders.c \
 
45
        ctkdisplaydevice.c \
 
46
        ctkdisplaydevice-crt.c \
 
47
        ctkdisplaydevice-tv.c \
 
48
        ctkdisplaydevice-dfp.c \
 
49
        ctkthermal.c
 
50
 
 
51
 
 
52
EXTRA_DIST += \
 
53
        ctkxvideo.h \
 
54
        ctkcursorshadow.h \
 
55
        ctkui.h \
 
56
        ctkframelock.h \
 
57
        ctkgauge.h \
 
58
        ctkcurve.h \
 
59
        ctkcolorcorrection.h \
 
60
        ctkscale.h \
 
61
        ctkmultisample.h \
 
62
        ctkconfig.h \
 
63
        ctkevent.h \
 
64
        ctkwindow.h \
 
65
        ctkopengl.h \
 
66
        ctkdevice.h \
 
67
        ctkhelp.h \
 
68
        ctkimagesliders.h \
 
69
        ctkdisplaydevice.h \
 
70
        ctkdisplaydevice-crt.h \
 
71
        ctkdisplaydevice-tv.h \
 
72
        ctkdisplaydevice-dfp.h \
 
73
        ctkconstants.h \
 
74
        ctkthermal.h