]> git.saurik.com Git - wxWidgets.git/blob - src/makelib.env.in
Did somework on the generic dialogs,
[wxWidgets.git] / src / makelib.env.in
1 # Makes a library in Unix (Motif)
2
3 # Replace this with your own path if necessary
4 WXDIR = $(WXWIN)
5
6 # this is for using the samples in ../samples/xxxxx
7 pretop_srcdir = @top_srcdir@
8 top_srcdir = ../$(pretop_srcdir)
9 top_builddir = ../..
10 include ../../src/make.env
11
12 all: $(LIBTARGET).a
13
14 $(LIBTARGET).a : $(OBJECTS)
15 ar $(AROPTIONS) $@ $(OBJECTS)
16 $(RANLIB) $@
17
18 clean:
19 rm -f $(OBJECTS) $(LIBTARGET).a core