2006-10-28 17:54:52 -04:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
2006-11-09 21:32:01 -05:00
|
|
|
# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
|
2006-10-28 17:54:52 -04:00
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# These are configurable options:
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# C++ compiler
|
|
|
|
CXX = g++
|
|
|
|
|
|
|
|
# Standard flags for C++
|
|
|
|
CXXFLAGS =
|
|
|
|
|
|
|
|
# Standard preprocessor flags (common for CC and CXX)
|
|
|
|
CPPFLAGS =
|
|
|
|
|
|
|
|
# Standard linker flags
|
|
|
|
LDFLAGS =
|
|
|
|
|
|
|
|
# Location and arguments of wx-config script
|
|
|
|
WX_CONFIG = wx-config
|
|
|
|
|
|
|
|
# C++ flags to use with wxWidgets code
|
|
|
|
WX_CXXFLAGS = `$(WX_CONFIG) --cxxflags`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
|
|
|
|
### Variables: ###
|
|
|
|
|
|
|
|
CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD
|
2006-11-25 09:22:44 -05:00
|
|
|
HTMLPRINTING_CXXFLAGS = -I. $(WX_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS)
|
|
|
|
HTMLPRINTING_OBJECTS = \
|
|
|
|
htmlprinting_printing.o
|
2006-10-28 17:54:52 -04:00
|
|
|
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
2006-11-25 09:22:44 -05:00
|
|
|
all: htmlprinting
|
2006-10-28 17:54:52 -04:00
|
|
|
|
|
|
|
install: all
|
|
|
|
|
|
|
|
uninstall:
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f ./*.o
|
|
|
|
rm -f ./*.d
|
2006-11-25 09:22:44 -05:00
|
|
|
rm -f htmlprinting
|
2006-10-28 17:54:52 -04:00
|
|
|
|
2006-11-25 09:22:44 -05:00
|
|
|
htmlprinting: $(HTMLPRINTING_OBJECTS)
|
|
|
|
$(CXX) -o $@ $(HTMLPRINTING_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) --libs html,core,base`
|
2006-10-28 17:54:52 -04:00
|
|
|
|
2006-11-25 09:22:44 -05:00
|
|
|
htmlprinting_printing.o: ./printing.cpp
|
|
|
|
$(CXX) -c -o $@ $(HTMLPRINTING_CXXFLAGS) $(CPPDEPS) $<
|
2006-10-28 17:54:52 -04:00
|
|
|
|
|
|
|
.PHONY: all install uninstall clean
|
|
|
|
|
|
|
|
|
|
|
|
# Dependencies tracking:
|
|
|
|
-include ./*.d
|