You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
425 B
24 lines
425 B
ACLOCAL_AMFLAGS = -I m4 |
|
|
|
filter_PROGRAMS = rastertobrlaser |
|
filterdir = $(CUPS_SERVERBIN)/filter |
|
|
|
drv_DATA = brlaser.drv |
|
drvdir = $(CUPS_DATADIR)/drv |
|
|
|
noinst_PROGRAMS = brdecode |
|
|
|
|
|
rastertobrlaser_SOURCES = \ |
|
src/main.cc \ |
|
src/debug.h \ |
|
src/debug.cc \ |
|
src/job.h \ |
|
src/job.cc \ |
|
src/line.h \ |
|
src/line.cc |
|
rastertobrlaser_CPPFLAGS = $(CUPS_CFLAGS) |
|
rastertobrlaser_LDADD = $(CUPS_LIBS) |
|
|
|
brdecode_SOURCES = \ |
|
src/brdecode.cc
|
|
|