summaryrefslogtreecommitdiff
path: root/src/ghost/devs.mak.addon-5.10
blob: 90bf6844f0c37ea11c62c11ff7a8ec95f3b6e048 (plain)
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
49
50
51
52
53
54
55
### --------------- Gimp-Print/stp Driver ---------------------------- ###
### Be careful to add the exact contents of this file; cut and paste   ###
### may corrupt the file and cause mysterious make errors              ###

stp_=gdevstp.$(OBJ) \
	gdevstp-dither.$(OBJ) \
	gdevstp-dither-matrices.$(OBJ) \
	gdevstp-util.$(OBJ) \
	gdevstp-color.$(OBJ) \
	gdevstp-weave.$(OBJ) \
	gdevstp-escp2.$(OBJ) \
	gdevstp-escp2-data.$(OBJ) \
	gdevstp-lexmark.$(OBJ) \
	gdevstp-pcl.$(OBJ) \
	gdevstp-canon.$(OBJ) \
	gdevstp-ps.$(OBJ)

$(DD)stp.dev:	$(stp_) $(DD)page.dev
	$(SETPDEV) $(DD)stp $(stp_)

gdevstp.$(OBJ) : gdevstp.c $(PDEVH) gdevstp-print.h
	$(CCC) -DDISABLE_NLS gdevstp.c

gdevstp-util.$(OBJ) : gdevstp-util.c gdevstp-printers.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-util.c

gdevstp-weave.$(OBJ) : gdevstp-weave.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-weave.c

gdevstp-color.$(OBJ) : gdevstp-color.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-color.c

gdevstp-dither.$(OBJ) : gdevstp-dither.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-dither.h
	$(CCC) -DDISABLE_NLS gdevstp-dither.c

gdevstp-dither-matrices.$(OBJ) : gdevstp-dither-matrices.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-dither.h
	$(CCC) -DDISABLE_NLS gdevstp-dither.c

gdevstp-escp2.$(OBJ) : gdevstp-escp2.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-escp2.h
	$(CCC) -DDISABLE_NLS gdevstp-escp2.c

gdevstp-escp2-data.$(OBJ) : gdevstp-escp2-data.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-escp2.h
	$(CCC) -DDISABLE_NLS gdevstp-escp2-data.c

gdevstp-lexmark.$(OBJ) : gdevstp-lexmark.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-lexmark.c

gdevstp-pcl.$(OBJ) : gdevstp-pcl.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-pcl.c

gdevstp-canon.$(OBJ) : gdevstp-canon.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-canon.c

gdevstp-ps.$(OBJ) : gdevstp-ps.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
	$(CCC) -DDISABLE_NLS gdevstp-ps.c