diff options
| -rw-r--r-- | hp41cx-emulator/obj/hplcd.d | 6 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/hpram.d | 2 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/hprom.d | 6 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/ifpf.d | 2 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/nsim.d | 9 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/phineas.d | 8 | ||||
| -rw-r--r-- | hp41cx-emulator/obj/xio.d | 7 |
7 files changed, 40 insertions, 0 deletions
diff --git a/hp41cx-emulator/obj/hplcd.d b/hp41cx-emulator/obj/hplcd.d new file mode 100644 index 0000000..962cb82 --- /dev/null +++ b/hp41cx-emulator/obj/hplcd.d @@ -0,0 +1,6 @@ +obj/hplcd.o: hplcd.cpp hpram.h hplcd.h ifpf.h nsim.h hprom.h +hpram.h: +hplcd.h: +ifpf.h: +nsim.h: +hprom.h: diff --git a/hp41cx-emulator/obj/hpram.d b/hp41cx-emulator/obj/hpram.d new file mode 100644 index 0000000..e2e3c53 --- /dev/null +++ b/hp41cx-emulator/obj/hpram.d @@ -0,0 +1,2 @@ +obj/hpram.o: hpram.cpp hpram.h +hpram.h: diff --git a/hp41cx-emulator/obj/hprom.d b/hp41cx-emulator/obj/hprom.d new file mode 100644 index 0000000..06860fd --- /dev/null +++ b/hp41cx-emulator/obj/hprom.d @@ -0,0 +1,6 @@ +obj/hprom.o: hprom.cpp hpram.h nsim.h hprom.h hplcd.h ifpf.h +hpram.h: +nsim.h: +hprom.h: +hplcd.h: +ifpf.h: diff --git a/hp41cx-emulator/obj/ifpf.d b/hp41cx-emulator/obj/ifpf.d new file mode 100644 index 0000000..74aea9e --- /dev/null +++ b/hp41cx-emulator/obj/ifpf.d @@ -0,0 +1,2 @@ +obj/ifpf.o: ifpf.cpp ifpf.h +ifpf.h: diff --git a/hp41cx-emulator/obj/nsim.d b/hp41cx-emulator/obj/nsim.d new file mode 100644 index 0000000..54ab7d8 --- /dev/null +++ b/hp41cx-emulator/obj/nsim.d @@ -0,0 +1,9 @@ +obj/nsim.o: nsim.cpp hpram.h nsim.h hprom.h hplcd.h ifpf.h xio.h \ + phineas.h +hpram.h: +nsim.h: +hprom.h: +hplcd.h: +ifpf.h: +xio.h: +phineas.h: diff --git a/hp41cx-emulator/obj/phineas.d b/hp41cx-emulator/obj/phineas.d new file mode 100644 index 0000000..dd33ea2 --- /dev/null +++ b/hp41cx-emulator/obj/phineas.d @@ -0,0 +1,8 @@ +obj/phineas.o: phineas.cpp hpram.h nsim.h hprom.h hplcd.h ifpf.h \ + phineas.h +hpram.h: +nsim.h: +hprom.h: +hplcd.h: +ifpf.h: +phineas.h: diff --git a/hp41cx-emulator/obj/xio.d b/hp41cx-emulator/obj/xio.d new file mode 100644 index 0000000..5888f31 --- /dev/null +++ b/hp41cx-emulator/obj/xio.d @@ -0,0 +1,7 @@ +obj/xio.o: xio.cpp xio.h nsim.h hprom.h hpram.h hplcd.h ifpf.h +xio.h: +nsim.h: +hprom.h: +hpram.h: +hplcd.h: +ifpf.h: |
