Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples;
[wxWidgets.git] / src / makelib.env
1 # Makes a library in Unix (Motif)
2
3 # Replace this with your own path if necessary
4 WXDIR       = $(WXWIN)
5 include $(WXDIR)/src/make.env
6
7 all:    $(LIBTARGET)$(GUISUFFIX).a
8
9 $(LIBTARGET)$(GUISUFFIX).a : $(OBJECTS)
10         ar $(AROPTIONS) $@ $(OBJECTS)
11         $(RANLIB) $@
12
13 clean:
14         rm -f $(OBJECTS) $(LIBTARGET)$(GUISUFFIX).a core