]> www.fi.muni.cz Git - evince.git/blob - backend/ps/Makefile.am
921e3977b3bb34cd5783b0f67ec52f99173d9778
[evince.git] / backend / ps / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)                                         \
3         -I$(top_srcdir)/libdocument                             \
4         $(BACKEND_CFLAGS)                                       \
5         $(WARN_CFLAGS)                                          \
6         $(DISABLE_DEPRECATED)
7
8 if HAVE_SPECTRE
9 INCLUDES += $(SPECTRE_CFLAGS)
10 endif
11
12 noinst_LTLIBRARIES = libpsdocument.la
13
14 if HAVE_SPECTRE
15 libpsdocument_la_SOURCES =      \
16         ev-spectre.c            \
17         ev-spectre.h
18 else
19 libpsdocument_la_SOURCES =      \
20         gsio.c                  \
21         gsio.h                  \
22         gstypes.h               \
23         ps.c                    \
24         ps.h                    \
25         ps-document.c           \
26         ps-document.h           \
27         ps-interpreter.c        \
28         ps-interpreter.h        \
29         gsdefaults.c            \
30         gsdefaults.h
31 endif