File: Makefile.am

package info (click to toggle)
pi-tm1638 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: sh: 1,264; ansic: 355; makefile: 27
file content (10 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
LDADD=../src/libtm1638.a

AM_CFLAGS = -Wall -std=c99 -I$(top_srcdir)/src
CLEANFILES = *~

bin_PROGRAMS = tm1638-hello tm1638-buttons tm1638-clock
tm1638_hello_SOURCES   = hello.c
tm1638_buttons_SOURCES = buttons.c
tm1638_clock_SOURCES   = clock.c