| # | |
| # @(#)GNUmakefile 1.3 97/10/22 | |
| # | |
| # Makefile for building all of com | |
| # | |
| BUILDDIR = .. | |
| include $(BUILDDIR)/Platform.gmk | |
| PRODUCT = sun | |
| include $(TOPDIR)/build/$(PLATFORM)/makefiles/Defs.gmk | |
| SUBDIRS = sun | |
| include $(TOPDIR)/build/$(PLATFORM)/makefiles/Subdirs.gmk | |
| include $(TOPDIR)/build/$(PLATFORM)/makefiles/Project.gmk | |
| clean :: | |
| rm -fr $(LIBDIR) $(BINDIR) $(CLASSBINDIR) |