File: Makefile.am

package info (click to toggle)
libopenobex 1.5-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,004 kB
  • sloc: sh: 9,112; ansic: 8,994; makefile: 193
file content (28 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

if APPS
noinst_LIBRARIES = libmisc.a

libmisc_a_SOURCES = \
	obex_io.c obex_io.h \
	obex_put_common.c obex_put_common.h

bin_PROGRAMS = irxfer obex_tcp irobex_palm3 obex_test

obex_test_SOURCES = \
	obex_test.c obex_test.h \
	obex_test_client.c obex_test_client.h \
	obex_test_server.c obex_test_server.h \
	obex_test_cable.c obex_test_cable.h

obex_test_LDADD = libmisc.a $(top_builddir)/lib/libopenobex.la @BLUETOOTH_LIBS@

AM_CFLAGS = @OPENOBEX_CFLAGS@

LDADD = libmisc.a $(top_builddir)/lib/libopenobex.la

INCLUDES = @BLUETOOTH_CFLAGS@ -I$(top_srcdir)/include
endif

EXTRA_DIST = CMakeLists.txt

MAINTAINERCLEANFILES = Makefile.in