~ubuntu-branches/ubuntu/intrepid/openipmi/intrepid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-07-04 21:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20050704212917-igddk5jawjmhrlay
Tags: upstream-2.0.1
Import upstream version 2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
RPM             = rpmbuild
 
2
RPMFLAGS        = -ta
 
3
 
 
4
SUBDIRS    = include utils lib unix $(GLIB_DIR) cmdlang ui lanserv \
 
5
             sample doc man $(SWIG_DIR)
 
6
 
 
7
EXTRA_DIST = FAQ TODO README.Force README.MotorolaMXP OpenIPMI.spec.in \
 
8
             OpenIPMI.spec
 
9
 
 
10
PKGCONFIGS = OpenIPMIutils.pc OpenIPMI.pc OpenIPMIui.pc OpenIPMIposix.pc \
 
11
             OpenIPMIpthread.pc OpenIPMIcmdlang.pc $(GLIB_PKGCONF)
 
12
 
 
13
install-data-local: $(PKGCONFIGS)
 
14
        $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
 
15
        $(INSTALL_DATA) $(PKGCONFIGS) $(DESTDIR)$(libdir)/pkgconfig
 
16
 
 
17
uninstall-local:
 
18
        for i in $(PKGCONFIGS); do \
 
19
                rm -f $(DESTDIR)$(libdir)/pkgconfig/$$i; \
 
20
        done
 
21
 
 
22
rpm: dist
 
23
        $(RPM) $(RPMFLAGS) $(distdir).tar.gz < /dev/null