[go: up one dir, main page]

Menu

[8b2b2c]: / src / tools / Makefile.am  Maximize  Restore  History

Download this file

15 lines (12 with data), 415 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
AUTOMAKE_OPTIONS = foreign
SUBDIRS = .
bin_PROGRAMS = oscsend oscdump oscsendfile
oscsend_SOURCES = oscsend.c
oscsend_CFLAGS = $(LIBLO_CFLAGS) -I$(top_srcdir)
oscsend_LDADD = ../liblo.la
oscdump_SOURCES = oscdump.c
oscdump_CFLAGS = $(LIBLO_CFLAGS) -I$(top_srcdir)
oscdump_LDADD = ../liblo.la
oscsendfile_SOURCES = oscsendfile.c
oscsendfile_CFLAGS = $(LIBLO_CFLAGS) -I$(top_srcdir)
oscsendfile_LDADD = ../liblo.la