/[public]/psiconv/trunk/lib/psiconv/Makefile.am
ViewVC logotype

Contents of /psiconv/trunk/lib/psiconv/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (show annotations)
Sun Dec 10 16:49:40 2000 UTC (23 years, 3 months ago) by frodo
File size: 865 byte(s)
(Frodo) Revamped directory structure, rescues a few files from CVS limbo

1 INCLUDES=-I.. -I../../compat
2
3 lib_LTLIBRARIES = libpsiconv.la
4 libpsiconv_la_SOURCES = checkuid.c data.c \
5 list.c parse_aux.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
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