X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..ee682a94cb9ea835c9b74a12f17b0fb63f43dcce:/samples/proplist/Makefile.in?ds=sidebyside diff --git a/samples/proplist/Makefile.in b/samples/proplist/Makefile.in index 113c8bacdf..53f1887aeb 100644 --- a/samples/proplist/Makefile.in +++ b/samples/proplist/Makefile.in @@ -1,21 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for proplist example (UNIX). +# Purpose: makefile for proplist example (UNIX). +# Created: 2000-03-15 top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/proplist -PROGRAM=test +PROGRAM=proplist -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)