File: diffutils.pro

package info (click to toggle)
xxdiff 1%3A2.5-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,936 kB
  • ctags: 3,420
  • sloc: cpp: 16,125; ansic: 16,104; sh: 1,684; makefile: 295; yacc: 238; lex: 218; python: 216
file content (48 lines) | stat: -rwxr-xr-x 586 bytes parent folder | download
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
TEMPLATE	= app

CONFIG		+= qt warn_on release

# for windows:
win32-msvc:TMAKE_CXXFLAGS = -GX -DWINDOWS

HEADERS = \
	cmpbuf.h \
	diff.h \
	fnmatch.h \
	getopt.h \
	regex.h \
	system.h

SOURCES = \
	alloca.c \
	analyze.c \
	cmp.c \
	cmpbuf.c \
	context.c \
	diff.c \
	diff3.c \
	dir.c \
	ed.c \
	error.c \
	fnmatch.c \
	getopt.c \
	getopt1.c \
	ifdef.c \
	io.c \
	memchr.c \
	normal.c \
	regex.c \
	sdiff.c \
	side.c \
	util.c \
	version.c \
	waitpid.c \
	xmalloc.c

TARGET		= diffutils

DEPENDPATH=

INCLUDEPATH=.

REQUIRES=large-config