1#
2#  Makefile for building sap2 and sapfs.
3#
4#  Available options:
5#
6#     Environment variables:
7#        FRENCH=1          (by default) create a french build (djgpp only).
8#        ENGLISH=1         create an english build (djgpp only).
9#
10#     Targets:
11#        all:              build executables files
12#        clean:            remove objects and executable files.
13#
14
15ifdef DJDIR
16
17include makefile.dj
18
19else
20
21include makefile.lnx
22
23endif
24