blob: 9da4f7fb297a792857c08dca507d4dfaa1f5362b [file] [log] [blame]
Dongjin Kimf316f522022-01-18 10:10:24 +00001ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2
3COMMON_CFLAGS = $(EXTRA_CFLAGS) $(LIBWIRINGPI_CFLAGS)
4LIBS = $(LIBWIRINGPI_LIBS)
5
Steve Jeong8a774592023-06-01 18:36:00 +09006bin_PROGRAMS = blink blink12 blink12drcs blink8 clock delayTest ds1302 isr isr-osc i2c-lcd lcd lcd-adafruit max31855 nes okLed pwm rht03 serialRead serialTest softPwm softTone speed wfi
Dongjin Kimf316f522022-01-18 10:10:24 +00007
8blink_SOURCES = blink.c
9blink_CFLAGS = $(COMMON_CFLAGS)
10
11blink12_SOURCES = blink12.c
12blink12_CFLAGS = $(COMMON_CFLAGS)
13
14blink12drcs_SOURCES = blink12drcs.c
15blink12drcs_CFLAGS = $(COMMON_CFLAGS)
16
17blink8_SOURCES = blink8.c
18blink8_CFLAGS = $(COMMON_CFLAGS)
19
20clock_SOURCES = clock.c
21clock_CFLAGS = $(COMMON_CFLAGS)
22clock_LDADD = -lm
23
24delayTest_SOURCES = delayTest.c
25delayTest_CFLAGS = $(COMMON_CFLAGS)
26
27ds1302_SOURCES = ds1302.c
28ds1302_CFLAGS = $(COMMON_CFLAGS)
29
30isr_SOURCES = isr.c
31isr_CFLAGS = $(COMMON_CFLAGS)
32
33isr_osc_SOURCES = isr-osc.c
34isr_osc_CFLAGS = $(COMMON_CFLAGS)
35
Steve Jeong8a774592023-06-01 18:36:00 +090036i2c_lcd_SOURCES = i2c-lcd.c
37i2c_lcd_CFLAGS = $(COMMON_CFLAGS)
38
Dongjin Kimf316f522022-01-18 10:10:24 +000039lcd_SOURCES = lcd.c
40lcd_CFLAGS = $(COMMON_CFLAGS)
41
42lcd_adafruit_SOURCES = lcd-adafruit.c
43lcd_adafruit_CFLAGS = $(COMMON_CFLAGS)
44
45max31855_SOURCES = max31855.c
46max31855_CFLAGS = $(COMMON_CFLAGS)
47
48nes_SOURCES = nes.c
49nes_CFLAGS = $(COMMON_CFLAGS)
50
51okLed_SOURCES = okLed.c
52okLed_CFLAGS = $(COMMON_CFLAGS)
53
54pwm_SOURCES = pwm.c
55pwm_CFLAGS = $(COMMON_CFLAGS)
56
57rht03_SOURCES = rht03.c
58rht03_CFLAGS = $(COMMON_CFLAGS)
59
60serialRead_SOURCES = serialRead.c
61serialRead_CFLAGS = $(COMMON_CFLAGS)
62
63serialTest_SOURCES = serialTest.c
64serialTest_CFLAGS = $(COMMON_CFLAGS)
65
66softPwm_SOURCES = softPwm.c
67softPwm_CFLAGS = $(COMMON_CFLAGS)
68
69softTone_SOURCES = softTone.c
70softTone_CFLAGS = $(COMMON_CFLAGS)
71
72speed_SOURCES = speed.c
73speed_CFLAGS = $(COMMON_CFLAGS)
74
75wfi_SOURCES = wfi.c
76wfi_CFLAGS = $(COMMON_CFLAGS)
77
78SUBDIRS = Gertboard PiFace PiGlow q2w scrollPhat