File: Makefile.am

package info (click to toggle)
genext2fs 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: ansic: 3,468; sh: 325; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
bin_PROGRAMS = genext2fs
genext2fs_SOURCES = genext2fs.c
genext2fs_LDADD = $(ARCHIVE_LIBS)
man_MANS = genext2fs.8
EXTRA_DIST = $(man_MANS) test-gen.lib test-mount.sh test.sh device_table.txt device_table_link.txt cache.h list.h m4/ac_func_scanf_can_malloc.m4 m4/ac_func_snprintf.m4
TESTS = test.sh