~siretart/lcd4linux/debian

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Reinhard Tartler
  • Date: 2011-04-27 17:24:15 UTC
  • mto: This revision was merged to the branch mainline in revision 750.
  • Revision ID: siretart@tauware.de-20110427172415-6n4aptmvmz0eztvm
Tags: upstream-0.11.0~svn1143
ImportĀ upstreamĀ versionĀ 0.11.0~svn1143

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am 1137 2011-01-02 00:39:10Z michael $
 
2
# $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/Makefile.am $
 
3
 
 
4
# Process this file with automake to produce Makefile.in
 
5
 
 
6
AUTOMAKE_OPTIONS = gnu
 
7
CLEANFILES = *~
 
8
DRIVERS=@DRIVERS@
 
9
PLUGINS=@PLUGINS@
 
10
 
 
11
bin_PROGRAMS = lcd4linux
 
12
 
 
13
# Fixme: -W should be renamed to -Wextra someday...
 
14
AM_CFLAGS = -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing
 
15
 
 
16
LIBTOOL=libtool
 
17
ACLOCAL_AMFLAGS=-I m4
 
18
# use this for lots of warnings
 
19
#AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing
 
20
 
 
21
lcd4linux_LDFLAGS =
 
22
lcd4linux_LDADD   = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@
 
23
lcd4linux_DEPENDENCIES = @DRIVERS@ @PLUGINS@
 
24
 
 
25
lcd4linux_SOURCES =           \
 
26
lcd4linux.c   svn_version.h   \
 
27
cfg.c         cfg.h           \
 
28
debug.c       debug.h         \
 
29
drv.c         drv.h           \
 
30
drv_generic.c drv_generic.h   \
 
31
evaluator.c   evaluator.h     \
 
32
property.c    property.h      \
 
33
hash.c        hash.h          \
 
34
layout.c      layout.h        \
 
35
pid.c         pid.h           \
 
36
timer.c       timer.h         \
 
37
timer_group.c timer_group.h   \
 
38
thread.c      thread.h        \
 
39
udelay.c      udelay.h        \
 
40
qprintf.c     qprintf.h       \
 
41
rgb.c         rgb.h           \
 
42
event.c       event.h         \
 
43
                              \
 
44
widget.c      widget.h        \
 
45
widget_text.c widget_text.h   \
 
46
widget_bar.c  widget_bar.h    \
 
47
widget_icon.c widget_icon.h   \
 
48
widget_keypad.c widget_keypad.h \
 
49
widget_timer.c widget_timer.h \
 
50
widget_gpo.c  widget_gpo.h    \
 
51
                              \
 
52
plugin.c      plugin.h        \
 
53
plugin_cfg.c                  \
 
54
plugin_math.c                 \
 
55
plugin_string.c               \
 
56
plugin_test.c                 \
 
57
plugin_time.c
 
58
 
 
59
EXTRA_lcd4linux_SOURCES=      \
 
60
drv_generic_text.c            \
 
61
drv_generic_text.h            \
 
62
drv_generic_graphic.c         \
 
63
drv_generic_graphic.h         \
 
64
drv_generic_gpio.c            \
 
65
drv_generic_gpio.h            \
 
66
drv_generic_serial.c          \
 
67
drv_generic_serial.h          \
 
68
drv_generic_parport.c         \
 
69
drv_generic_parport.h         \
 
70
drv_generic_i2c.c             \
 
71
drv_generic_i2c.h             \
 
72
drv_generic_keypad.c          \
 
73
drv_generic_keypad.h          \
 
74
drv_ASTUSB.c                  \
 
75
drv_BeckmannEgle.c            \
 
76
drv_BWCT.c                    \
 
77
drv_Crystalfontz.c            \
 
78
drv_Curses.c                  \
 
79
drv_Cwlinux.c                 \
 
80
drv_D4D.c                     \
 
81
drv_EA232graphic.c            \
 
82
drv_EFN.c                     \
 
83
drv_FW8888.c                  \
 
84
drv_G15.c                     \
 
85
drv_GLCD2USB.c glcd2usb.h     \
 
86
drv_HD44780.c                 \
 
87
drv_Image.c                   \
 
