AC_INIT(Makefile.in)
+dnl we need the values the main configure determined for us, so refuse
+dnl to run if we don't have them
+if test "x$wx_cv_path_samplesubdirs" = "x"; then
+ AC_MSG_ERROR([Please run configure from the top level directory.])
+fi
+
SAMPLES_SUBDIRS=$wx_cv_path_samplesubdirs
AC_SUBST(SAMPLES_SUBDIRS)
mobile/Makefile
mobile/wxedit/Makefile
mobile/styles/Makefile
+ multimon/Makefile
+ nativedlg/Makefile
newgrid/Makefile
notebook/Makefile
+ oleauto/Makefile
+ ownerdrw/Makefile
png/Makefile
printing/Makefile
proplist/Makefile
propsize/Makefile
- richedit/Makefile
+ regtest/Makefile
resource/Makefile
rotate/Makefile
sashtest/Makefile
sockets/Makefile
splitter/Makefile
statbar/Makefile
+ taskbar/Makefile
text/Makefile
thread/Makefile
toolbar/Makefile