VirtualBox

source: kStuff/hacks/xtide/Makefile.kmk@ 75

Last change on this file since 75 was 75, checked in by bird, 9 years ago

xtide-utils: added ataid for dumping the identify device response. (untested)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1# $Id: Makefile.kmk 75 2015-12-27 19:47:37Z bird $
2## @file
3# Some xT-IDE hacking.
4#
5
6#
7# Copyright (c) 2015 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
8#
9# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 3 of the License, or
12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with This program. If not, see <http://www.gnu.org/licenses/>
21#
22#
23
24DEPTH = .
25include $(KBUILD_PATH)/header.kmk
26
27
28PROGRAMS += atatst
29atatst_TEMPLATE = DosExe
30atatst_SOURCES = \
31 writeatatest.c \
32 atalib.c
33
34PROGRAMS += atarwbuf
35atarwbuf_TEMPLATE = DosExe
36atarwbuf_SOURCES = \
37 atarwbuf.c \
38 atalib.c
39
40PROGRAMS += ataid
41ataid_TEMPLATE = DosExe
42ataid_SOURCES = \
43 ataid.c \
44 atalib.c
45
46
47include $(FILE_KBUILD_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette