Makefile fix for wxEmulator. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
422 B
Makefile
26 lines
422 B
Makefile
#
|
|
# File: Makefile.in
|
|
# Author: Julian Smart
|
|
# Created: 2002
|
|
# Updated:
|
|
# Copyright: (c) 2002 Julian Smart
|
|
#
|
|
# "%W% %G%"
|
|
#
|
|
# Makefile for PDA emulator
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
top_builddir = ../../..
|
|
program_dir = utils/emulator/src
|
|
|
|
PROGRAM=emulator
|
|
|
|
DATAFILES = default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg
|
|
|
|
OBJECTS =$(PROGRAM).o
|
|
DEPFILES=$(PROGRAM).d
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
-include $(DEPFILES)
|