~ubuntu-branches/ubuntu/quantal/linpsk/quantal

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bruce Walker
  • Date: 2002-02-06 11:43:38 UTC
  • Revision ID: james.westby@ubuntu.com-20020206114338-xqmjmhh01lpjm0g4
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
####### kdevelop will overwrite this part!!! (begin)##########
 
2
 
 
3
SUBDIRS = linpsk 
 
4
 
 
5
EXTRA_DIST = linpsk.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO linpsk.lsm psk31.out qpsk.out README.GER linpsk.spec 
 
6
 
 
7
install-data-local:
 
8
        $(mkinstalldirs) ~/
 
9
        $(INSTALL_DATA) $(srcdir)/psk31.out ~/psk31.out
 
10
        $(mkinstalldirs) ~/
 
11
        $(INSTALL_DATA) $(srcdir)/qpsk.out ~/qpsk.out
 
12
 
 
13
uninstall-local:
 
14
        -rm -f ~/psk31.out
 
15
        -rm -f ~/qpsk.out
 
16
 
 
17
####### kdevelop will overwrite this part!!! (end)############
 
18
# not a GNU package. You can remove this line, if 
 
19
# have all needed files, that a GNU package needs
 
20
AUTOMAKE_OPTIONS = foreign 
 
21
 
 
22
#$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
 
23
#       cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
 
24
 
 
25
$(top_srcdir)/subdirs:
 
26
        cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
27
 
 
28
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
 
29
        @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
 
30
 
 
31
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files 
 
32
 
 
33
package-messages:
 
34
        $(MAKE) -f admin/Makefile.common package-messages
 
35
        $(MAKE) -C po merge
 
36
 
 
37
EXTRA_DIST = admin 
 
38
 
 
39
dist-hook:
 
40
        cd $(top_distdir) && perl admin/am_edit -padmin
 
41
        cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs