File: Makefile.in

package info (click to toggle)
turqstat 2.2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,768 kB
  • ctags: 1,148
  • sloc: cpp: 16,876; perl: 250; makefile: 193; sh: 8
file content (27 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (2)
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
# Makefile.in for the mapping tables
#
# $Id: Makefile.in,v 1.4 2001/06/11 16:11:23 peter Exp $

# Variables
CXXFLAGS=@CXXFLAGS@ -I.. -Wall
OBJS=
srcdir=@srcdir@
VPATH=@srcdir@

# Magic targets
all: $(OBJS)
mappings: ../mappings.cpp ../mappings.h

clean:
#	-rm $(OBJS)

distclean: clean

# Object files

# Source files
../mappings.cpp ../mappings.h: makemappings.pl 8859-*.txt cp*.txt koi*.txt roman.txt
	./makemappings.pl

# List phony targets
.PHONY: all clean distclean mappings