# Make environment for making samples on Unix # Replace this with your own path if necessary WXDIR = $(WXWIN) # this is for using the samples in ../samples/xxxxx pretop_srcdir = @top_srcdir@ top_srcdir = ../$(pretop_srcdir) top_builddir = ../.. include ../../src/make.env all: $(PROGRAM) $(PROGRAM): $(OBJECTS) ../../lib/$(WXLIB) $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LDLIBS) clean: rm -f $(OBJECTS) $(PROGRAM) core