X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..39178e3bdf1944bb73ee64586ba2390c505bee24:/samples/toolbar/Makefile.in diff --git a/samples/toolbar/Makefile.in b/samples/toolbar/Makefile.in index 4f891b483a..30f2e9d1e1 100644 --- a/samples/toolbar/Makefile.in +++ b/samples/toolbar/Makefile.in @@ -1,23 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for toolbar example (UNIX). +# Purpose: makefile for toolbar example (UNIX). +# Created: 2000-03-14 -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. +program_dir = samples/toolbar -VPATH = :$(top_srcdir)/samples/toolbar +PROGRAM=toolbar -PROGRAM=test - -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env - +-include $(DEPFILES)