~ubuntu-branches/ubuntu/warty/happy/warty

« back to all changes in this revision

Viewing changes to glafp-utils/verbatim/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Weber
  • Date: 2002-02-13 17:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020213172516-lit0q7mhauzef5jk
Tags: upstream-1.11
ImportĀ upstreamĀ versionĀ 1.11

Show diffs side-by-side

added added

removed removed

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