forked from coanda/dactl
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcommon.am
More file actions
26 lines (22 loc) · 766 Bytes
/
common.am
File metadata and controls
26 lines (22 loc) · 766 Bytes
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
shareddir = $(datadir)/dcs
sysconfigdir = $(sysconfdir)
desktopdir = $(datadir)/applications
plugindir = @PLUGIN_DIR@
devicedir = @DEVICE_DIR@
backenddir = @BACKEND_DIR@
loopdir = @LOOP_DIR@
extensiondir = @WEB_EXTENSION_DIR@
libdcscoredir = $(top_srcdir)/src/libdcs-core
libdcsclidir = $(top_srcdir)/src/libdcs-cli
libdcscontroldir = $(top_srcdir)/src/libdcs-control
libdcsdaqdir = $(top_srcdir)/src/libdcs-daq
libdcslogdir = $(top_srcdir)/src/libdcs-log
libdcsnetdir = $(top_srcdir)/src/libdcs-net
libdcsuidir = $(top_srcdir)/src/libdcs-ui
MAINTAINERCLEANFILES = Makefile.in
#
# All common sections were removed in favor of handling on a per
# library/application basis. What remains here will be removed as well.
#
vala-clean:
rm -f `find . -name "*.stamp"`