summaryrefslogtreecommitdiff
path: root/support/xpdfopen/Makefile.am
blob: b41b46db6b7ba3e3ded08d501636b40e01429d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

AM_CFLAGS = $(X_CFLAGS)
## Add warnings for gcc-3.4
AM_CFLAGS += -Wall -Wunused -Wimplicit -Wreturn-type
AM_CFLAGS += -Wdeclaration-after-statement -Wno-unknown-pragmas
AM_CFLAGS += -Wmissing-prototypes -Wmissing-declarations -Wparentheses
AM_CFLAGS += -Wswitch -Wtrigraphs -Wpointer-arith -Wcast-qual
AM_CFLAGS += -Wcast-align -Wwrite-strings -Wold-style-definition

LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)

bin_PROGRAMS = pdfopen pdfclose

pdfopen_SOURCES = externs.h pdfopen.c sendx.c utils.c sendx.h xpdfopen.h utils.h

pdfclose_SOURCES = externs.h pdfclose.c sendx.c utils.c sendx.h xpdfopen.h utils.h