File: Makefile.am

package info (click to toggle)
libteam 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,344 kB
  • sloc: ansic: 17,494; sh: 1,242; python: 613; makefile: 102
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
MAINTAINERCLEANFILES = Makefile.in

ACLOCAL_AMFLAGS = -I m4

AM_CFLAGS = -I${top_srcdir}/include

LDADD = $(top_builddir)/libteam/libteam.la

noinst_PROGRAMS=team_manual_control team_monitor
team_manual_control_SOURCES=team_manual_control.c
team_monitor_SOURCES=team_monitor.c

EXTRA_DIST = python