~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to libslxargs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
EXTRA_DIST = libslxargs.dsp
 
2
AM_CXXFLAGS=@AQSIS_CXXFLAGS@
 
3
AM_CPPFLAGS=@AQSIS_CPPFLAGS@
 
4
AM_CFLAGS=@AQSIS_CFLAGS@
 
5
 
 
6
 
 
7
lib_LTLIBRARIES = libslxargs.la
 
8
 
 
9
libslxargs_la_SOURCES = slx.cpp slx.h rcdummy.cpp
 
10
 
 
11
pkginclude_HEADERS = slx.h
 
12
 
 
13
INCLUDES = -I$(top_srcdir)/boost -I$(top_srcdir)/render -I$(top_srcdir)/libaqsistypes -I$(top_srcdir)/libaqsistypes/posix  -I$(top_srcdir)/librib2ri -I$(top_srcdir)/librib2 -I$(top_srcdir)/libshadervm -I$(top_srcdir)/libshaderexecenv
 
14
 
 
15