blob: 690ca6dbc509300b37456cc0cf11ad82af13660e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Makefile.fpc for FPC Netware clib demos (part of FPC demo package)
#
[target]
programs_netware=nutmon check nuttest
[default]
fpcdir=../../fpcsrc
[rules]
nutmon.nlm: nutmon.pp nutconnection.pp
nuttest.nlm: nuttest.pp ../netwlibc/nuttest.pp
|