Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ps/Makefile.am
blob: 921e3977b3bb34cd5783b0f67ec52f99173d9778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INCLUDES = \
	-I$(top_srcdir)						\
	-I$(top_srcdir)/libdocument				\
	$(BACKEND_CFLAGS)					\
	$(WARN_CFLAGS)						\
	$(DISABLE_DEPRECATED)

if HAVE_SPECTRE
INCLUDES += $(SPECTRE_CFLAGS)
endif

noinst_LTLIBRARIES = libpsdocument.la

if HAVE_SPECTRE
libpsdocument_la_SOURCES = 	\
	ev-spectre.c		\
	ev-spectre.h
else
libpsdocument_la_SOURCES = 	\
	gsio.c			\
	gsio.h			\
	gstypes.h		\
	ps.c			\
	ps.h			\
	ps-document.c		\
	ps-document.h		\
	ps-interpreter.c	\
	ps-interpreter.h	\
	gsdefaults.c		\
	gsdefaults.h
endif