projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New Moddef file
[wxWidgets.git]
/
samples
/
splitter
/
Makefile.in
diff --git
a/samples/splitter/Makefile.in
b/samples/splitter/Makefile.in
index db05a9b6819de2e8a67a8c69734f1ae13b330dba..9487c64f4fb14ee722aa3ca2ba0e0a9bded33ea4 100644
(file)
--- a/
samples/splitter/Makefile.in
+++ b/
samples/splitter/Makefile.in
@@
-1,23
+1,15
@@
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for splitter example (UNIX).
+# Purpose: makefile for splitter example (UNIX).
+# Created: 2000-03-15
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
/..
top_builddir = ../..
top_builddir = ../..
+program_dir = samples/splitter
-
VPATH = :$(top_srcdir)/samples/
splitter
+
PROGRAM=
splitter
-PROGRAM=test
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
-
+@IF_GNU_MAKE@-include $(DEPFILES)