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