9 # Makefile for OGL library, Unix
11 include ../../src/make.env
13 OGLLIB=$(WXDIR)/lib/libogl$(GUISUFFIX).a
32 # Define library objects
34 $(LIB_CPP_SRC:.cpp=.o)
36 $(OGLLIB) : $(OBJECTS)
37 ar $(AROPTIONS) $@ $(OBJECTS)
41 rm -f $(OBJECTS) $(OGLLIB)