1 DEFS
= -DLEX_OUTPUT_ROOT
="\"@LEX_OUTPUT_ROOT@\"" -DINCLUDEDIR
="\"$(includedir)\"" -DBINDIR
="\"$(bindir)\""
2 TOPSRCDIR
= @top_srcdir@
30 INSTALLSUBDIRS
= $(SUBDIRS
)
36 all: $(PROGRAMS
) $(SUBDIRS
)
43 $(CC
) $(CFLAGS
) -o makedep makedep.o
46 $(CC
) $(CFLAGS
) -o fnt2bdf fnt2bdf.o
$(LIBPORT
)
49 $(CC
) $(CFLAGS
) -o bin2res bin2res.o
$(LIBPORT
)
52 $(CC
) $(CFLAGS
) -o winegcc winegcc.o
$(LIBPORT
)
55 $(CC
) $(CFLAGS
) -o winewrap winewrap.o
$(LIBPORT
)
58 $(MKINSTALLDIRS
) $(bindir) $(mandir)/man
$(prog_manext
)
59 $(INSTALL_SCRIPT
) $(SRCDIR
)/winemaker
$(bindir)/winemaker
60 $(INSTALL_PROGRAM
) winegcc
$(bindir)/winegcc
61 cd
$(bindir) && $(RM
) wineg
++ && $(LN_S
) winegcc wineg
++
62 $(INSTALL_PROGRAM
) winewrap
$(bindir)/winewrap
63 $(INSTALL_DATA
) $(SRCDIR
)/winemaker.man
$(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)
66 $(RM
) $(bindir)/winemaker
$(bindir)/winegcc
$(bindir)/wineg
++ $(bindir)/winewrap
$(mandir)/man
$(prog_manext
)/winemaker.
$(prog_manext
)