1 # Make environment for making samples on Unix
3 # Replace this with your own path if necessary
6 include $(WXDIR)/src/make.env
10 $(PROGRAM): $(OBJECTS) $(WXLIB)
11 $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LDLIBS)
14 rm -f $(OBJECTS) $(PROGRAM) core