Menu

[429bca]: / Makefile.am  Maximize  Restore  History

Download this file

10 lines (7 with data), 214 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ACLOCAL_AMFLAGS=-I m4
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status libtool
SUBDIRS= exception tclplus
check-TESTS:
- for d in $(SUBDIRS); do (cd $$d; make check-TESTS); done