File: Makefile.am

package info (click to toggle)
openhpi 2.14.1-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,380 kB
  • sloc: ansic: 187,087; cpp: 32,188; sh: 10,415; makefile: 4,467; perl: 1,529
file content (39 lines) | stat: -rw-r--r-- 698 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
29
30
31
32
33
34
35
36
37
38
39

.NOTPARALLEL:

MAINTAINERCLEANFILES 	= Makefile.in
MOSTLYCLEANFILES	= @TEST_CLEAN@

EXTRA_DIST		= hpi_ui.h

INCLUDES		= -I$(top_srcdir)/include -I$(top_srcdir)/utils

INCLUDES 		+= -I$(top_srcdir)/openhpid \
			   -I$(top_srcdir)/marshal \
			   -DCLIENT
COMMONLIBS		= $(top_builddir)/marshal/libohtcpconnx.la \
			   $(top_builddir)/utils/libopenhpiutils.la \
			   $(top_builddir)/openhpid/libopenhpi.la

bin_PROGRAMS		= hpi_shell

HS_SOURCES		= \
	hpi_cmd.h \
	hpi_cmd.c \
	cmdparser.c \
	commands.c \
	ctrl_inv.c \
	inputcmd.c \
	sensor.c \
	session.c \
	show.c \
	service.c \
	dimi.c \
	fumi.c

hpi_shell_SOURCES = $(HS_SOURCES)

hpi_shell_LDADD   = $(COMMONLIBS)

clean-local:
	rm -f *~ *.o