]> pilppa.org Git - lib1wire.git/blob - src/Makefile.am
Started adding support for caches when reading data. Cache files for
[lib1wire.git] / src / Makefile.am
1 lib_LTLIBRARIES = lib1wire.la
2 lib1wire_la_SOURCES = \
3         Factory.cc Factory.hh \
4         W1Device.cc W1Device.hh \
5         Store.cc Store.hh \
6         StoreDay.cc StoreDay.hh \
7         StoreCache.cc StoreCache.hh \
8         W1TemperatureSensor.cc W1TemperatureSensor.hh \
9         W1CounterDevice.cc W1CounterDevice.hh \
10         W1Util.cc W1Util.hh \
11         DeviceData.cc DeviceData.hh \
12         DeviceConfig.cc DeviceConfig.hh \
13         Data.cc Data.hh \
14         Date.cc Date.hh \
15         W1Configure.hh
16 lib1wire_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
17 AM_CPPFLAGS = $(SRC_CFLAGS)
18
19 DISTCLEANFILES = Makefile.in
20
21 lib1wireincludedir=$(includedir)/w1
22 lib1wireinclude_HEADERS = \
23         Data.hh \
24         Date.hh \
25         DeviceConfig.hh \
26         DeviceData.hh \
27         Factory.hh \
28         W1CounterDevice.hh \
29         W1Device.hh \
30         Store.hh \
31         StoreDay.hh \
32         StoreCache.hh \
33         W1TemperatureSensor.hh \
34         W1Util.hh