~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/sdk/scripting/squirrel/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/src/include/scripting/include \
 
2
                                -I$(top_srcdir)/src/include/scripting/squirrel
 
3
 
 
4
noinst_LTLIBRARIES = libsquirrel.la
 
5
 
 
6
libsquirrel_la_SOURCES = sqfuncstate.cpp \
 
7
                        sqcompiler.cpp \
 
8
                        sqmem.cpp \
 
9
                        sqlexer.cpp \
 
10
                        sqstate.cpp \
 
11
                        sqvm.cpp \
 
12
                        sqtable.cpp \
 
13
                        sqbaselib.cpp \
 
14
                        sqclass.cpp \
 
15
                        sqobject.cpp \
 
16
                        sqapi.cpp \
 
17
                        sqdebug.cpp
 
18
                            
 
19
EXTRA_DIST = squirrel71.vcproj \
 
20
            squirrel.cbp \
 
21
            squirrellib.cbp \
 
22
            squirrel.vcproj