~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHELL=/bin/sh
2
2
 
3
3
.SUFFIXES:
4
 
 
5
 
.PHONY:
6
4
.PHONY: clean-generic mostlyclean-generic \
7
5
        clean distclean mostlyclean maintainer-clean \
8
 
        install
 
6
        install src tests
9
7
 
10
8
src_dir     = src
11
9
testgtk_dir = testgtk
14
12
projects_dir = projects
15
13
xml_dir      = xml
16
14
 
17
 
all:
 
15
all: src tests
 
16
 
 
17
src:
18
18
        $(MAKE) -C $(src_dir)
 
19
 
 
20
tests:
19
21
        $(MAKE) -C $(testgtk_dir)
20
22
 
21
23
install: 
25
27
        $(MAKE) -C $(doc_dir) install
26
28
        $(MAKE) -C $(example_dir) install
27
29
        $(MAKE) -C $(xml_dir) install
 
30
        @echo '------------------------------------------------------------------'
 
31
        @echo '--  GtkAda has now been installed.                              --'
 
32
        @echo '--  To be able to use the library, you may need to update your  --'
 
33
        @echo '--  LD_LIBRARY_PATH or to run ldconfig. You may also need to    --'
 
34
        @echo '--  update your PATH to include gtkada-config in it.            --'
 
35
        @echo '------------------------------------------------------------------'
28
36
 
29
37
clean-generic:
30
38
        -${RM} core