summaryrefslogtreecommitdiff
path: root/src/ghost/contrib.mak.addon.in
blob: b41d477a4884504bd153642a4c57efce98cef0ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### --------------- 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_=$(GLOBJ)gdevstp.$(OBJ)

STPINCDIR=-I@includedir@
STPLIBDIR=-L@libdir@
STPLIB=gimpprint

$(DD)stp.dev:	$(stp_) $(DD)page.dev
	$(SETPDEV) $(DD)stp $(stp_)
	$(ADDMOD) $(DD)stp -link $(STPLIBDIR)
	$(ADDMOD) $(DD)stp -lib $(STPLIB)

$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH)
	$(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(STPINCDIR) $(GLSRC)gdevstp.c