]> git.saurik.com Git - wxWidgets.git/commitdiff
added htlbox to samples
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 17 Jun 2003 14:05:43 +0000 (14:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 17 Jun 2003 14:05:43 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/configure
samples/configure.in
samples/htlbox/Makefile.in [new file with mode: 0644]

index b5012fc6736d6e9d54b766f020548363db863f71..d55775dd9ea27dc83c007fc8006d6562e6cf2b43 100755 (executable)
@@ -720,6 +720,7 @@ trap 'rm -fr `echo "
             validate/Makefile
             widgets/Makefile
             wizard/Makefile
+            htlbox/Makefile
             html/Makefile
             html/about/Makefile
             html/help/Makefile
@@ -877,6 +878,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
             validate/Makefile
             widgets/Makefile
             wizard/Makefile
+            htlbox/Makefile
             html/Makefile
             html/about/Makefile
             html/help/Makefile
index 054e5f962b5b3955f8cc1315a15f7f08ef7b1a42..a44056e6e198982fb9198f029a4d654ab82cc572 100644 (file)
@@ -90,6 +90,7 @@ AC_OUTPUT([
             validate/Makefile
             widgets/Makefile
             wizard/Makefile
+            htlbox/Makefile
             html/Makefile
             html/about/Makefile
             html/help/Makefile
diff --git a/samples/htlbox/Makefile.in b/samples/htlbox/Makefile.in
new file mode 100644 (file)
index 0000000..160135e
--- /dev/null
@@ -0,0 +1,23 @@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for image example (UNIX).
+
+top_srcdir = @top_srcdir@/..
+top_builddir = ../..
+program_dir = samples/htlbox
+
+PROGRAM=htlbox
+
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
+include ../../src/makeprog.env
+
+@IF_GNU_MAKE@-include $(DEPFILES)