2 MINGW_CC
= i586-mingw32msvc-cc
13 ctags
`find . -name "*.[ch]" | grep -v include/proto.h`
14 ctags
--c-kinds
=-p
-a
`find /usr/i686-pc-mingw32/sys-root/mingw/include -name "*.[ch]" | grep -v /CVS/`
17 mkproto.pl printlib.c
--private
=printlib_proto.h
--public
=printlib_proto_pub.h
--srcdir=.
--builddir
=.
18 mkproto.pl torture.c
--private
=torture_proto.h
--public
=torture_proto_pub.h
--srcdir=.
--builddir
=.
20 testspoolss.exe
: testspoolss.c printlib.c torture.c error.c
21 @echo Compiling testspoolss.exe
22 @
$(CC
) $(CFLAGS
) $(LDFLAGS
) testspoolss.c printlib.c torture.c error.c
$(LIBS
) -o testspoolss.exe