File: Makefile.am

package info (click to toggle)
jfsutils 1.1.15-7
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,076 kB
  • sloc: ansic: 35,080; sh: 1,048; makefile: 81
file content (12 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12

INCLUDES = -I$(top_srcdir)/include

noinst_LIBRARIES = libfs.a

libfs_a_SOURCES = fssubs.c unicode_to_utf8.c devices.c utilsubs.c \
 super.c inode.c diskmap.c message.c uniupr.c jfs_endian.c \
 open_by_label.c log_dump.c logform.c logredo.c log_work.c log_read.c \
 log_map.c fsckmsgdef.c \
 debug.h devices.h diskmap.h fsck_base.h fsckcbbl.h fscklog.h \
 fsckwsp.h inode.h libjufs.h message.h super.h unicode_to_utf8.h \
 utilsubs.h jfs_endian.h logform.h logredo.h fsck_message.h