/[enigma]/enigma/src/Makefile.am
ViewVC logotype

Diff of /enigma/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mhawlisch, Fri Jan 31 14:25:53 2003 UTC revision 1.10 by dheck, Sun Feb 9 21:22:30 2003 UTC
# Line 13  ttf2bmf_CXXFLAGS = @SDL_CFLAGS@ Line 13  ttf2bmf_CXXFLAGS = @SDL_CFLAGS@
13  ttf2bmf_LDADD = -lSDL_ttf  ttf2bmf_LDADD = -lSDL_ttf
14  endif  endif
15    
16  INCLUDES = @LIBTOLUAFLAGS@ -I$(top_srcdir)/lib-src  INCLUDES = -I$(top_srcdir)/lib-src -I$(top_srcdir)/lib-src/lua
17    
18  EXTRA_DIST = enigma.ico enigma.rc ttf2bmf.cc \  EXTRA_DIST = enigma.ico enigma.rc ttf2bmf.cc \
19               enigma-lua.pkg gui-lua.pkg px-lua.pkg               enigma-lua.pkg gui-lua.pkg px-lua.pkg
# Line 37  enigma_SOURCES =                       \ Line 37  enigma_SOURCES =                       \
37          enigma.cc enigma.hh             \          enigma.cc enigma.hh             \
38          fwd.hh                          \          fwd.hh                          \
39          game.cc game.hh                 \          game.cc game.hh                 \
         getopt.c getopt.h getopt1.c     \  
40          gui.cc gui.hh                   \          gui.cc gui.hh                   \
41          items.cc items.hh               \          items.cc items.hh               \
42          laser.cc laser.hh               \          laser.cc laser.hh               \
# Line 64  mingw_ldadd = Line 63  mingw_ldadd =
63  endif  endif
64    
65  enigma_LDADD = $(mingw_ldadd) \  enigma_LDADD = $(mingw_ldadd) \
66                 @SDL_LIBS@ px/libpx.a -llua -llualib \                 @SDL_LIBS@ px/libpx.a \
67                  ../lib-src/libtolua/libtolua.a \                  ../lib-src/lua/liblua.a \
68                  ../lib-src/oxydlib/liboxyd.a                  ../lib-src/oxydlib/liboxyd.a
69    
70  enigma_CXXFLAGS = @SDL_CFLAGS@  enigma_CXXFLAGS = @SDL_CFLAGS@
71  enigma_CFLAGS = @SDL_CFLAGS@  enigma_CFLAGS = @SDL_CFLAGS@
72    
73    TOLUA = tolua
74    #$(top_srcdir)/lib-src/lua/tolua
75    
76  # Rule for creating Lua interfaces from package descriptions using 'tolua'  # Rule for creating Lua interfaces from package descriptions using 'tolua'
77  %-lua.cc %-lua.hh: %-lua.pkg  %-lua.cc %-lua.hh: %-lua.pkg
78          $(TOLUA) -H $*-lua.hh -n $* -o $@ $<          $(TOLUA) -H $*-lua.hh -n $* -o $@ $<

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26