1998-05-20 14:21:00 +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-05-20 14:21:00 +00:00
|
|
|
#
|
1999-02-09 15:37:52 +00:00
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
1998-05-20 14:21:00 +00:00
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
TARGET=regtest
|
|
|
|
OBJECTS = $(TARGET).o
|
1998-05-20 14:21:00 +00:00
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
include $(WXDIR)/src/makeprog.g95
|
1998-05-20 14:21:00 +00:00
|
|
|
|