source: trunk/synergy/birdhacks/Makefile.kmk@ 3669

Last change on this file since 3669 was 2767, checked in by bird, 19 years ago

Some more hacks.

File size: 728 bytes
Line 
1# $Id: $
2## @file
3#
4# spy1 - Makefile
5#
6# Copyright (c) 2006 knut st. osmundsen <bird@anduin.net>
7#
8# GPL
9#
10
11DEPTH = ../..
12include $(PATH_KBUILD)/header.kmk
13
14DLLS += spy1hk
15spy1hk_TOOL = GCC3OMF
16spy1hk_CFLAGS = -Wall -pedantic -std=gnu99
17spy1hk_SOURCES = spy1hk.c spy1hk.def
18
19PROGRAMS += spy1
20spy1_TOOL = GCC3OMF
21spy1_CFLAGS = -Wall -pedantic -std=gnu99
22spy1_SOURCES = spy1.c
23spy1_LIBS = $(TARGET_spy1hk)
24
25PROGRAMS += dumpchars
26dumpchars_TOOL = GCC3OMF
27dumpchars_CFLAGS = -Wall -pedantic -std=gnu99
28dumpchars_SOURCES = dumpchars.c dumpchars.def
29
30PROGRAMS += getkey
31getkey_TOOL = GCC3OMF
32getkey_CFLAGS = -Wall -pedantic -std=gnu99
33getkey_SOURCES = getkey.c
34
35include $(PATH_KBUILD)/footer.kmk
36
Note: See TracBrowser for help on using the repository browser.