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