File: Makefile.am

package info (click to toggle)
otf 1.12.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,340 kB
  • ctags: 3,632
  • sloc: ansic: 31,683; cpp: 13,899; sh: 11,110; python: 1,239; makefile: 425
file content (11 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
check_PROGRAMS = otf_progress

otf_progress_SOURCES = progress.c
otf_progress_DEPENDENCIES = $(top_builddir)/otflib/libopen-trace-format.la
otf_progress_LDADD = $(top_builddir)/otflib/libopen-trace-format.la
otf_progress_CPPFLAGS = $(AM_CPPFLAGS) \
	-I$(top_builddir)/otflib \
	-I$(top_srcdir)/otflib

clean-local:
	rm -f *.otf *.def *.events *.marker *.otf.z *.def.z *.events.z *.marker.z