Home | History | Annotate | Download | only in compiler
      1 # -*- Makefile -*- Time-stamp: <04/03/14 23:50:57 ptr>
      2 
      3 SRCROOT := ../../build
      4 COMPILER_NAME := gcc
      5 
      6 ALL_TAGS := compile-only
      7 STLPORT_DIR := ../..
      8 include Makefile.inc
      9 include ${SRCROOT}/Makefiles/top.mak
     10 
     11 compile-only:	$(OUTPUT_DIRS) $(OBJ)
     12 
     13