]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/Makefile.in
added cur and ico formats to the sample
[wxWidgets.git] / samples / typetest / Makefile.in
index 2cc3a6bab2d844a79de2ed5457fcfe33e7d03da4..9c73aac690f502e2c94334d57699a8d0d9e0738a 100644 (file)
@@ -1,20 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for typetest example (UNIX).
+# Purpose: makefile for typetest example (UNIX).
+# Created: 2000-03-14
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/typetest
 
 PROGRAM=typetest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)