summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/Makefile.am.orig
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-05 13:19:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-05 13:19:37 +0000
commitc6e0c2d3f66468bf0dc4e71f4e96ccfca86b93c5 (patch)
tree1f6f65e4d4b91da48baff77a20c0f2ffa10aabfc /Build/source/utils/xpdfopen/Makefile.am.orig
parentc53b86a4f756fd2a535206176fa9a3f36485ca34 (diff)
xpdfopen 0.80 (replacing pdfopen 0.5)
git-svn-id: svn://tug.org/texlive/trunk@18111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xpdfopen/Makefile.am.orig')
-rw-r--r--Build/source/utils/xpdfopen/Makefile.am.orig20
1 files changed, 20 insertions, 0 deletions
diff --git a/Build/source/utils/xpdfopen/Makefile.am.orig b/Build/source/utils/xpdfopen/Makefile.am.orig
new file mode 100644
index 00000000000..cf371f66516
--- /dev/null
+++ b/Build/source/utils/xpdfopen/Makefile.am.orig
@@ -0,0 +1,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
+
+