]> git.saurik.com Git - wxWidgets.git/blob - src/makeprog.env.in
Did somework on the generic dialogs,
[wxWidgets.git] / src / makeprog.env.in
1 # Make environment for making samples on Unix
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: $(PROGRAM)
13
14 $(PROGRAM): $(OBJECTS) ../../lib/$(WXLIB)
15 $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LDLIBS)
16
17 clean:
18 rm -f $(OBJECTS) $(PROGRAM) core