1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# C++ compiler
14CXX = g++
15
16# Standard flags for C++
17CXXFLAGS ?=
18
19# Standard preprocessor flags (common for CC and CXX)
20CPPFLAGS ?=
21
22# Standard linker flags
23LDFLAGS ?=
24
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 -MP
40HTMLHELP_CXXFLAGS =  -I.  $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
41HTMLHELP_OBJECTS =  \
42	htmlhelp_help.o
43
44### Conditionally set variables: ###
45
46
47
48### Targets: ###
49
50all: htmlhelp
51
52install:
53
54uninstall:
55
56clean:
57	rm -f ./*.o
58	rm -f ./*.d
59	rm -f htmlhelp
60
61htmlhelp: $(HTMLHELP_OBJECTS)
62	$(CXX) -o $@ $(HTMLHELP_OBJECTS)   `$(WX_CONFIG) --libs html,core,base` $(LDFLAGS)
63
64htmlhelp_help.o: ./help.cpp
65	$(CXX) -c -o $@ $(HTMLHELP_CXXFLAGS) $(CPPDEPS) $<
66
67.PHONY: all install uninstall clean
68
69
70# Dependencies tracking:
71-include ./*.d
72