More smaple makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d54ed754ae
commit
a8efa9e391
13
configure.in
13
configure.in
@ -2703,6 +2703,19 @@ AC_OUTPUT([
|
|||||||
samples/checklst/Makefile
|
samples/checklst/Makefile
|
||||||
samples/config/Makefile
|
samples/config/Makefile
|
||||||
samples/controls/Makefile
|
samples/controls/Makefile
|
||||||
|
samples/dialogs/Makefile
|
||||||
|
samples/docview/Makefile
|
||||||
|
samples/docvwmdi/Makefile
|
||||||
|
samples/dnd/Makefile
|
||||||
|
samples/drawing/Makefile
|
||||||
|
samples/dynamic/Makefile
|
||||||
|
samples/image/Makefile
|
||||||
|
samples/layout/Makefile
|
||||||
|
samples/listctrl/Makefile
|
||||||
|
samples/mdi/Makefile
|
||||||
|
samples/minifram/Makefile
|
||||||
|
samples/minimal/Makefile
|
||||||
|
samples/notebook/Makefile
|
||||||
samples/printing/Makefile
|
samples/printing/Makefile
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = dialogs
|
|
||||||
|
|
||||||
dialogs_SOURCES = dialogs.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for dialogs example (UNIX).
|
# Makefile for dialogs example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=dialogs
|
PROGRAM=dialogs
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = dnd
|
|
||||||
|
|
||||||
dnd_SOURCES = dnd.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for dnd example (UNIX).
|
# Makefile for dnd example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=dnd
|
PROGRAM=dnd
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = docview
|
|
||||||
|
|
||||||
docview_SOURCES = docview.cpp doc.cpp view.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for docview example (UNIX).
|
# Makefile for docview example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=docview
|
PROGRAM=docview
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o doc.o view.o
|
OBJECTS=$(PROGRAM).o doc.o view.o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = docview
|
|
||||||
|
|
||||||
docview_SOURCES = docview.cpp doc.cpp view.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for docvwmdi example (UNIX).
|
# Makefile for docvwmdi example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=docview
|
PROGRAM=docview
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o doc.o view.o
|
OBJECTS=$(PROGRAM).o doc.o view.o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = drawing
|
|
||||||
|
|
||||||
drawing_SOURCES = drawing.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for drawing example (UNIX).
|
# Makefile for drawing example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=drawing
|
PROGRAM=drawing
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = dynamic
|
|
||||||
|
|
||||||
dynamic_SOURCES = dynamic.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for dynamic example (UNIX).
|
# Makefile for dynamic example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=dynamic
|
PROGRAM=dynamic
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,3 +1,2 @@
|
|||||||
Makefile.in
|
|
||||||
test.png
|
test.png
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = image
|
|
||||||
|
|
||||||
image_SOURCES = image.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for image example (UNIX).
|
# Makefile for image example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=image
|
PROGRAM=image
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = layout
|
|
||||||
|
|
||||||
layout_SOURCES = layout.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for layout example (UNIX).
|
# Makefile for layout example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=layout
|
PROGRAM=layout
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = listtest
|
|
||||||
|
|
||||||
listtest_SOURCES = listtest.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for listctrl example (UNIX).
|
# Makefile for listctrl example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=listtest
|
PROGRAM=listtest
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = mdi
|
|
||||||
|
|
||||||
mdi_SOURCES = mdi.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for mdi example (UNIX).
|
# Makefile for mdi example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=mdi
|
PROGRAM=mdi
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = test
|
|
||||||
|
|
||||||
test_SOURCES = test.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for toolbar example (UNIX).
|
# Makefile for toolbar example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=test
|
PROGRAM=test
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1,2 +1 @@
|
|||||||
Makefile.in
|
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = minimal
|
|
||||||
|
|
||||||
minimal_SOURCES = minimal.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for minimal example (UNIX).
|
# Makefile for minimal example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=minimal
|
PROGRAM=minimal
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -1 +0,0 @@
|
|||||||
Makefile.in
|
|
@ -1,9 +0,0 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
|
||||||
|
|
||||||
SUFFIXES = .cpp
|
|
||||||
|
|
||||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
|
||||||
|
|
||||||
noinst_PROGRAMS = test
|
|
||||||
|
|
||||||
test_SOURCES = test.cpp
|
|
@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
# Makefile for notebook example (UNIX).
|
# Makefile for notebook example (UNIX).
|
||||||
|
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
top_builddir = ../..
|
||||||
|
|
||||||
PROGRAM=test
|
PROGRAM=test
|
||||||
|
|
||||||
OBJECTS=$(PROGRAM).o
|
OBJECTS=$(PROGRAM).o
|
@ -63,8 +63,8 @@ SHARED_LD = @SHARED_LD@
|
|||||||
########################### Flags #################################
|
########################### Flags #################################
|
||||||
|
|
||||||
CFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CFLAGS@
|
CFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CFLAGS@
|
||||||
CPPFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CXXFLAGS@
|
CPPFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CXXFLAGS@ @CPPFLAGS@
|
||||||
PICFLAGS = @PIC_FLAG@
|
PICFLAGS = @PIC_FLAG@
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user