# $Id: Makefile.kmk 75 2015-12-27 19:47:37Z bird $ ## @file # Some xT-IDE hacking. # # # Copyright (c) 2015 knut st. osmundsen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with This program. If not, see # # DEPTH = . include $(KBUILD_PATH)/header.kmk PROGRAMS += atatst atatst_TEMPLATE = DosExe atatst_SOURCES = \ writeatatest.c \ atalib.c PROGRAMS += atarwbuf atarwbuf_TEMPLATE = DosExe atarwbuf_SOURCES = \ atarwbuf.c \ atalib.c PROGRAMS += ataid ataid_TEMPLATE = DosExe ataid_SOURCES = \ ataid.c \ atalib.c include $(FILE_KBUILD_FOOTER)