Removed use of fgets() to read files and gerb_file approved file operations.
[geda-gerbv/spe.git] / win32 / Makefile.am
blob7170183c199c7bc718f4f220d7c3e3a4c2e84630
1 ## -*- Makefile -*-
2 ##
3 ## $Id$
4 ##
6 MAINTAINERCLEANFILES = *~ *.o Makefile Makefile.in
8 EXTRA_DIST= build_gerbv extract_gtk_win32 gerbv.nsi.in Readme.txt \
9         registerExtension.nsh
11 if WIN32
12 pkgdata_DATA=   Readme.txt BUGS.txt COPYING.txt
14 BUGS.txt: $(top_srcdir)/BUGS
15         awk '{print $$0 "\r"}' $(top_srcdir)/BUGS > $@
17 COPYING.txt: $(top_srcdir)/COPYING
18         awk '{print $$0 "\r"}' $(top_srcdir)/COPYING > $@
20 CLEANFILES = BUGS.txt COPYING.txt
21 endif