diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/MAPPER/MAKEFILE | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/MAPPER/MAKEFILE')
| -rw-r--r-- | v4.0/src/MAPPER/MAKEFILE | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/v4.0/src/MAPPER/MAKEFILE b/v4.0/src/MAPPER/MAKEFILE new file mode 100644 index 0000000..f0cc850 --- /dev/null +++ b/v4.0/src/MAPPER/MAKEFILE | |||
| @@ -0,0 +1,132 @@ | |||
| 1 | #************************** makefile for mapper *************************** | ||
| 2 | |||
| 3 | msg =..\messages | ||
| 4 | dos =..\dos | ||
| 5 | inc =..\inc | ||
| 6 | hinc =..\h | ||
| 7 | |||
| 8 | # | ||
| 9 | ####################### dependencies begin here. ######################### | ||
| 10 | # | ||
| 11 | |||
| 12 | all: mapper.lib | ||
| 13 | |||
| 14 | chdir.obj: chdir.asm makefile macros.inc | ||
| 15 | |||
| 16 | getver.obj: getver.asm makefile macros.inc | ||
| 17 | |||
| 18 | f_first.obj: f_first.asm makefile macros.inc find.inc | ||
| 19 | |||
| 20 | set_tod.obj: set_tod.asm makefile macros.inc | ||
| 21 | |||
| 22 | write.obj: write.asm makefile macros.inc | ||
| 23 | |||
| 24 | beep.obj: beep.asm makefile macros.inc | ||
| 25 | |||
| 26 | mkdir.obj: mkdir.asm makefile macros.inc | ||
| 27 | |||
| 28 | exit.obj: exit.asm makefile macros.inc | ||
| 29 | |||
| 30 | delete.obj: delete.asm makefile macros.inc | ||
| 31 | |||
| 32 | getcntry.obj: getcntry.asm makefile macros.inc | ||
| 33 | |||
| 34 | f_close.obj: f_close.asm makefile macros.inc find.inc | ||
| 35 | |||
| 36 | open.obj: open.asm makefile macros.inc | ||
| 37 | |||
| 38 | read.obj: read.asm makefile macros.inc | ||
| 39 | |||
| 40 | rmdir.obj: rmdir.asm makefile macros.inc | ||
| 41 | |||
| 42 | qcurdir.obj: qcurdir.asm makefile macros.inc | ||
| 43 | |||
| 44 | qcurdsk.obj: qcurdsk.asm makefile macros.inc | ||
| 45 | |||
| 46 | qverify.obj: qverify.asm makefile macros.inc | ||
| 47 | |||
| 48 | qfilemod.obj: qfilemod.asm makefile macros.inc | ||
| 49 | |||
| 50 | sverify.obj: sverify.asm makefile macros.inc | ||
| 51 | |||
| 52 | sfilemod.obj: sfilemod.asm makefile macros.inc | ||
| 53 | |||
| 54 | lseek.obj: lseek.asm makefile macros.inc | ||
| 55 | |||
| 56 | sfileinf.obj: sfileinf.asm makefile macros.inc | ||
| 57 | |||
| 58 | close.obj: close.asm makefile macros.inc | ||
| 59 | |||
| 60 | allocseg.obj: allocseg.asm makefile macros.inc | ||
| 61 | |||
| 62 | freeseg.obj: freeseg.asm makefile macros.inc | ||
| 63 | |||
| 64 | sel_disk.obj: sel_disk.asm makefile macros.inc | ||
| 65 | |||
| 66 | qfsinfo.obj: qfsinfo.asm makefile macros.inc | ||
| 67 | |||
| 68 | f_next.obj: f_next.asm makefile macros.inc find.inc | ||
| 69 | |||
| 70 | getmsg.obj: getmsg.asm makefile macros.inc | ||
| 71 | |||
| 72 | get_tod.obj: get_tod.asm makefile macros.inc | ||
| 73 | |||
| 74 | charin.obj: charin.asm makefile macros.inc | ||
| 75 | |||
| 76 | flushbuf.obj: flushbuf.asm makefile macros.inc | ||
| 77 | |||
| 78 | devconfg.obj: devconfg.asm makefile macros.inc | ||
| 79 | |||
| 80 | reallseg.obj: reallseg.asm makefile macros.inc | ||
| 81 | |||
| 82 | putmsg.obj: putmsg.asm makefile macros.inc | ||
| 83 | |||
| 84 | execpgm.obj: execpgm.asm makefile macros.inc | ||
| 85 | |||
| 86 | qhandtyp.obj: qhandtyp.asm makefile macros.inc | ||
| 87 | |||
| 88 | cwait.obj: cwait.asm makefile macros.inc | ||
| 89 | |||
| 90 | kbdgstat.obj: kbdgstat.asm makefile macros.inc | ||
| 91 | |||
| 92 | kbdsstat.obj: kbdsstat.asm makefile macros.inc | ||
| 93 | |||
| 94 | casemap.obj: casemap.asm makefile macros.inc | ||
| 95 | |||
| 96 | dbcs.obj: dbcs.asm makefile macros.inc | ||
| 97 | |||
| 98 | ioctl.obj: ioctl.asm makefile macros.inc | ||
| 99 | |||
| 100 | sighand.obj: sighand.asm makefile macros.inc | ||
| 101 | |||
| 102 | error.obj: error.asm makefile macros.inc | ||
| 103 | |||
| 104 | setint24.obj: setint24.asm makefile macros.inc | ||
| 105 | |||
| 106 | qfileinf.obj: qfileinf.asm makefile macros.inc | ||
| 107 | |||
| 108 | scurpos.obj: scurpos.asm makefile macros.inc | ||
| 109 | |||
| 110 | scrollup.obj: scrollup.asm makefile macros.inc | ||
| 111 | |||
| 112 | wchstra.obj: wchstra.asm makefile macros.inc | ||
| 113 | |||
| 114 | scntry.obj: scntry.asm makefile macros.inc | ||
| 115 | |||
| 116 | setfsinf.obj: setfsinf.asm makefile macros.inc | ||
| 117 | |||
| 118 | gmachmod.obj: gmachmod.asm makefile macros.inc | ||
| 119 | |||
| 120 | mapper.lib: makefile chdir.obj getver.obj f_first.obj set_tod.obj \ | ||
| 121 | write.obj beep.obj mkdir.obj exit.obj delete.obj getcntry.obj \ | ||
| 122 | f_close.obj open.obj read.obj rmdir.obj qcurdir.obj qcurdsk.obj \ | ||
| 123 | qverify.obj qfilemod.obj sverify.obj sfilemod.obj lseek.obj \ | ||
| 124 | sfileinf.obj close.obj allocseg.obj freeseg.obj sel_disk.obj \ | ||
| 125 | qfsinfo.obj f_next.obj getmsg.obj get_tod.obj charin.obj \ | ||
| 126 | flushbuf.obj devconfg.obj reallseg.obj putmsg.obj execpgm.obj \ | ||
| 127 | qhandtyp.obj cwait.obj kbdgstat.obj kbdsstat.obj casemap.obj \ | ||
| 128 | dbcs.obj ioctl.obj sighand.obj error.obj setint24.obj \ | ||
| 129 | qfileinf.obj scurpos.obj scrollup.obj wchstra.obj scntry.obj \ | ||
| 130 | setfsinf.obj gmachmod.obj | ||
| 131 | del mapper.lib | ||
| 132 | lib @mapper.lbr | ||