# Global rules for building a static import library -*-Makefile-*- # # Each individual makefile should define the following variables: # MODULE : name of the main module being built # # plus all variables required by the global Make.rules.in # DLLFLAGS = @DLLFLAGS@ MAKEDEPFLAGS = -xo -xcross.o @CROSSTEST_DISABLE@ all: $(STATICLIB:.a=.cross.a) @MAKE_RULES@