File: Makefile.am

package info (click to toggle)
reiser4progs 1.0.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,348 kB
  • ctags: 3,714
  • sloc: ansic: 33,468; sh: 8,489; makefile: 1,012
file content (13 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
sbin_PROGRAMS 		 = debugfs.reiser4
debugfs_reiser4_SOURCES	 = debugfs.c debugfs.h print.c print.h browse.c \
			   browse.h types.h

debugfs_reiser4_LDADD 	 = $(top_builddir)/libreiser4/libreiser4.la \
			   $(top_builddir)/librepair/librepair.la \
			   $(top_builddir)/libmisc/libmisc.la \
			   $(PROGS_LIBS)

debugfs_reiser4_LDFLAGS  = @PROGS_LDFLAGS@
debugfs_reiser4_CFLAGS   = @GENERIC_CFLAGS@

INCLUDES		 = -I$(top_srcdir)/include