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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1374 - (download) (annotate)
Sun Feb 10 10:19:45 2008 UTC (2 years, 6 months ago) by d
File size: 784 byte(s)
Copy SEE's trunk to releases/see-3.0

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

AUTOMAKE_OPTIONS= foreign

SUBDIRS = include libsee libltdl shell doc
if SSP
SUBDIRS += ssp
endif

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