Rev 7190 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/regex/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../..subdir = src/regexinclude $(top_builddir)/MakeconfSOURCES = regex.cDEPENDS = $(SOURCES:.c=.d)DISTFILES = $(SOURCES) regex.h Makefile.in Makefile.winall: Makefile Makedeps RMakedeps: Makefile $(DEPENDS)@cat $(DEPENDS) >> Makefile@touch $@R: regex.omostlyclean: cleanclean:@echo "Cleaning in $(subdir)"@-rm -f Makedeps *.d *.odistclean: clean@-rm -f Makefiletags: *.h *.cctags *.h *.cTAGS: *.h *.cetags *.h *.cdistdir: $(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# Unused targetsinstall install-strip uninstall info dvi check::## Automagically generated dependencies: