Dongjin Kim | f316f52 | 2022-01-18 10:10:24 +0000 | [diff] [blame^] | 1 | ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |
| 2 | |
| 3 | pkgconfigdir = @pkgconfigdir@ |
| 4 | pkgconfig_DATA = libwiringpi2.pc |
| 5 | |
| 6 | SUBDIRS = wiringPi wiringPiD devLib gpio |
| 7 | |
| 8 | wiringpi_includedir = ${includedir}/wiringpi2 |
| 9 | wiringpi_include_HEADERS = \ |
| 10 | devLib/ds1302.h \ |
| 11 | devLib/font.h \ |
| 12 | devLib/gertboard.h \ |
| 13 | devLib/lcd.h \ |
| 14 | devLib/lcd128x64.h \ |
| 15 | devLib/maxdetect.h \ |
| 16 | devLib/piFace.h \ |
| 17 | devLib/piGlow.h \ |
| 18 | devLib/piNes.h \ |
| 19 | devLib/scrollPhat.h \ |
| 20 | devLib/scrollPhatFont.h \ |
| 21 | wiringPi/drcSerial.h \ |
| 22 | wiringPi/max31855.h \ |
| 23 | wiringPi/mcp23017.h \ |
| 24 | wiringPi/pcf8591.h \ |
| 25 | wiringPi/sn3218.h \ |
| 26 | wiringPi/softPwm.h \ |
| 27 | wiringPi/softTone.h \ |
| 28 | wiringPi/wiringPi.h \ |
| 29 | wiringPi/wiringSerial.h |