File: Makefile

package info (click to toggle)
attr 1%3A2.4.43-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 760 kB
  • ctags: 475
  • sloc: ansic: 2,504; makefile: 422; sh: 349; perl: 220
file content (17 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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)