1 # /* Loglan82 Compiler&Interpreter
\r
2 # Copyright (C) 1981-1993 Institute of Informatics, University of Warsaw
\r
3 # Copyright (C) 1993, 1994 LITA, Pau
\r
5 # This program is free software; you can redistribute it and/or modify
\r
6 # it under the terms of the GNU General Public License as published by
\r
7 # the Free Software Foundation; either version 2 of the License, or
\r
8 # (at your option) any later version.
\r
10 # This program is distributed in the hope that it will be useful,
\r
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
13 # GNU General Public License for more details.
\r
15 # =======================================================================
\r
18 COMMON=hlineio.o draw.o hvfill.o cirb.o gpmap.o hercules.o
20 CC=gcc -O -Dpascal= -DWORD_32BIT
30 ar rv hgc386.a $(COMMON)