Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

source: fsodeviced/src/plugins/proximity_n900/Makefile.am @ b7296f4

Revision b7296f4, 1.1 KB checked in by Simon Busch <morphis@…>, 14 months ago (diff)

fsodeviced: prepare make infrastructure for release

  • Property mode set to 100644
RevLine 
[b4b7a49]1include $(top_srcdir)/Makefile.decl
2
3NULL =
4
5AM_CPPFLAGS = \
6        -I$(top_srcdir) \
7        $(FSO_CFLAGS) \
[895ab42]8        -DG_LOG_DOMAIN=\"fsodevice.proximity_n900\" \
[b4b7a49]9        $(NULL)
10
11noinst_PROGRAMS = $(TEST_PROGS)
12
[0535bca]13progs_ldadd = \
14        $(FSO_LIBS) \
[b7296f4]15        $(top_builddir)/src/lib/libfsodevice.la \
[0535bca]16        $(NULL)
[b4b7a49]17
18VALAC_ARGS = \
19        --basedir $(top_srcdir) \
20        --vapidir $(top_srcdir)/fsoframework \
21        --pkg glib-2.0 \
22        --pkg fso-glib-1.0 \
[908199f]23        --pkg fsoresource-2.0 \
[b4b7a49]24        --pkg fsoframework-2.0
25
26#
27# plugin
28#
29modlibexecdir = $(libdir)/cornucopia/modules/fsodevice
30modlibexec_LTLIBRARIES = proximity_n900.la
31proximity_n900_la_SOURCES = plugin.c
32proximity_n900_la_VALASOURCES = plugin.vala
33$(proximity_n900_la_SOURCES): $(proximity_n900_la_VALASOURCES)
34        $(VALAC) -C $(VALAC_ARGS) $^
35        touch $@
36proximity_n900_la_LIBADD = $(progs_ldadd)
37proximity_n900_la_LDFLAGS = -no-undefined -module -avoid-version
38proximity_n900_la_LIBTOOLFLAGS = --tag=disable-static
39
[2ffea7d]40EXTRA_DIST += \
41        $(proximity_n900_la_VALASOURCES) \
[b7296f4]42        $(proximity_n900_la_SOURCES) \
[2ffea7d]43        $(NULL)
44
[b4b7a49]45CLEANFILES = \
46    *.c \
47    *.h \
48    *.la \
49    *.lo \
50    $(NULL)
51
52MAINTAINERCLEANFILES = \
53  Makefile.in \
54  $(NULL)
Note: See TracBrowser for help on using the repository browser.