Last change
on this file since 100 was 75, checked in by bird, 10 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
|
Rev | Line | |
---|
[73] | 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 |
|
---|
| 24 | DEPTH = .
|
---|
| 25 | include $(KBUILD_PATH)/header.kmk
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 | PROGRAMS += atatst
|
---|
| 29 | atatst_TEMPLATE = DosExe
|
---|
| 30 | atatst_SOURCES = \
|
---|
| 31 | writeatatest.c \
|
---|
| 32 | atalib.c
|
---|
| 33 |
|
---|
| 34 | PROGRAMS += atarwbuf
|
---|
| 35 | atarwbuf_TEMPLATE = DosExe
|
---|
| 36 | atarwbuf_SOURCES = \
|
---|
| 37 | atarwbuf.c \
|
---|
| 38 | atalib.c
|
---|
| 39 |
|
---|
[75] | 40 | PROGRAMS += ataid
|
---|
| 41 | ataid_TEMPLATE = DosExe
|
---|
| 42 | ataid_SOURCES = \
|
---|
| 43 | ataid.c \
|
---|
| 44 | atalib.c
|
---|
[73] | 45 |
|
---|
[75] | 46 |
|
---|
[73] | 47 | include $(FILE_KBUILD_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.