## $Id: Makefile.am,v 1.1 2005/12/18 00:11:33 dj Exp $ ## ## Note: We put this script in a different directory from the Pcb ## app-defaults file because certain platforms like cygwin don't have ## case sensitive file systems. bin_SCRIPTS= pcb pcb-print EXTRA_DIST= pcb.in pcb-print DISTCLEANFILES= pcb # create wrapper script for running pcb after installation pcb: $(srcdir)/pcb.in Makefile sed -e 's;@BINDIR@;${bindir};g' -e 's;@PKGDATADIR@;${pkgdatadir};g' \ $(srcdir)/pcb.in > $@ chmod 755 $@