forked from SURFnet/eemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
40 lines (32 loc) · 868 Bytes
/
Makefile.am
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
40
# $Id$
ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = \
config.log config.status \
$(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(srcdir)/config.h.in~ \
$(srcdir)/configure \
$(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
$(srcdir)/depcomp $(srcdir)/aclocal.m4 $(srcdir)/compile \
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/eemo.spec
EXTRA_DIST = AUTHORS \
ChangeLog \
LICENSE \
NEWS \
README.md
doc_DATA = AUTHORS \
ChangeLog \
LICENSE \
NEWS \
README.md
noinst_SCRIPTS = eemo.spec \
eemo.rc \
eemo_mux.rc \
eemo_sensor.rc
dist_noinst_SCRIPTS = eemo.spec.in \
eemo.rc \
eemo_mux.rc \
eemo_sensor.rc
eemo.spec: eemo.spec.in
sed -e 's/_EEMO_VERSION_/@VERSION@/g' < $(srcdir)/eemo.spec.in > eemo.spec
SUBDIRS = src config scripts