/[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.5 by dheck, Sun Jan 19 17:19:33 2003 UTC revision 1.6 by dheck, Thu Jan 23 22:38:00 2003 UTC
# Line 32  enigma_SOURCES =                       \ Line 32  enigma_SOURCES =                       \
32          editor.cc editor.hh             \          editor.cc editor.hh             \
33          enigma.cc enigma.hh             \          enigma.cc enigma.hh             \
34          fwd.hh                          \          fwd.hh                          \
35          game.hh                         \          game.cc game.hh                 \
36          getopt.c getopt.h getopt1.c     \          getopt.c getopt.h getopt1.c     \
37          gui.cc gui.hh                   \          gui.cc gui.hh                   \
38          items.cc items.hh               \          items.cc items.hh               \
39          laser.cc laser.hh               \          laser.cc laser.hh               \
40          lua.cc lua.hh                   \          lua.cc lua.hh                   \
41            main.cc main.hh                 \
42          menus.cc menus.hh               \          menus.cc menus.hh               \
43          network.cc network.hh           \          network.cc network.hh           \
44          object_mixins.hh                \          object_mixins.hh                \
# Line 47  enigma_SOURCES =                       \ Line 48  enigma_SOURCES =                       \
48          player.cc player.hh             \          player.cc player.hh             \
49          sound.cc sound.hh               \          sound.cc sound.hh               \
50          system_unix.cc system.hh        \          system_unix.cc system.hh        \
         tools.cc tools.hh               \  
51          video.cc video.hh               \          video.cc video.hh               \
52          world.cc world.hh          world.cc world.hh
53    
54  if MINGW32  if MINGW32
55  enigma_LDADD = px/libpx.a enigma_ico.o -llua -llualib ../lib-src/libtolua/libtolua.a  enigma_LDADD = px/libpx.a enigma_ico.o -llua -llualib \
56                    ../lib-src/libtolua/libtolua.a \
57                    ../lib-src/oxydlib/liboxyd.a
58    
59  enigma_ico.o: enigma.rc enigma.ico  enigma_ico.o: enigma.rc enigma.ico
60          $(WINDRES) enigma.rc -O coff -o enigma_ico.o          $(WINDRES) enigma.rc -O coff -o enigma_ico.o
61  else  else
62  enigma_LDADD = px/libpx.a -llua -llualib ../lib-src/libtolua/libtolua.a  enigma_LDADD = px/libpx.a -llua -llualib \
63                    ../lib-src/libtolua/libtolua.a \
64                    ../lib-src/oxydlib/liboxyd.a
65  endif  endif
66    
67  # Rule for creating Lua interfaces from package descriptions with 'tolua'  # Rule for creating Lua interfaces from package descriptions using 'tolua'
68  %-lua.cc %-lua.hh: %-lua.pkg  %-lua.cc %-lua.hh: %-lua.pkg
69          $(TOLUA) -H $*-lua.hh -n $* -o $@ $<          $(TOLUA) -H $*-lua.hh -n $* -o $@ $<

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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