More samples makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/bombs
|
||||
|
||||
PROGRAM=bombs
|
||||
|
||||
OBJECTS = bombs.o bombs1.o game.o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/caret
|
||||
|
||||
PROGRAM=caret
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/checklst
|
||||
|
||||
PROGRAM=checklst
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/config
|
||||
|
||||
PROGRAM=conftest
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/controls
|
||||
|
||||
PROGRAM=controls
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/dialogs
|
||||
|
||||
PROGRAM=dialogs
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/dnd
|
||||
|
||||
PROGRAM=dnd
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/docview
|
||||
|
||||
PROGRAM=docview
|
||||
|
||||
OBJECTS=$(PROGRAM).o doc.o view.o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/docvwmdi
|
||||
|
||||
PROGRAM=docview
|
||||
|
||||
OBJECTS=$(PROGRAM).o doc.o view.o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/drawing
|
||||
|
||||
PROGRAM=drawing
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/dynamic
|
||||
|
||||
PROGRAM=dynamic
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -1 +0,0 @@
|
||||
Makefile.in
|
||||
|
@@ -1,8 +0,0 @@
|
||||
## Purpose: The automake makefile for wxHTML samples
|
||||
## Author: VS
|
||||
## Version: $Id$
|
||||
##
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = about help printing test virtual widget zip
|
||||
|
@@ -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 = about
|
||||
|
||||
about_SOURCES = about.cpp
|
22
samples/html/about/Makefile.in
Normal file
22
samples/html/about/Makefile.in
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# File: Makefile.in
|
||||
# Author: Julian Smart
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Julian Smart
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile for html about example (UNIX).
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/html/about
|
||||
|
||||
PROGRAM=about
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
||||
include ../../../src/makeprog.env
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/image
|
||||
|
||||
PROGRAM=image
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/layout
|
||||
|
||||
PROGRAM=layout
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/listctrl
|
||||
|
||||
PROGRAM=listtest
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/mdi
|
||||
|
||||
PROGRAM=mdi
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/minifram
|
||||
|
||||
PROGRAM=test
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/minimal
|
||||
|
||||
PROGRAM=minimal
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/notebook
|
||||
|
||||
PROGRAM=test
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/printing
|
||||
|
||||
PROGRAM=printing
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/sashtest
|
||||
|
||||
PROGRAM=sashtest
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/scroll
|
||||
|
||||
PROGRAM=scroll
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/splitter
|
||||
|
||||
PROGRAM=test
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -7,11 +7,13 @@
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile for controls example (UNIX).
|
||||
# Makefile for text example (UNIX).
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/text
|
||||
|
||||
PROGRAM=controls
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/thread
|
||||
|
||||
PROGRAM=test
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/toolbar
|
||||
|
||||
PROGRAM=test
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/treectrl
|
||||
|
||||
PROGRAM=treetest
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
@@ -12,6 +12,8 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/typetest
|
||||
|
||||
PROGRAM=typetest
|
||||
|
||||
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 = validate
|
||||
|
||||
validate_SOURCES = validate.cpp
|
@@ -9,6 +9,11 @@
|
||||
#
|
||||
# Makefile for validate example (UNIX).
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/validate
|
||||
|
||||
PROGRAM=validate
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
@@ -1,2 +1 @@
|
||||
Makefile.in
|
||||
|
||||
|
@@ -1,13 +0,0 @@
|
||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
||||
|
||||
SUFFIXES = .cpp
|
||||
|
||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||||
|
||||
noinst_PROGRAMS = wxpoem
|
||||
|
||||
wxpoem_SOURCES = wxpoem.cpp
|
||||
|
||||
# create a link to the file needed to run the sample
|
||||
all-local:
|
||||
@if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi
|
@@ -9,6 +9,11 @@
|
||||
#
|
||||
# Makefile for wxPoem example (UNIX).
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/wxpoem
|
||||
|
||||
PROGRAM=wxpoem
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
@@ -1,2 +1 @@
|
||||
Makefile.in
|
||||
|
||||
|
@@ -1,10 +0,0 @@
|
||||
AUTOMAKE_OPTIONS = 1.3 no-dependencies
|
||||
|
||||
SUFFIXES = .cpp
|
||||
|
||||
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||||
|
||||
noinst_PROGRAMS = client server
|
||||
|
||||
client_SOURCES = client.cpp
|
||||
server_SOURCES = server.cpp
|
36
samples/wxsocket/Makefile.in
Normal file
36
samples/wxsocket/Makefile.in
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# File: Makefile.in
|
||||
# Author: Julian Smart
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Julian Smart
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile for wxsocket example (UNIX).
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../..
|
||||
|
||||
VPATH = :$(top_srcdir)/samples/wxsocket
|
||||
|
||||
# Clears all default suffixes
|
||||
.SUFFIXES: .o .cpp .c .cxx
|
||||
|
||||
.cpp.o :
|
||||
$(CC) -c $(CPPFLAGS) -o $@ $<
|
||||
|
||||
# Set defaults from configure
|
||||
include ../../src/make.env
|
||||
|
||||
all: client server
|
||||
|
||||
client: client.o ../../lib/@WX_TARGET_LIBRARY@
|
||||
$(CC) $(LDFLAGS) -o client client.o $(LDLIBS)
|
||||
|
||||
server: server.o ../../lib/@WX_TARGET_LIBRARY@
|
||||
$(CC) $(LDFLAGS) -o server server.o $(LDLIBS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) $(PROGRAM) core
|
||||
|
Reference in New Issue
Block a user