]> git.saurik.com Git - wxWidgets.git/blame - src/makelib.env
The colour is called Aquamarine, not Aquaramine. No,
[wxWidgets.git] / src / makelib.env
CommitLineData
06ad8636
JS
1# Makes a library in Unix (Motif)
2
3# Replace this with your own path if necessary
4WXDIR = $(WXWIN)
5include $(WXDIR)/src/make.env
6
7all: $(LIBTARGET)$(GUISUFFIX).a
8
9$(LIBTARGET)$(GUISUFFIX).a : $(OBJECTS)
10 ar $(AROPTIONS) $@ $(OBJECTS)
11 $(RANLIB) $@
12
13clean:
14 rm -f $(OBJECTS) $(LIBTARGET)$(GUISUFFIX).a core