-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.am
53 lines (43 loc) · 866 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
41
42
43
44
45
46
47
48
49
50
51
52
ACLOCAL_AMFLAGS = -I m4
NULL =
SUBDIRS = \
src \
$(NULL)
EXTRA_DIST = \
COPYRIGHT \
ChangeLog \
README.md \
\
doc \
tools \
test \
packagebuild \
src/ptpd2.conf.default-full\
src/ptpd2.conf.minimal\
src/ptpd2.8\
src/ptpd2.conf.5\
src/leap-seconds.list\
src/dep/iniparser/AUTHORS\
src/dep/iniparser/LICENSE\
src/dep/iniparser/README\
src/templates.conf\
\
$(NULL)
dist-hook:
rm -f $(distdir)/packagebuild/rpm-rh/*.rpm
CLEANFILES =
#DISTCLEANFILES = .gcc-warning
BUILT_SOURCES = \
libtool \
$(NULL)
ptpd2dir = $(datadir)/$(PACKAGE)
ptpd2_DATA = src/leap-seconds.list \
src/ptpd2.conf.minimal \
src/ptpd2.conf.default-full \
src/templates.conf \
doc/PTPBASE-MIB.txt \
$(NULL)
#dist-hook:
# @find $(distdir) -type d -name SCCS -print | xargs rm -rf
libtool: $(LIBTOOL_DEPS)
./config.status --recheck