]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/Makefile.in
allow multiple extensions in tge generic wxFileDialog (patch 457580)
[wxWidgets.git] / samples / richedit / Makefile.in
CommitLineData
89be8239
KB
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for richedit example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
89be8239
KB
13top_builddir = ../..
14program_dir = samples/richedit
15
16PROGRAM=wxLayout
17
721a4a08
GD
18OBJECTS =$(PROGRAM).o kbList.o wxllist.o wxlparser.o wxlwindow.o
19DEPFILES=$(PROGRAM).d kbList.d wxllist.d wxlparser.d wxlwindow.d
89be8239
KB
20
21include ../../src/makeprog.env
22
721a4a08 23-include $(DEPFILES)