File: Makefile

package info (click to toggle)
edict-fpw 1.2.1-8
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 10
  • sloc: makefile: 66; sh: 43
file content (27 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright (C) 1999  Kazuhiko Shiozaki
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#

PACKAGE = edict-fpw1.2.1
PACKAGEEXTRA = ${SRCDIR}/edict_doc.txt=EDICT.TXT README.PKG=README.PKG
ARCHIVEEXTRA = README.TXT README.PKG AUTHORS COPYING ChangeLog
DIR = edict

SRCDIR = source
FPWPARSER = fpwedict
FPWPARSERFLAGS = ${SRCDIR}
SOURCES = ${SRCDIR}/edict

.SUFFIXES:

include fpwutils.mk