[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / xfs-cmds / attr / libmisc

File: [Development] / xfs-cmds / attr / libmisc / Makefile (download)

Revision 1.4, Wed Nov 21 05:13:52 2007 UTC (9 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines

fix up tree walking for symlinks
Merge of master-melb:xfs-cmds:30105a by kenmcd.

#
# Copyright (c) 2000, 2002 Silicon Graphics, Inc.  All Rights Reserved.
#

TOPDIR = ..
include $(TOPDIR)/include/builddefs

LTLIBRARY = libmisc.la
LTLDFLAGS =

CFILES = quote.c unquote.c high_water_alloc.c next_line.c walk_tree.c

default: $(LTLIBRARY)
install install-dev install-lib:

include $(BUILDRULES)