File: Makefile.am

package info (click to toggle)
pxljr 1.3%2Brepack0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 368 kB
  • sloc: ansic: 1,928; sh: 105; perl: 54; makefile: 36; python: 8
file content (24 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AUTOMAKE_OPTIONS = 1.11 foreign

bin_PROGRAMS = ijs_pxljr

ijs_pxljr_SOURCES = i_job_footer.c \
 i_job_header.c \
 i_page_footer.c \
 i_page_header.c \
 i_status.c \
 i_stripe.c \
 i_write.c \
 i_main.c \
 i_init.c \
 i_exit.c \
 i_compress.c \
 pxl_jpeg.c \
 jdatadbf.c \
 jccolor.c \
 mode12gray.c \
 mode12color.c \
 pxl_mediasize.c

ijs_pxljr_CPPFLAGS = -I/usr/include/ijs
ijs_pxljr_LDADD  = -lijs -ljpeg