X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a5137d74ab4f665603d8c8c6518ad4464fc8917..2adfb497e666354303ea6bb0e468f1e53811ad55:/samples/thread/Makefile.in diff --git a/samples/thread/Makefile.in b/samples/thread/Makefile.in index c5e925a5b9..03c16df77a 100644 --- a/samples/thread/Makefile.in +++ b/samples/thread/Makefile.in @@ -1,20 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for thread example (UNIX). +# Purpose: makefile for thread example (UNIX). +# Created: 2000-03-15 -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. +program_dir = samples/thread -PROGRAM=test +PROGRAM=thread -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)