1 TOPSRCDIR
= @top_srcdir@
8 PROGRAMS
= wmc
$(EXEEXT
)
28 $(CC
) $(CFLAGS
) -o
$@
$(OBJS
) $(LIBUNICODE
) $(LIBPORT
) $(LEXLIB
) $(LDFLAGS
)
30 y.tab.c y.tab.h
: mcy.y
31 $(YACC
) $(YACCOPT
) -d
-t
$(SRCDIR
)/mcy.y
33 # hack to allow parallel make
38 $(MKINSTALLDIRS
) $(bindir) $(mandir)/man
$(prog_manext
)
39 $(INSTALL_DATA
) $(SRCDIR
)/wmc.man
$(mandir)/man
$(prog_manext
)/wmc.
$(prog_manext
)
40 $(INSTALL_PROGRAM
) wmc
$(EXEEXT
) $(bindir)/wmc
$(EXEEXT
)
43 $(RM
) $(bindir)/wmc
$(EXEEXT
) $(mandir)/man
$(prog_manext
)/wmc.
$(prog_manext
)