resetting manifest requested domain to floor
[platform/upstream/chrpath.git] / Makefile.am
1 SUBDIRS = testsuite deb
2
3 docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
4
5 doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
6
7 bin_PROGRAMS = chrpath
8
9 man_MANS = chrpath.1
10
11 debs:
12         fakeroot debian/rules binary
13
14 chrpath_SOURCES = \
15         chrpath.c       \
16         killrpath.c     \
17         main.c          \
18         elf.c           \
19         protos.h
20
21 EXTRA_DIST = ChangeLog.usermap $(man_MANS)
22
23 CLEANFILES = *.bb *.bbg *.da *.gcov testsuite/*.bb testsuite/*.bbg
24 coverage: all check
25         for f in *.c; do gcov $$f; done
26
27 # ChangeLog autogenerated from CVS log messages
28 #
29 # -b                     Show brach information
30 # --gmt                  Use GTM timezone, not local time
31 # --window 7200          Use a two hour window when grouping log messages
32 # --log-opts -d'...<now' Log everything from the given date
33 # --usermap ...          Make usernames with names/emails in given file
34 # --ignore ChangeLog     Don't log changes to the ChangeLog itself
35 CVS2CL = cvs2cl
36 log: ChangeLog.usermap
37         $(CVS2CL) -b --gmt --log-opts "-d'2001-01-01< now'" --window 7200 \
38                 --usermap ChangeLog.usermap --ignore ChangeLog -f ChangeLog