Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > f991ed2d565451d4c13b5c7fca6ecab1 > files > 653

libwxgtk2.4-devel-2.4.2-8mdk.i586.rpm

#
# File:		Makefile.in
# Author:	Julian Smart
# Created:	1998
# Updated:	
# Copyright:	(c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for html printing example (UNIX).

top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = samples/html/printing

DATAFILES = test.htm logo6.gif

PROGRAM=printing

OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d

include ../../../src/makeprog.env

@IF_GNU_MAKE@-include $(DEPFILES)