]> git.saurik.com Git - wxWidgets.git/blame - samples/html/printing/Makefile.in
Corrected points to pixels calculation
[wxWidgets.git] / samples / html / printing / Makefile.in
CommitLineData
b1683d38
RR
1#
2# File: Makefile.in
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for html printing example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
b1683d38 13top_builddir = ../../..
dc6c62a9 14program_dir = samples/html/printing
b1683d38 15
f7b02085 16DATAFILES = test.htm logo6.gif
b1683d38
RR
17
18PROGRAM=printing
19
1197380c
GD
20OBJECTS =$(PROGRAM).o
21DEPFILES=$(PROGRAM).d
b1683d38
RR
22
23include ../../../src/makeprog.env
24
27fd0246 25@IF_GNU_MAKE@-include $(DEPFILES)