]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/makefile.unx
fixed: clicking on links in the help view did nothing
[wxWidgets.git] / samples / docview / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
e9093718 6
e9093718 7
e9093718 8
2add9e3c
RD
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
e9093718 12
2add9e3c
RD
13# C++ compiler
14CXX = g++
e9093718 15
2add9e3c
RD
16# Standard flags for C++
17CXXFLAGS =
e9093718 18
2add9e3c
RD
19# Standard preprocessor flags (common for CC and CXX)
20CPPFLAGS =
e9093718 21
2add9e3c
RD
22# Standard linker flags
23LDFLAGS =
e9093718 24
2add9e3c
RD
25# Location and arguments of wx-config script
26WX_CONFIG = wx-config
27
28# C++ flags to use with wxWidgets code
29WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
30
31
32
33# -------------------------------------------------------------------------
34# Do not modify the rest of this file!
35# -------------------------------------------------------------------------
36
37### Variables: ###
38
39CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
40DOCVIEW_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
41DOCVIEW_OBJECTS = \
42 docview_docview.o \
43 docview_doc.o \
44 docview_view.o
45
46### Conditionally set variables: ###
47
48
49
50### Targets: ###
51
52all: docview
53
54install: all
55
56uninstall:
e9093718
RR
57
58clean:
2add9e3c
RD
59 rm -f ./*.o
60 rm -f ./*.d
61 rm -f docview
62
63docview: $(DOCVIEW_OBJECTS)
64 $(CXX) -o $@ $(DOCVIEW_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs core,base`
65
66docview_docview.o: ./docview.cpp
67 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $<
68
69docview_doc.o: ./doc.cpp
70 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $<
71
72docview_view.o: ./view.cpp
73 $(CXX) -c -o $@ $(DOCVIEW_CXXFLAGS) $(CPPDEPS) $<
74
75.PHONY: all install uninstall clean
76
77
78# Dependencies tracking:
79-include ./*.d