|
|
| File: [Development] / xfs-cmds / xfsprogs / libxlog / Makefile (download)
Revision 1.8, Mon Sep 8 06:18:43 2008 UTC (9 years, 1 month ago) by bnaujok.longdrop.melbourne.sgi.com
Update xfsprogs to latest kernel headers and functions Merge of master-melb:xfs-cmds:32070a by kenmcd. |
# # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. # TOPDIR = .. include $(TOPDIR)/include/builddefs LTLIBRARY = libxlog.la LT_CURRENT = 0 LT_REVISION = 0 LT_AGE = 0 CFILES = xfs_log_recover.c util.c # don't want to link xfs_repair with a debug libxlog. DEBUG = -DNDEBUG default: $(LTLIBRARY) include $(BUILDRULES) install install-dev install-qa: default