summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/Makefile.am.orig
blob: cf371f665163e6aafd808924843855f9c7d3d721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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)

EXTRA_DIST = pdfopen-AR-7-and-8.c

bin_PROGRAMS = pdfopen pdfclose

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

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