Rev 53401 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesMODULE=vfontsall: makeMakedeps ../../../modules$(R_ARCH)/$(MODULE).dllCSOURCES=g_alab_her.c g_cntrlify.c g_fontdb.c g_her_glyph.cCPPFLAGS=-I../../include -DHAVE_CONFIG_HOBJS=$(CSOURCES:.c=.o) dllversion.o../../../modules$(R_ARCH)/$(MODULE).dll: $(OBJS)@$(MKDIR) -p ../../../modules$(R_ARCH)@$(ECHO) "EXPORTS" > vfonts.def@$(ECHO) " R_init_vfonts" >> vfonts.def$(DLL) -shared -o $@ $^ vfonts.def -L../../../$(IMPDIR) -lR@$(RM) vfonts.defclean:@$(RM) Makedeps *.d *.o $(MODULE).def $(MODULE).dll# Dependenciesdllversion.o: ../../include/Rversion.hDEPS=$(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps