2002-10-17 00:34:26 +00:00
|
|
|
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen test7-win32dll test8-execlass test9-modclass test10-modvirtual test11-modglobalconstr test12-modglobalconstr2
|
2002-10-11 14:51:27 +00:00
|
|
|
|
2002-10-12 11:57:33 +00:00
|
|
|
all: build_libltdl
|
2002-10-16 15:09:51 +00:00
|
|
|
-for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make all; echo Leaving $$i;); done
|
2002-10-11 14:51:27 +00:00
|
|
|
|
2002-10-12 12:00:44 +00:00
|
|
|
build_libltdl:
|
|
|
|
cd libltdl; make all
|
|
|
|
|
2002-10-11 16:22:18 +00:00
|
|
|
test: all
|
2002-10-16 13:05:17 +00:00
|
|
|
sh ./testscript
|
2002-10-11 16:08:43 +00:00
|
|
|
|
2002-10-11 14:51:27 +00:00
|
|
|
clean:
|
2002-10-16 14:56:26 +00:00
|
|
|
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make clean; echo Leaving $$i;); done
|
2002-10-11 18:15:27 +00:00
|
|
|
|
|
|
|
dist-clean: clean
|
2002-10-14 21:01:39 +00:00
|
|
|
cd libltdl; make distclean
|
2002-10-17 04:20:36 +00:00
|
|
|
rm -rf Makefile */Makefile config.h config.log config.status config.cache libtool testscript
|