wxWidgets/samples/mobile/styles/Makefile.in
Robert Roebling 5ebcf581f6 Added background inheritance to wxUniv.
Added sample to show this...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-26 18:28:30 +00:00

26 lines
393 B
Makefile

#
# File: makefile
# Author: Robert Roebling
# Created: 2002
# Updated:
# Copyright: (c) 2002 Robert Roebling
#
# "%W% %G%"
#
# Makefile for wxedit
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = samples/mobile/styles
PROGRAM=styles
DATAFILES=marble.jpg
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)