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:
Robert Roebling 1999-08-13 18:54:54 +00:00
parent d54ed754ae
commit a8efa9e391
41 changed files with 54 additions and 132 deletions

View File

@ -2703,6 +2703,19 @@ AC_OUTPUT([
samples/checklst/Makefile
samples/config/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
],
[

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for dialogs example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=dialogs
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for dnd example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=dnd
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for docview example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=docview
OBJECTS=$(PROGRAM).o doc.o view.o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for docvwmdi example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=docview
OBJECTS=$(PROGRAM).o doc.o view.o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for drawing example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=drawing
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for dynamic example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=dynamic
OBJECTS=$(PROGRAM).o

View File

@ -1,3 +1,2 @@
Makefile.in
test.png

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for image example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=image
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for layout example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=layout
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for listctrl example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=listtest
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for mdi example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=mdi
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for toolbar example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=test
OBJECTS=$(PROGRAM).o

View File

@ -1,2 +1 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for minimal example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=minimal
OBJECTS=$(PROGRAM).o

View File

@ -1 +0,0 @@
Makefile.in

View File

@ -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

View File

@ -9,6 +9,9 @@
#
# Makefile for notebook example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
PROGRAM=test
OBJECTS=$(PROGRAM).o

View File

@ -63,8 +63,8 @@ SHARED_LD = @SHARED_LD@
########################### Flags #################################
CFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CFLAGS@
CPPFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CXXFLAGS@
CPPFLAGS = @TOOLKIT_DEF@ @WXDEBUG_DEFINE@ @CXXFLAGS@ @CPPFLAGS@
PICFLAGS = @PIC_FLAG@
LDFLAGS = @LDFLAGS@