~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/lib/libpsio/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
include ../MakeVars
6
6
 
7
 
TARGET = $(top_objdir)/lib/libPSI_psio.a
 
7
PSITARGET = $(top_objdir)/lib/libPSI_psio.a
8
8
 
9
9
TRUESRC = \
10
10
close.c          get_global_address.c  tocdel.c    tocwrite.c \
11
11
done.c           get_length.c          read.c        toclast.c   volseek.c \
12
 
error.c          get_numvols.c         read_block.c  toclen.c    write.c \
 
12
error.c          get_numvols.c         toclen.c    write.c \
13
13
get_address.c    get_volpath.c         read_entry.c  tocprint.c \
14
 
write_block.c    get_entry_end.c       init.c        rw.c \
 
14
get_entry_end.c       init.c        rw.c \
15
15
tocread.c        write_entry.c         get_filename.c   open.c \
16
16
tocclean.c    tocscan.c open_check.c
17
17
 
18
 
DEPENDINCLUDE = psio.h psio.gbl
 
18
DEPENDINCLUDE = psio.h
19
19
 
20
20
LIBOBJ = $(TRUESRC:%.c=%.o)
21
21
 
25
25
include $(LIBOBJ:%.o=%.d)
26
26
endif
27
27
 
28
 
install_inc:: psio.h psio.gbl
 
28
install_inc:: psio.h
29
29
        $(MKDIRS) $(incdir)/libpsio
30
30
        $(INSTALL_INCLUDE) $^ $(incdir)/libpsio
31
31