9 # Makefile for Gizmos library, Unix
11 include ../../src/make.env
13 GIZMOSLIB=$(WXDIR)/lib/libgizmos$(GUISUFFIX).a
23 # Define library objects
25 $(LIB_CPP_SRC:.cpp=.o)
27 $(GIZMOSLIB) : $(OBJECTS)
28 ar $(AROPTIONS) $@ $(OBJECTS)
32 rm -f $(OBJECTS) $(GIZMOSLIB)