]> arthur.barton.de Git - netatalk.git/blob - bin/megatron/Makefile.am
makefile fixes from Olaf Hering <olh@suse.de>
[netatalk.git] / bin / megatron / Makefile.am
1 # Makefile.am for bin/megatron/
2
3 bin_PROGRAMS = megatron
4
5 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
6 megatron_LDADD = $(top_builddir)/libatalk/libatalk.la
7
8 noinst_HEADERS = megatron.h
9
10 LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
11
12 install-exec-hook:
13         @for LINK in $(LINKS); do \
14                 $(LN_S) -vn $(bindir)/megatron $(DESTDIR)$(bindir)/$(LINK); \
15         done