~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2005,  Joerg Wunsch
 
1
# Copyright (c) 2005,2007  Joerg Wunsch
2
2
# All rights reserved.
3
3
#
4
4
# Redistribution and use in source and binary forms, with or without
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.1 2005/11/06 20:12:58 joerg_wunsch Exp $
 
29
# $Id: Makefile.am,v 1.1.2.1 2007/05/13 21:26:06 joerg_wunsch Exp $
30
30
#
31
31
 
32
32
avrdir = $(prefix)/avr/include/util
33
33
avr_HEADERS = \
34
34
    crc16.h \
35
35
    delay.h \
 
36
    delay_basic.h \
36
37
    parity.h \
37
38
    twi.h