~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to src-ILUT/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = libILUT.la
 
2
 
 
3
libILUT_la_SOURCES = ilut_allegro.c     ilut_main.c \
 
4
                     ilut_sdlsurface.c  ilut_states.c \
 
5
                     ilut_internal.c    ilut_opengl.c \
 
6
                     ilut_win32.c       ilut_directx.c \
 
7
                                         ilut_directx9.c
 
8
 
 
9
AM_CFLAGS = @LIBILUT_CFLAGS@
 
10
 
 
11
libILUT_la_LDFLAGS = -no-undefined @VERSIONINFO@ \
 
12
                     -L$(top_srcdir)/src-IL/src \
 
13
                     -L$(top_srcdir)/src-ILU/src \
 
14
                     @LIBSDL@ @LIBALLEGRO@ @LIBILUT_WIN32LIBPATH@
 
15
 
 
16
libILUT_la_LIBADD = -lIL -lILU @LIBGL@ @LIBGDI32@
 
17
 
 
18
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src-ILUT/include \
 
19
           @HSDL@ @HALLEGRO@ @X_CFLAGS@