File: Makefile.am

package info (click to toggle)
liblo 0.23-2.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,856 kB
  • ctags: 374
  • sloc: sh: 8,666; ansic: 3,466; makefile: 64
file content (13 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
MAINTAINERCLEANFILES = Makefile.in

noinst_PROGRAMS = example_server example_client nonblocking_server_example
AM_CFLAGS = -Wall -I@top_srcdir@

example_server_SOURCES = example_server.c
example_server_LDADD = ../src/liblo.la

example_client_SOURCES = example_client.c
example_client_LDADD = ../src/liblo.la

nonblocking_server_example_SOURCES = nonblocking_server_example.c
nonblocking_server_example_LDADD = ../src/liblo.la