152a500379
PR: 52480 Submitted by: Ports Fury
11 lines
304 B
Makefile
11 lines
304 B
Makefile
### ---------------- Lexmark 3200 device ----------------- ###
|
|
|
|
lxm3200_=$(GLOBJ)gdevlx32.$(OBJ)
|
|
|
|
$(DD)lxm3200.dev: $(lxm3200_) $(DD)page.dev
|
|
$(SETPDEV) $(DD)lxm3200 $(lxm3200_)
|
|
|
|
$(GLOBJ)gdevlx32.$(OBJ): $(GLSRC)gdevlx32.c $(PDEVH) $(gsparam_h)
|
|
$(GLCC) $(GLO_)gdevlx32.$(OBJ) $(C_) $(GLSRC)gdevlx32.c
|
|
|