Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/examples/Makefile.am @ 124:e3d5853d5918
Current stable PortAudio source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:11:05 +0100 |
parents | 8a15ff55d9af |
children |
rev | line source |
---|---|
cannam@89 | 1 MAINTAINERCLEANFILES = Makefile.in |
cannam@89 | 2 |
cannam@89 | 3 noinst_PROGRAMS = example_server example_client nonblocking_server_example |
cannam@89 | 4 AM_CFLAGS = -Wall -I@top_srcdir@ |
cannam@89 | 5 |
cannam@89 | 6 example_server_SOURCES = example_server.c |
cannam@89 | 7 example_server_LDADD = ../src/liblo.la |
cannam@89 | 8 |
cannam@89 | 9 example_client_SOURCES = example_client.c |
cannam@89 | 10 example_client_LDADD = ../src/liblo.la |
cannam@89 | 11 |
cannam@89 | 12 nonblocking_server_example_SOURCES = nonblocking_server_example.c |
cannam@89 | 13 nonblocking_server_example_LDADD = ../src/liblo.la |