Bochs/bochs-testing/plugin-test/Makefile.in

14 lines
483 B
Makefile
Raw Normal View History

2002-10-12 09:53:39 +04:00
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen
all:
2002-10-11 22:19:38 +04:00
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
2002-10-11 20:22:18 +04:00
test: all
2002-10-11 22:19:38 +04:00
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make test; echo Leaving $$i;); done
2002-10-11 20:08:43 +04:00
clean:
2002-10-11 22:19:38 +04:00
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make clean; echo Leaving $$i;); done
dist-clean: clean
rm -rf Makefile */Makefile config.h config.log config.status libtool