]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/caret/Makefile.in
fixes to match some updates in wxHTML
[wxWidgets.git] / samples / caret / Makefile.in
index 5edaff311757e5b21b102d8910cea83dd77c9d2a..24a3b23fe3b6af21b610e499ab8667dd35a6ded1 100644 (file)
@@ -1,24 +1,21 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                Makefile.in
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for caret example (UNIX).
 
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+program_dir = samples/caret
 
-# define library name
-BIN_TARGET=caret
-# define library sources
-BIN_SRC=caret.cpp
+PROGRAM=caret
 
-#define library objects
-BIN_OBJ=caret.o
+OBJECTS=$(PROGRAM).o
 
-# additional things needed to link
-BIN_LINK=
+include ../../src/makeprog.env
 
-# additional things needed to compile
-ADD_COMPILE=
-
-# include the definitions now
-include ../../../template.mak