/[public]/psiconv/tags/rel-0-7-0/lib/psiconv/Makefile.am
ViewVC logotype

Contents of /psiconv/tags/rel-0-7-0/lib/psiconv/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (show annotations)
Fri Dec 15 18:52:50 2000 UTC (23 years, 5 months ago) by (unknown author)
File size: 875 byte(s)
This commit was manufactured by cvs2svn to create tag 'rel-0-7-0'.
1 INCLUDES=-I.. -I../../compat
2
3 lib_LTLIBRARIES = libpsiconv.la
4 libpsiconv_la_SOURCES = checkuid.c data.c error.c misc.c\
5 list.c parse_common.c parse_driver.c \
6 parse_layout.c parse_image.c parse_page.c \
7 parse_simple.c parse_texted.c parse_word.c
8 libpsiconv_la_LDFLAGS = -version-info 4:0:0
9 libpsiconv_la_LIBADD = ../../compat/libcompat.la
10
11 psiconvincludedir = $(includedir)/psiconv
12 psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h
13
14 # There must be some automake-way to do this nicer, but for now it works.
15 install-data-local:
16 $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir)
17 p=general.h; \
18 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
19 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \
20 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p;

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26