~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to src/lib/libr12/MakeVars.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TARGET = $(top_objdir)/lib/libPSI_r12.a
 
2
srcdir = @srcdir@
 
3
VPATH = @srcdir@
 
4
BUILD_BINARY = build_libr12
 
5
 
 
6
BUILD_SRC = build_libr12.c emit_vrr_r_build.c \
 
7
emit_vrr_t1_build.c emit_vrr_t2_build.c \
 
8
emit_hrr_t_build.c mem_man.c emit_grt_order.c
 
9
#emit_gr_order.c  \
 
10
 
 
11
LIB_SRC = r_vrr_build.c t1_vrr_build.c \
 
12
t2_vrr_build.c
 
13
 
 
14
HEADERS = libr12.h
 
15
TARGET_HEADERS = $(HEADERS:%=$(top_objdir)/include/libr12/%)