Parent Directory
|
Revision Log
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 |