]> pilppa.org Git - lib1wire.git/blob - src/Makefile.am
Started defining generic device type base classes that could be used
[lib1wire.git] / src / Makefile.am
1 lib_LTLIBRARIES = lib1wire.la
2 lib1wire_la_SOURCES = \
3         Data.cc Data.hh \
4         Date.cc Date.hh \
5         DeviceConfig.cc DeviceConfig.hh \
6         DeviceData.cc DeviceData.hh \
7         DeviceTypeGeneric.hh \
8         DeviceTypeSensor.hh \
9         Factory.cc Factory.hh \
10         Store.cc Store.hh \
11         StoreDay.cc StoreDay.hh \
12         StoreCache.cc StoreCache.hh \
13         W1CounterDevice.cc W1CounterDevice.hh \
14         W1Device.cc W1Device.hh \
15         W1TemperatureSensor.cc W1TemperatureSensor.hh \
16         W1Util.cc W1Util.hh \
17         W1Configure.hh
18 lib1wire_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
19 AM_CPPFLAGS = $(SRC_CFLAGS)
20
21 DISTCLEANFILES = Makefile.in
22
23 lib1wireincludedir=$(includedir)/w1
24 lib1wireinclude_HEADERS = \
25         Data.hh \
26         Date.hh \
27         DeviceConfig.hh \
28         DeviceData.hh \
29         DeviceTypeGeneric.hh \
30         DeviceTypeSensor.hh \
31         Factory.hh \
32         Store.hh \
33         StoreDay.hh \
34         StoreCache.hh \
35         W1CounterDevice.hh \
36         W1Device.hh \
37         W1TemperatureSensor.hh \
38         W1Util.hh