File: Makefile.am

package info (click to toggle)
ltt 0.9.5pre6-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,256 kB
  • ctags: 1,630
  • sloc: ansic: 17,284; sh: 8,010; makefile: 252
file content (21 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@SET_MAKE@

AUTOMAKE_OPTIONS = foreign

srcdir = @srcdir@
VPATH = @srcdir@

DISTCLEANFILES = $(srcdir)/*~ $(srcdir)/\#*\#

MAINTAINERCLEANFILES=

SUBDIRS = LibLTT LibUserTrace Daemon Visualizer

EXTRA_DIST = createdev.sh Help Patches Include Examples

# dist-hook:
# 	rm -fr  $(distdir)/Help/CVS
#	rm -fr  $(distdir)/Help/Pics/CVS
#	rm -fr  $(distdir)/Patches/CVS
#	rm -fr  $(distdir)/Test/CVS
#	rm -fr  $(distdir)/Test/CutomEvents/CVS