]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/applet/Makefile.in
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
[wxWidgets.git] / contrib / samples / applet / Makefile.in
CommitLineData
db157a6c
RR
1#
2# File: Makefile.in
3# Author: Julian Smart
4# Created: 2000
5# Updated:
6# Copyright: (c) 2000 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for the multicell example (UNIX).
11
12top_srcdir = @top_srcdir@/..
13top_builddir = ../../..
14program_dir = contrib/samples/applet
15
16PROGRAM=monitor
17
18DATAFILES=about.html index.html
19
20OBJECTS=applet.o dialogs_wdr.o monitorapplet.o combobox.o
21
22APPEXTRALIBS=$(top_builddir)/lib/libapplet.@WX_TARGET_LIBRARY_TYPE@
23APPEXTRADEFS=-I$(top_srcdir)/contrib/include
24
25include $(top_builddir)/src/makeprog.env