1998-12-31 10:54:41 +00:00
|
|
|
#
|
1999-02-09 15:37:52 +00:00
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
1998-12-31 10:54:41 +00:00
|
|
|
#
|
1999-02-09 15:37:52 +00:00
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
1998-12-31 10:54:41 +00:00
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
TARGET=fractal
|
|
|
|
OBJECTS = $(TARGET).o
|
1998-12-31 10:54:41 +00:00
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
include $(WXDIR)/src/makeprog.g95
|
1998-12-31 10:54:41 +00:00
|
|
|
|