| #include "../Wine.tmpl" | |
| MODULE = misc | |
| SRCS = \ | |
| comm.c \ | |
| dos.c \ | |
| dos_fs.c \ | |
| emulate.c \ | |
| exec.c \ | |
| file.c \ | |
| int1a.c \ | |
| int21.c \ | |
| kernel.c \ | |
| keyboard.c \ | |
| lstr.c \ | |
| main.c \ | |
| message.c \ | |
| profile.c \ | |
| rect.c \ | |
| sound.c \ | |
| spy.c \ | |
| user.c \ | |
| xt.c | |
| OBJS = \ | |
| comm.o \ | |
| dos.o \ | |
| dos_fs.o \ | |
| emulate.o \ | |
| exec.o \ | |
| file.o \ | |
| int1a.o \ | |
| int21.o \ | |
| kernel.o \ | |
| keyboard.o \ | |
| lstr.o \ | |
| main.o \ | |
| message.o \ | |
| profile.o \ | |
| rect.o \ | |
| sound.o \ | |
| spy.o \ | |
| user.o \ | |
| xt.o | |
| WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS)) | |
| DependTarget() | |
| CleanTarget() | |
| includes:: | |
| install:: |