1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
## -*- mode: Makefile; tab-width: 4; -*-
## ==================================================================================
## Copyright (c) 1998-1999 3Com Corporation or its subsidiaries. All rights reserved.
## ==================================================================================
SUBDIRS = Gzip jpeg
SUFFIXES = .cpp
VPATH = $(srcdir)/../SrcUnix: \
$(srcdir)/../SrcShared: \
$(srcdir)/../SrcShared/omnithread: \
$(srcdir)/../SrcShared/Palm/System/Src: \
$(srcdir)/../SrcShared/UAE:
FLAGS += -DINCLUDE_SECRET_STUFF=1
## POSER_CFLAGS and POSER_CXXFLAGS defined by configure.in.
CFLAGS = $(POSER_CFLAGS) $(LOCAL_CFLAGS) $(FLAGS) $(THREAD_FLAGS)
CXXFLAGS = $(POSER_CXXFLAGS) $(LOCAL_CFLAGS) $(FLAGS) $(THREAD_FLAGS)
INCLUDES = -I$(srcdir)/../SrcShared \
-I"$(srcdir)/../SrcShared/Images" \
-I"$(srcdir)/../SrcShared/Images/160_jpeg_Win" \
-I"$(srcdir)/../SrcShared/Images/320_jpeg_Win" \
-I"$(srcdir)/../SrcShared/Images/160_jpeg_Mac" \
-I"$(srcdir)/../SrcShared/Images/320_jpeg_Mac" \
-I$(srcdir)/../SrcShared/Palm/Incs \
-I$(srcdir)/../SrcShared/Palm/Incs/Hardware \
-I$(srcdir)/../SrcShared/Palm/Incs/System \
-I$(srcdir)/../SrcShared/Palm/Incs/International \
-I$(srcdir)/../SrcShared/Palm/Incs/UI \
-I$(srcdir)/../SrcShared/Palm/Libraries/Net/Incs \
-I$(srcdir)/../SrcShared/UAE \
-I$(srcdir)/../SrcShared/omnithread \
-I$(srcdir)/../SrcShared/Gzip \
-I$(srcdir)/../SrcShared/jpeg \
-I$(srcdir)/../SrcUnix
SRC_UNIX = Document.cpp \
MapFile.cpp \
Platform_Files_Unix.cpp \
Platform_Unix.cpp \
fltk_Dialog.cpp \
fltk_LcdWindow.cpp \
fltk_MainWindow.cpp \
fltk_main.cpp \
posix.cpp
SRC_UNIX_GEN = ResStrings.cpp
SRC_EMULATOR = ATraps.cpp \
ATraps.h \
Bank_DRAM.cpp \
Bank_DRAM.h \
Bank_Dummy.cpp \
Bank_Dummy.h \
Bank_MC68328.cpp \
Bank_MC68328.h \
Bank_MC68681.cpp \
Bank_MC68681.h \
Bank_MC68EZ328.cpp \
Bank_MC68EZ328.h \
Bank_PLD.cpp \
Bank_PLD.h \
Bank_ROM.cpp \
Bank_ROM.h \
Bank_SED1375.cpp \
Bank_SED1375.h \
Bank_SRAM.cpp \
Bank_SRAM.h \
Byteswapping.cpp \
Byteswapping.h \
CGremlins.cpp \
CGremlins.h \
CGremlinsStubs.cpp \
CGremlinsStubs.h \
CPU_MT.cpp \
CPU_MT.h \
CPU_REG.cpp \
CPU_REG.h \
CPU_Reg.h \
ChunkFile.cpp \
ChunkFile.h \
DebugMgr.cpp \
DebugMgr.h \
EmMapFile.cpp \
EmMapFile.h \
EmRPC.cpp \
EmRPC.h \
EmulatorCommon.h \
EmulatorTypes.h \
ErrorHandling.cpp \
ErrorHandling.h \
Hordes.cpp \
Hordes.h \
HostControl.cpp \
HostControlPrv.h \
JPEGGlue.cpp \
JPEGGlue.h \
LoadApplication.cpp \
LoadApplication.h \
Logging.cpp \
Logging.h \
Marshal.cpp \
Marshel.h \
MetaMemory.cpp \
MetaMemory.h \
Miscellaneous.cpp \
Miscellaneous.h \
PalmHeap.cpp \
PalmHeap.h \
Platform_NetLib_Sck.cpp \
PPStream.cpp \
PPStream.h \
PreferenceMgr.cpp \
PreferenceMgr.h \
Profiling.cpp \
Profiling.h \
RAM_ROM.cpp \
RAM_ROM.h \
ROMStubs.cpp \
ROMStubs.h \
SessionFile.cpp \
Sessionfile.h \
SkinData1.cpp \
SkinData2.cpp \
SkinData3.cpp \
SkinData4.cpp \
Skins.cpp \
Skins.h \
SLP.cpp \
SLP.h \
SocketMessaging.cpp \
SocketMessaging.h \
Startup.cpp \
Startup.h \
StreamHandle.cpp \
StreamHandle.h \
StringConversions.cpp \
StringConversions.h \
StringData.cpp \
StringData.h \
SystemPacket.cpp \
SystemPacket.h \
TrapPatches.cpp \
TrapPatches.h \
TrapPatches_MemMgr.cpp \
TrapPatches_NetLib.cpp \
UAE_Utils.cpp \
UAE_Utils.h \
UART.cpp \
UART.h
SRC_UAE = compiler.h \
config.h \
cpudefs.c \
cpuemu.c \
cpustbl.c \
cputbl.h \
custom.h \
machdep_m68k.h \
machdep_memory.h \
memory_cpu.h \
newcpu.h \
options.h \
readcpu.cpp \
readcpu.h \
sysconfig.h \
sysdeps.h \
target.h
SRC_PALM = Crc.c
bin_PROGRAMS = pose
pose_LDADD = $(X_LIBS) -lXext -lX11 $(THREAD_LIBS) \
-L./Gzip -lposergzip -L./jpeg -lposerjpeg -lm
pose_SOURCES = $(SRC_UNIX) $(SRC_UNIX_GEN) $(SRC_EMULATOR) $(SRC_UAE) $(SRC_PALM)
ResStrings.cpp: ../SrcShared/Strings.txt
../Scripts/s2r.sh
|