2021-01-05 21:13:43 +00:00
|
|
|
include ../Makefile.inc
|
|
|
|
|
|
|
|
all:
|
|
|
|
cd asoft_basic-utils && make
|
|
|
|
cd asoft_presenter && make
|
2021-01-06 02:03:44 +00:00
|
|
|
cd asoft_sound && make
|
2021-01-06 03:52:10 +00:00
|
|
|
cd bmp2dhr && make
|
2021-01-05 21:13:43 +00:00
|
|
|
# cd dos33fs-linux2.4 && make
|
|
|
|
cd dos33fs-utils && make
|
|
|
|
# cd gr-sim && make
|
|
|
|
cd gr-utils && make
|
|
|
|
cd hgr-utils && make
|
|
|
|
|
|
|
|
install:
|
|
|
|
cd asoft_basic-utils && make install
|
|
|
|
cd asoft_presenter && make install
|
2021-01-06 02:03:44 +00:00
|
|
|
cd asoft_sound && make install
|
2021-01-05 21:13:43 +00:00
|
|
|
# cd bmp2dhr && make install
|
|
|
|
# cd dos33fs-linux2.4 && make install
|
|
|
|
cd dos33fs-utils && make install
|
|
|
|
# cd gr-sim && make install
|
|
|
|
cd gr-utils && make install
|
|
|
|
cd hgr-utils && make install
|
|
|
|
|
|
|
|
clean:
|
|
|
|
cd asoft_basic-utils && make clean
|
|
|
|
cd asoft_presenter && make clean
|
|
|
|
cd asoft_sound && make clean
|
|
|
|
cd bmp2dhr && make clean
|
|
|
|
cd dos33fs-linux2.4 && make clean
|
|
|
|
cd dos33fs-utils && make clean
|
|
|
|
cd gr-sim && make clean
|
|
|
|
cd gr-utils && make clean
|
|
|
|
cd hgr-utils && make clean
|
|
|
|
rm -f *~
|
|
|
|
|
|
|
|
test:
|