[go: up one dir, main page]

File: Makefile.sources

package info (click to toggle)
libgxps 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,168 kB
  • sloc: ansic: 10,622; xml: 999; sh: 18; makefile: 15
file content (46 lines) | stat: -rw-r--r-- 849 bytes parent folder | download | duplicates (5)
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
NULL =

LIBGXPS_TOOLS_SOURCES = \
	gxps-converter.c	\
	gxps-converter.h	\
	gxps-image-converter.c	\
	gxps-image-converter.h	\
	gxps-image-writer.c	\
	gxps-image-writer.h	\
	gxps-print-converter.c	\
	gxps-print-converter.h	\
	$(NULL)

XPS_TO_PNG_SOURCES = \
	gxps-converter-main.c	\
	gxps-png-converter.c	\
	gxps-png-converter.h	\
	gxps-png-writer.c	\
	gxps-png-writer.h	\
	$(NULL)

XPS_TO_JPEG_SOURCES = \
	gxps-converter-main.c	\
	gxps-jpeg-converter.c	\
	gxps-jpeg-converter.h	\
	gxps-jpeg-writer.c	\
	gxps-jpeg-writer.h	\
	$(NULL)

XPS_TO_PDF_SOURCES = \
	gxps-converter-main.c	\
	gxps-pdf-converter.c	\
	gxps-pdf-converter.h	\
	$(NULL)

XPS_TO_PS_SOURCES = \
	gxps-converter-main.c	\
	gxps-ps-converter.c	\
	gxps-ps-converter.h	\
	$(NULL)

XPS_TO_SVG_SOURCES = \
	gxps-converter-main.c	\
	gxps-svg-converter.c	\
	gxps-svg-converter.h	\
	$(NULL)