source: rtems/cpukit/libi2c/Makefile.am @ 199e748

4.104.114.84.95
Last change on this file since 199e748 was 6339f467, checked in by Till Straumann <strauman@…>, on 11/03/05 at 02:44:59

2005-11-02 straumanatslacdotstanford.edu

  • libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files.
  • Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
  • Property mode set to 100644
File size: 206 bytes
Line 
1##
2##  $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7noinst_LIBRARIES = libi2c.a
8
9libi2c_a_SOURCES = libi2c.c libi2c.h
10
11## ---
12
13all-local: $(PREINSTALL_FILES)
14
15include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.