# Makefile.am for etc/afpd/nls/ bin_PROGRAMS = makecode parsecode makecode_SOURCES = makecode.c parsecode_SOURCES = parsecode.c CFLAGS = @CFLAGS@ -I$(top_builddir)/include -I$(top_builddir)/sys -I.. # # install/install-strip: # install-data-local: makecode ./makecode; \ mkdir -p $(DESTDIR)$(sysconfdir)/nls; \ $(INSTALL_DATA) maccode.* $(DESTDIR)$(sysconfdir)/nls/ # # cleanup # clean distclean clean-recursive distclean-recursive: $(RM) maccode.* *.o core makecode parsecode