]> git.saurik.com Git - wxWidgets.git/blob - src/makelib.env
1. configure caches the command line options
[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