~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to include/avr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
# POSSIBILITY OF SUCH DAMAGE.
28
28
#
29
 
# $Id: Makefile.am,v 1.34.2.28 2009/12/03 18:38:59 arcanum Exp $
 
29
# $Id: Makefile.am 2211 2011-02-14 14:04:25Z aboyapati $
30
30
#
31
31
 
32
32
avrdir = $(prefix)/avr/include/avr
33
33
avr_HEADERS = \
34
34
    boot.h \
35
35
    common.h \
 
36
    cpufunc.h \
36
37
    crc16.h \
37
38
    delay.h \
38
39
    eeprom.h \
90
91
    iom16hva.h \
91
92
    iom16hva2.h \
92
93
    iom16hvb.h \
 
94
    iom16hvbrevb.h \
93
95
    iom16m1.h \
94
96
    iom16u2.h \
95
97
    iom16u4.h \
96
98
    iom2560.h \
97
99
    iom2561.h \
 
100
    iom3000.h \
98
101
    iom32.h \
99
102
    iom323.h \
100
103
    iom324.h \
105
108
    iom329.h \
106
109
    iom3290.h \
107
110
    iom32hvb.h \
 
111
    iom32hvbrevb.h \
108
112
    iom32c1.h \
109
113
    iom32m1.h \
110
114
    iom32u2.h \
138
142
    iomxx0_1.h \
139
143
    iomxx4.h \
140
144
    iomxxhva.h \
 
145
    iotn4.h \
 
146
    iotn5.h \
 
147
    iotn9.h \
 
148
    iotn10.h \
141
149
    iotn11.h \
142
150
    iotn12.h \
143
151
    iotn13.h \
144
152
    iotn13a.h \
145
153
    iotn15.h \
146
154
    iotn167.h \
 
155
    iotn20.h \
147
156
    iotn22.h \
148
157
    iotn2313.h \
149
158
    iotn2313a.h \
154
163
    iotn261.h \
155
164
    iotn261a.h \
156
165
    iotn28.h \
 
166
    iotn40.h \
157
167
    iotn4313.h \
158
168
    iotn43u.h \
159
169
    iotn44.h \
164
174
    iotn48.h \
165
175
    iotn88.h \
166
176
    iotn84.h \
 
177
    iotn84a.h \
167
178
    iotn85.h \
168
179
    iotn861.h \
169
180
    iotn861a.h \
181
192
    iousbxx6_7.h \
182
193
    iox64d3.h \
183
194
    iox128a1.h \
 
195
    iox128a1u.h \
184
196
    iox128a3.h \
185
197
    iox128d3.h \
186
198
    iox16a4.h \
193
205
    iox32a4.h \
194
206
    iox32d4.h \
195
207
    iox64a1.h \
 
208
    iox64a1u.h \
196
209
    iox64a3.h \
197
210
    lock.h \
198
211
    parity.h \
206
219
    version.h \
207
220
    wdt.h
208
221
 
 
222
nodist_avr_HEADERS = \
 
223
    builtins.h
 
224
 
209
225
EXTRA_DIST = \
 
226
    builtins.h.in \
210
227
    version.h.in
211
228
 
212
229
do_subst = sed \