[see] / see / releases / see-2.0.1131 / Makefile.am Repository:
ViewVC logotype

View of /see/releases/see-2.0.1131/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1132 - (download) (annotate)
Sun Aug 6 12:40:21 2006 UTC (4 years, 1 month ago) by d
File size: 756 byte(s)
Realing 2.0.1131

## Process this file with automake to produce Makefile.in
## $Id$

AUTOMAKE_OPTIONS= foreign

SUBDIRS = include libsee libltdl shell doc

EXTRA_DIST = AUTHORS COPYING INSTALL NEWS README TODO ChangeLog

DISTCLEANFILES= ChangeLog
ChangeLog:
	svn2cl --strip-prefix=see/trunk \
	    --include-rev --stdout $(srcdir) --revision=796:HEAD > $@ || \
	echo "No ChangeLog available" > $@

## -- test that installation allows a simple program to work
EXTRA_DIST += test1.c
installcheck:
	$(LIBTOOL) --mode=compile $(CC) -c \
	  `$(DESTDIR)$(bindir)/libsee-config --cppflags` \
	  $(srcdir)/test1.c -o test1.o
	$(LIBTOOL) --mode=link $(CC) \
	  `$(DESTDIR)$(bindir)/libsee-config --libs` \
	  test1.o -o test1
	$(LIBTOOL) --mode=execute ./test1
	-rm -f test1.o test1

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9