~ubuntu-branches/ubuntu/saucy/libpri/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2004-02-05 16:01:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040205160149-dww3djf8spey6y64
Tags: 0.5.2-1
New Upstream Release (Closes: Bug#200188)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
STATIC_OBJS=pri.o q921.o prisched.o q931.o
31
31
DYNAMIC_OBJS=pri.lo q921.lo prisched.lo q931.lo
32
32
CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g $(ALERTING)
33
 
INSTALL_PREFIX=
 
33
INSTALL_PREFIX=$(DESTDIR)
34
34
 
35
35
all: $(STATIC_LIBRARY) $(DYNAMIC_LIBRARY)
36
36
 
45
45
        install -m 755 $(DYNAMIC_LIBRARY) $(INSTALL_PREFIX)/usr/lib
46
46
        ( cd $(INSTALL_PREFIX)/usr/lib ; ln -sf libpri.so.1 libpri.so )
47
47
        install -m 644 $(STATIC_LIBRARY) $(INSTALL_PREFIX)/usr/lib
48
 
        /sbin/ldconfig
49
48
 
50
49
uninstall:
51
50
        @echo "Removing Libpri"