]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/plot/makefile.g95
Added geometry option to setup.h; added some missing make and project files
[wxWidgets.git] / contrib / samples / plot / makefile.g95
1 # File: makefile.g95 for Plot demo
2 # Author: Julian Smart
3 # Created: 2001-06-12
4 # Updated:
5
6 WXDIR = ../../..
7
8 TARGET = plot
9 OBJECTS = $(TARGET).o
10 EXTRAINC = -I$(WXDIR)/contrib/include
11 EXTRALIBS = -lplot
12
13 include $(WXDIR)/src/makeprog.g95
14