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.
18 include ..
/..
/make.conf
22 IOBJS
= SDL_surface.o SDL_rwops.o SDL_error.o SDL_to_picinfo.o \
24 CXXINCLUDES
=$(XINC
) $(JINC
)
25 CXXOPT
=-I..
/..
-I..
/..
/include $(CFLAGS
) $(DEFS
) $(DEB
) $(PSEUDO
) $(PCX
) $(TIFF
) $(BMP
) $(XBM
) $(XPM
) $(TGA
) $(PCD
) $(PNG
)
31 SDL_surface.o
: SDL_surface.c
32 $(CC
) -c SDL_surface.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
34 SDL_error.o
: SDL_error.c
35 $(CC
) -c SDL_error.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
37 SDL_to_picinfo.o
: SDL_to_picinfo.c
38 $(CC
) -c SDL_to_picinfo.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
40 SDL_rwops.o
: SDL_rwops.c
41 $(CC
) -c SDL_rwops.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
44 $(CC
) -c IMG_gif.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
47 $(CC
) -c jpeg.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
50 $(CC
) -c accel.c
$(CXXOPT
) $(CXXINCLUDES
) $(CPPFLAGS
)
53 $(CC
) -c pcdr.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
56 $(CC
) -c inter.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
59 $(CC
) -c huff.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
62 $(CC
) -c file.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
65 $(CC
) -c yuv2rgb.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
68 $(CC
) -c tiffr.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
71 $(CC
) -c png.c
$(CXXOPT
) $(INCLUDES
) $(ZINC
) $(PNGINC
) $(CPPFLAGS
)
80 $(CC
) -c pcxr.c
$(CXXOPT
) $(INCLUDES
) $(CPPFLAGS
)
84 ar rc libie.a
$(IOBJS
)