File: Makefile.am

package info (click to toggle)
libpcl1 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,696 kB
  • sloc: sh: 9,812; ansic: 875; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

INCLUDES = -I$(srcdir)/../include

check_PROGRAMS = cobench cothread

cobench_SOURCES = cobench.c
cobench_LDADD = ../pcl/.libs/libpcl.a -lpthread

cothread_SOURCES = cothread.c
cothread_LDADD = ../pcl/.libs/libpcl.a -lpthread