home *** CD-ROM | disk | FTP | other *** search
- #
- #
- #
- #
- # Top level Makefile for TOS-Gcc library in unix hosted cross dev environment
- #
-
- all: lshort llong lgshort lglong
-
- lshort:
- make -f CMakefile.16 clean
- make -f CMakefile.16 all
-
- llong:
- make -f CMakefile.32 clean
- make -f CMakefile.32 all
-
- lgshort:
- make -f CGMakefile.16 clean
- make -f CGMakefile.16 all
-
- lglong:
- make -f CGMakefile.32 clean
- make -f CGMakefile.32 all
-
- clean:
- make -f CMakefile.16 clean
- make -f CMakefile.32 clean
-
- realclean:
- make -f CMakefile.16 realclean
- make -f CMakefile.32 realclean
- rm -f core report
-