2000-08-17 07:53:48 -04:00
|
|
|
#
|
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
|
|
|
#
|
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
|
|
|
|
2001-06-13 12:05:08 -04:00
|
|
|
WXDIR = ../../../..
|
2000-08-17 07:53:48 -04:00
|
|
|
|
2001-06-13 12:05:08 -04:00
|
|
|
TARGET=tree
|
2000-08-17 07:53:48 -04:00
|
|
|
OBJECTS = $(TARGET).o
|
2001-06-13 12:05:08 -04:00
|
|
|
EXTRALIBS=$(WXDIR)/lib/libgizmos.a
|
2000-08-17 07:53:48 -04:00
|
|
|
|
|
|
|
include $(WXDIR)/src/makeprog.g95
|
|
|
|
|