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 |
|
---|
11 | DEPTH = ../..
|
---|
12 | include $(PATH_KBUILD)/header.kmk
|
---|
13 |
|
---|
14 | DLLS += spy1hk
|
---|
15 | spy1hk_TOOL = GCC3OMF
|
---|
16 | spy1hk_CFLAGS = -Wall -pedantic -std=gnu99
|
---|
17 | spy1hk_SOURCES = spy1hk.c spy1hk.def
|
---|
18 |
|
---|
19 | PROGRAMS += spy1
|
---|
20 | spy1_TOOL = GCC3OMF
|
---|
21 | spy1_CFLAGS = -Wall -pedantic -std=gnu99
|
---|
22 | spy1_SOURCES = spy1.c
|
---|
23 | spy1_LIBS = $(TARGET_spy1hk)
|
---|
24 |
|
---|
25 | PROGRAMS += dumpchars
|
---|
26 | dumpchars_TOOL = GCC3OMF
|
---|
27 | dumpchars_CFLAGS = -Wall -pedantic -std=gnu99
|
---|
28 | dumpchars_SOURCES = dumpchars.c dumpchars.def
|
---|
29 |
|
---|
30 | PROGRAMS += getkey
|
---|
31 | getkey_TOOL = GCC3OMF
|
---|
32 | getkey_CFLAGS = -Wall -pedantic -std=gnu99
|
---|
33 | getkey_SOURCES = getkey.c
|
---|
34 |
|
---|
35 | include $(PATH_KBUILD)/footer.kmk
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.