root/libcrash/trunk/Makefile.am

Revision 135, 0.6 kB (checked in by athomas, 4 years ago)

Initial import.

Line 
1 SUBDIRS=crash utils tests
2
3 EXTRA_DIST=.todo TODO QuickStart \
4         utils/crash-module Doxyfile autogen.sh .cvsignore \
5         crash/.cvsignore \
6         utils/generate_callback \
7         crash/sql/.makeclass.cc crash/sql/.makeclass.h \
8         crash/script/.makeclass.cc crash/script/.makeclass.h \
9         crash/script/.todo \
10         tests/test-flock \
11         .makeclass.cc .makeclass.h
12
13 install-libs:
14         make -C crash install
15
16 distclean-local:
17         rm -rf doc
18
19 docs:
20         doxygen
21
22 install-docs:
23         $(INSTALL_DATA) doc/man/man3/* $(DESTDIR)@mandir@/man3
24
25 uninstall-local:
26         cd doc/man/man3; for i in *; do rm -f $(DESTDIR)@mandir@/man3/$(basename $$i); done
Note: See TracBrowser for help on using the browser.