]> git.saurik.com Git - wxWidgets.git/blame - src/motif/mdi/test/Imakefile
Allow using windows that can't be focused with wxNavigationEnabled<>.
[wxWidgets.git] / src / motif / mdi / test / Imakefile
CommitLineData
8704bf74
JS
1#include "../config/MDI.tmpl"
2
3SRCS = MDItest.C
4
5OBJS = MDItest.o
6
7STD_INCLUDES = -I/usr/include
8
9INCLUDES = -I../lib
10
11DEPLIBS = ../lib/libXsw.a
12
13#if defined(SunArchitecture)
14 SYSLIBS = -lgen
15#endif
16
17LOCAL_LIBRARIES = ../lib/libXsw.a
18SYSTEM_LIBRARIES = -lXm -lXt -lX11 $(SYSLIBS)
19
20PROGRAM = MDItest
21
22AllTarget($(PROGRAM))
23NormalProgramTarget($(PROGRAM),$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),$(SYSTEM_LIBRARIES))
24DependTarget()
25CxxRules()