projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for missing -g from wx-config
[wxWidgets.git]
/
samples
/
splitter
/
Makefile.in
diff --git
a/samples/splitter/Makefile.in
b/samples/splitter/Makefile.in
index 4ab0aea22789efe6c12773cb7900e65ef139b012..886ffb457c1911287834e42fb4c98f76a190ddf8 100644
(file)
--- a/
samples/splitter/Makefile.in
+++ b/
samples/splitter/Makefile.in
@@
-1,21
+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
-PROGRAM=
test
+PROGRAM=
splitter
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
-
+-include $(DEPFILES)