xlhtml/ppthtml/Makefile.am

14 lines
364 B
Makefile
Raw Permalink Normal View History

2002-03-20 15:31:36 +00:00
## Process this file with automake to produce Makefile.in
EXTRA_DIST = README ChangeLog TODO THANKS test.ppt ppthtml.1
AM_CPPFLAGS = -I../cole
2002-03-20 15:31:36 +00:00
noinst_PROGRAMS = pptdump
man_MANS = ppthtml.1
bin_SCRIPTS = nspptview
bin_PROGRAMS = ppthtml
2002-03-20 15:31:36 +00:00
LDADD = ../cole/libcole.a
ppthtml_SOURCES = ppthtml.c vector.c
2002-04-18 17:22:08 +00:00
#AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith