~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to bin/megatron/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am for bin/megatron/
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys
 
4
 
 
5
bin_PROGRAMS = megatron
 
6
 
 
7
megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
 
8
megatron_LDADD = $(top_builddir)/libatalk/libatalk.la
 
9
 
 
10
noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h
 
11
 
 
12
LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
 
13
 
 
14
install-exec-hook:
 
15
        @for LINK in $(LINKS); do \
 
16
                rm -f $(DESTDIR)$(bindir)/$$LINK; \
 
17
                $(LN_S) megatron $(DESTDIR)$(bindir)/$$LINK; \
 
18
        done