88
drv_IRLCD.c                   \
 
89
drv_LCD2USB.c                 \
 
90
drv_LCDLinux.c                \
 
91
drv_LCDTerm.c                 \
 
92
drv_LEDMatrix.c               \
 
93
drv_LPH7508.c                 \
 
94
drv_LUIse.c                   \
 
95
drv_LW_ABP.c                  \
 
96
drv_M50530.c                  \
 
97
drv_MatrixOrbital.c           \
 
98
drv_MatrixOrbitalGX.c         \
 
99
drv_MilfordInstruments.c      \
 
100
drv_Noritake.c                \
 
101
drv_NULL.c                    \
 
102
drv_Pertelian.c               \
 
103
drv_PHAnderson.c              \
 
104
drv_PICGraphic.c              \
 
105
drv_picoLCD.c                 \
 
106
drv_picoLCDGraphic.c          \
 
107
drv_RouterBoard.c             \
 
108
drv_Sample.c                  \
 
109
drv_st2205.c                  \
 
110
drv_serdisplib.c              \
 
111
drv_ShuttleVFD.c              \
 
112
drv_SimpleLCD.c               \
 
113
drv_T6963.c                   \
 
114
drv_Trefon.c                  \
 
115
drv_ula200.c                  \
 
116
drv_USBHUB.c                  \
 
117
drv_USBLCD.c                  \
 
118
drv_vnc.c                     \
 
119
drv_WincorNixdorf.c           \
 
120
drv_X11.c                     \
 
121
                              \
 
122
font_6x8.h                    \
 
123
font_6x8_bold.h               \
 
124
widget_image.c widget_image.h \
 
125
                              \
 
126
lcd4linux_i2c.h               \
 
127
                              \
 
128
plugin_apm.c                  \
 
129
plugin_asterisk.c             \
 
130
plugin_button_exec.c          \
 
131
plugin_cpuinfo.c              \
 
132
plugin_dbus.c                 \
 
133
plugin_diskstats.c            \
 
134
plugin_dvb.c                  \
 
135
plugin_exec.c                 \
 
136
plugin_fifo.c                 \
 
137
plugin_file.c                 \
 
138
plugin_gps.c                  \
 
139
plugin_hddtemp.c              \
 
140
plugin_huawei.c               \
 
141
plugin_i2c_sensors.c          \
 
142
plugin_iconv.c                \
 
143
plugin_imon.c                 \
 
144
plugin_isdn.c                 \
 
145
plugin_kvv.c                  \
 
146
plugin_loadavg.c              \
 
147
plugin_meminfo.c              \
 
148
plugin_mpd.c                  \
 
149
plugin_mpris_dbus.c           \
 
150
plugin_mysql.c                \
 
151
plugin_netdev.c               \
 
152
plugin_netinfo.c              \
 
153
plugin_pop3.c                 \
 
154
plugin_ppp.c                  \
 
155
plugin_proc_stat.c            \
 
156
plugin_python.c               \
 
157
plugin_qnaplog.c              \
 
158
plugin_sample.c               \
 
159
plugin_seti.c                 \
 
160
plugin_statfs.c               \
 
161
plugin_uname.c                \
 
162
plugin_uptime.c               \
 
163
plugin_w1retap.c              \
 
164
plugin_wireless.c             \
 
165
plugin_xmms.c
 
166
 
 
167
 
 
168
EXTRA_DIST =                  \
 
169
svn_version.sh                \
 
170
lcd4linux.conf.sample         \
 
171
lcd4kde.conf                  \
 
172
lcd4linux.kdelnk              \
 
173
lcd4linux.xpm                 \
 
174
lcd4linux.lsm                 \
 
175
ax_python_devel.m4            \
 
176
curses.m4                     \
 
177
drivers.m4                    \
 
178
plugins.m4                    \
 
179
AUTHORS                       \
 
180
CREDITS                       \
 
181
NEWS                          \
 
182
TODO                          \
 
183
README                        \
 
184
plugin_sample.c
 
185
 
 
186
 
 
187
 
 
188
# create subversion version
 
189
 
 
190
.PHONY: svn_version
 
191
 
 
192
svn_version:
 
193
        svn_version.sh
 
194