Changeset 76 for trunk/src/os2ahci/Makefile
- Timestamp:
- Feb 18, 2011, 10:09:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r36 r76 50 50 -I$(DDK)\base\ibmh \ 51 51 -I$(DDK)\base\src\dev\dasd\diskh \ 52 -I$(DDK)\base\src\dev\thinkpad\dockii\apmcalls \ 52 53 -I$(CC16)\include 53 54 … … 57 58 LIB_DIRS = $(DDK)\base\lib\ \ 58 59 $(DDK)\base\src\dev\dasd\devhlp\ \ 59 $(CC16)\lib\ \ 60 $(DDK)\base\src\dev\thinkpad\dockii\apmcalls\ \ 61 $(CC16)\lib\ \ 60 62 61 63 … … 65 67 TARGET = os2ahci.add 66 68 67 LIBS = addcalls dhcalls doscalls slibcep rmcalls 69 LIBS = addcalls dhcalls doscalls slibcep rmcalls apmcalls 68 70 69 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c 71 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c \ 72 apm.c ioctl.c 70 73 71 74 OBJS = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj \ 72 ctxhook.obj 75 ctxhook.obj apm.obj ioctl.obj 73 76 74 77 INCS = os2ahci.h ahci.h version.h … … 88 91 libc.obj: libc.c Makefile $(INCS) 89 92 90 os2ahci.obj: os2ahci.c Makefile $(INCS) bldday.h 93 os2ahci.obj: os2ahci.c Makefile $(INCS) bldday.h ioctl.h 91 94 92 95 pci.obj: pci.c Makefile $(INCS) … … 99 102 100 103 ctxhook.obj: ctxhook.c Makefile $(INCS) ata.h atapi.h 104 105 apm.obj: apm.c Makefile $(INCS) 106 107 ioctl.obj: ioctl.c Makefile $(INCS) atapi.h ioctl.h 101 108 102 109 ###############################################################################
Note:
See TracChangeset
for help on using the changeset viewer.