~wb-munzinger/+junk/ocfs2-tools

« back to all changes in this revision

Viewing changes to debugfs.ocfs2/Makefile

  • Committer: David Weber
  • Date: 2012-01-30 08:42:00 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: wb@munzinger.de-20120130084200-c8cy478mu9fk7tkf
Import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
sbindir = $(root_sbindir)
6
6
SBIN_PROGRAMS = debugfs.ocfs2
7
7
 
8
 
DEFINES = -DG_DISABLE_DEPRECATED -DLINUX -DDEBUGOCFS -DDEBUG
 
8
DEFINES = -DG_DISABLE_DEPRECATED -DLINUX -DDEBUG
9
9
DEFINES += -DVERSION=\"$(VERSION)\"
10
10
 
11
11
INCLUDES = -I$(TOPDIR)/include -Iinclude
12
12
INCLUDES += $(GLIB_CFLAGS)
13
13
 
14
14
CFILES = main.c commands.c dump.c utils.c journal.c find_block_inode.c \
15
 
        find_inode_paths.c dump_fs_locks.c dump_dlm_locks.c
 
15
        find_inode_paths.c dump_fs_locks.c dump_dlm_locks.c stat_sysdir.c \
 
16
        dump_net_stats.c
16
17
 
17
 
HFILES =                        \
 
18
HFILES =                                \
18
19
        include/main.h                  \
19
20
        include/commands.h              \
20
21
        include/dump.h                  \
24
25
        include/find_inode_paths.h      \
25
26
        include/ocfs2_internals.h       \
26
27
        include/dump_fs_locks.h         \
27
 
        include/dump_dlm_locks.h
 
28
        include/dump_dlm_locks.h        \
 
29
        include/stat_sysdir.h           \
 
30
        include/dump_net_stats.h
28
31
 
29
32
OBJS = $(subst .c,.o,$(CFILES))
30
33
 
31
 
LIBOCFS2_LIBS = -L$(TOPDIR)/libocfs2 -locfs2
 
34
LIBOCFS2_LIBS = -L$(TOPDIR)/libocfs2 -locfs2 -laio
32
35
LIBO2CB_LIBS = -L$(TOPDIR)/libo2cb -lo2cb
33
36
 
34
37
MANS = debugfs.ocfs2.8