]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/Makefile.in
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git] / samples / notebook / Makefile.in
index e0a1dcc68cfa966fdccf7ace5f8a77b2bd0541f0..18deaf142d11b1210f9d9786316545e8ea6d6177 100644 (file)
@@ -1,21 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for notebook example (UNIX).
+# Purpose: makefile for notebook example (UNIX).
+# Created: 2000-03-15
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/notebook
 
-PROGRAM=test
+PROGRAM=notebook
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)