home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
samples
/
html
/
test
/
Makefile.in
< prev
next >
Wrap
Makefile
|
2002-07-01
|
545b
|
27 lines
#
# File: Makefile.in
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for html test example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = samples/html/test
PROGRAM=test
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
DATAFILES=f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp \
tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm regres.htm
include ../../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)