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