~ubuntu-branches/ubuntu/jaunty/alex/jaunty

« back to all changes in this revision

Viewing changes to glafp-utils/sgmlverb/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2003-10-01 12:31:01 UTC
  • Revision ID: james.westby@ubuntu.com-20031001123101-yquo14mvjqh3e0sk
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TOP=..
 
2
include $(TOP)/mk/boilerplate.mk
 
3
 
 
4
C_SRCS = sgmlverb.c
 
5
C_PROG = sgmlverb
 
6
LIBS = $(FLEX_LIB)
 
7
 
 
8
override SRC_FLEX_OPTS=-8
 
9
 
 
10
# sgmlverb.c isn't in distclean
 
11
MAINTAINER_CLEAN_FILES += sgmlverb.c
 
12
 
 
13
#
 
14
# For src distributions, include flex output.
 
15
#
 
16
SRC_DIST_FILES += sgmlverb.c
 
17
 
 
18
include $(TOP)/mk/target.mk