Rev 38047 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/modules/vfonts/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/modules/vfontsR_HOME = $(top_builddir)include $(top_builddir)/MakeconfSOURCES = g_alab_her.c g_cntrlify.c g_fontdb.c g_her_glyph.cDEPENDS = $(SOURCES:.c=.d)OBJECTS = $(SOURCES:.c=.o)HEADERS = g_cntrlify.h g_control.h g_extern.h g_her_metr.h g_jis.hdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = \Makefile.in Makefile.win $(SOURCES) $(HEADERS) \dllversion.rcvfonts_la = vfonts$(SHLIB_EXT)## AIX needs LIBMvfonts_la_LIBADD = $(LIBR) $(LIBM)ALL_CFLAGS = $(ALL_CFLAGS_LO)all: Makefile Makedeps RMakefile: $(srcdir)/Makefile.in \$(top_builddir)/config.status \$(SOURCES)@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@Makedeps: Makefile $(DEPENDS)@cat $(DEPENDS) >> Makefile@touch $@R: Makefile@$(MAKE) Makedeps@$(MAKE) $(vfonts_la)$(vfonts_la): $(OBJECTS)$(SHLIB_LINK) -o $@ $(OBJECTS) $(vfonts_la_LIBADD)## <FIXME>## Not sure if we want to do this ...@$(MAKE) rhome="$(abs_top_builddir)" install## </FIXME>install: installdirs@$(SHELL) $(top_srcdir)/tools/copy-if-change $(vfonts_la) "$(Rexecmodulesdir)/$(vfonts_la)"installdirs:@$(MKINSTALLDIRS) "$(Rexecmodulesdir)"install-strip:$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" installuninstall:@rm -f "$(Rexecmodulesdir)/vfonts$(SHLIB_EXT)"mostlyclean: cleanclean:@-rm -rf .libs _libs@-rm -f Makedeps *.d *.o *.a *.lo *.la *$(SHLIB_EXT)distclean: clean@-rm -f Makefilemaintainer-clean: distcleanTAGS info dvi check:distdir: $(DISTFILES)@for f in $(DISTFILES); do \test -f $(distdir)/$${f} \|| ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \|| cp -p $(srcdir)/$${f} $(distdir)/$${f}; \done## Automagically generated dependencies: