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