COMPILES AGAIN.
[lightOS.git] / trunk / lib / Makefile
blob527da052881f8806951ef5183e6f134fa8187136
1 ###############################################################################
2 ######### lightOS Makefile ##########
3 ###############################################################################
4 dep:
5 @echo " libraries"
6 @make -C lightOS dep
7 @make -C pdclib/platform/lightOS dep
8 @make -C supc++ dep
9 @make -C libc++ dep
10 #### @make -C freetype dep
12 all:
13 @make -C lightOS all
14 @make -C pdclib all
15 @make -C pdclib/platform/lightOS all
16 @make -C supc++ all
17 @make -C libc++ all
18 #### @make -C freetype all
20 clean:
21 @echo " libraries"
22 #### @make -C freetype clean
23 @make -C libc++ clean
24 @make -C supc++ clean
25 @make -C pdclib/platform/lightOS clean
26 @make -C pdclib clean
27 @make -C lightOS clean