|
|
| File: [Development] / xfs-cmds / xfsprogs / libxlog / Makefile (download)
Revision 1.7, Fri Nov 11 14:27:22 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Update copyright/license notices to match SGI legal prefered boilerplate. Merge of master-melb:xfs-cmds:24374a 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: default install-dev: default $(INSTALL_LTLIB_STATIC)