source: hacks/xtide/Makefile.kmk@ 73

Last change on this file since 73 was 73, checked in by bird, 10 years ago

xtide util hacking.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1018 bytes
RevLine 
[73]1# $Id: Makefile.kmk 73 2015-12-20 21:17:34Z 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
40
41include $(FILE_KBUILD_FOOTER)
Note: See TracBrowser for help on using the repository browser.