-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefileApp,fe1
executable file
·48 lines (34 loc) · 1.07 KB
/
MakefileApp,fe1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/usr/bin/env riscos-amu -f
# Makefile for IconBorderFob
#
#
# Program specific options:
#
COMPONENT = IconBorderFob
# Specifies additional targets for startup
#INITTARGET = inittarget
# Specifies additional targets for clean
#CLEANTARGET = cleantarget
# aif, for linked objects
# aof, for a partially linked AOF object
# util, for utilities built with objasm
# basic, for BASIC tools
TYPE = aif
# The file to output (defaults ${COMPONENT})
#TARGET = <filename>
# Comma-separated list of paths to use for includes, such as:
# <Lib$Dir>.LibName.
INCLUDES =
# Space separated list of defines to set, eg -DDEBUG
CDEFINES =
# Space separated list of libraries to link against.
LIBS = ${CLIB}
# Objects to build, using the format o.<name> (will be varied for build type)
OBJS = o.borders \
o.graphics \
o.testborders \
# Space separated list of XML files for building documentation.
#DOCSRC = <prm-in-xml-sources>
include LibraryCommand
#---------------------------------------------------------------------------
# Dynamic dependencies: