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
|
|
|
|
|
2020-08-15 01:08:51 +00:00
|
|
|
AM_CPPFLAGS = -I../cole
|
2002-03-20 15:31:36 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = pptdump
|
|
|
|
man_MANS = ppthtml.1
|
|
|
|
bin_SCRIPTS = nspptview
|
2002-10-11 01:40:57 +00:00
|
|
|
bin_PROGRAMS = ppthtml
|
2002-03-20 15:31:36 +00:00
|
|
|
LDADD = ../cole/libcole.a
|
2002-10-11 01:40:57 +00:00
|
|
|
ppthtml_SOURCES = ppthtml.c vector.c
|
2002-04-18 17:22:08 +00:00
|
|
|
#AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith
|