1 # Image Engine for X Window
3 # Copyright (C) 1996 by Leo Khramov
4 # email: leo@pop.convey.ru
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
25 $(CC
) -c
$(CXXOPT
) $(CPPFLAGS
) -o
$@
$<
30 sublib
/SDL_surface.o \
31 sublib
/SDL_to_picinfo.o \
36 CXXINCLUDES
=$(XINC
) -I.
/sublib
37 CXXOPT
=$(CFLAGS
) $(DEFS
) $(DEB
) $(XINC
) -I.
-I..
/include -I.
/sublib