2016-03-11 19:37:48 +00:00
|
|
|
include Makefile.inc
|
2003-05-01 20:53:00 +00:00
|
|
|
|
2016-03-11 19:37:48 +00:00
|
|
|
all:
|
|
|
|
cd asoft_basic-utils && make
|
|
|
|
cd asoft_presenter && make
|
|
|
|
cd dos33fs-utils && make
|
|
|
|
cd hgr-utils && make
|
2017-05-01 02:22:07 +00:00
|
|
|
cd gr-utils && make
|
2003-05-01 20:53:00 +00:00
|
|
|
|
2016-03-11 19:37:48 +00:00
|
|
|
install:
|
|
|
|
cd asoft_basic-utils && make install
|
|
|
|
cd asoft_presenter && make install
|
|
|
|
cd dos33fs-utils && make install
|
|
|
|
cd hgr-utils && make install
|
2017-05-01 02:22:07 +00:00
|
|
|
cd gr-utils && make install
|
2012-05-18 21:27:33 +00:00
|
|
|
|
2016-03-11 19:37:48 +00:00
|
|
|
clean:
|
|
|
|
cd asoft_basic-utils && make clean
|
|
|
|
cd asoft_presenter && make clean
|
|
|
|
cd dos33fs-utils && make clean
|
|
|
|
cd hgr-utils && make clean
|
2017-05-01 02:22:07 +00:00
|
|
|
cd gr-utils && make clean
|
2016-05-27 05:56:42 +00:00
|
|
|
rm -f *~
|
2012-05-04 20:03:10 +00:00
|
|
|
|
2016-03-11 19:37:48 +00:00
|
|
|
test:
|