Rev 80166 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-## remove any .y.c rule.SUFFIXES:include ../gnuwin32/MkRulesall: makeMakedeps libmain.a## there are headers and include files in this directoryCPPFLAGS = -I. -I../include -DHAVE_CONFIG_H -DR_DLL_BUILD $(arch_DEFS)CSOURCES = \CommandLineArgs.c \Rdynload.c Renviron.c RNG.c \agrep.c altclasses.c altrep.c apply.c arithmetic.c array.c attrib.c \bind.c builtin.c \character.c clippath.c coerce.c \colors.c complex.c connections.c context.c cum.c \dcf.c datetime.c debug.c deparse.c devices.c \dotcode.c dounzip.c dstruct.c duplicate.c \edit.c engine.c envir.c errors.c eval.c \format.c \gevents.c gram.c gram-ex.c graphics.c grep.c \identical.c inlined.c inspect.c internet.c iosupport.c \lapack.c list.c localecharset.c logic.c \main.c mapply.c match.c memory.c mkdtemp.c \names.c \objects.c options.c \paste.c patterns.c platform.c plot.c plot3d.c plotmath.c \print.c printarray.c printvector.c printutils.c qsort.c \radixsort.c random.c raw.c registration.c relop.c rlocale.c \saveload.c scan.c seq.c serialize.c sort.c source.c split.c \sprintf.c startup.c subassign.c subscript.c subset.c summary.c sysutils.c \times.c \unique.c util.c \version.c \g_alab_her.c g_cntrlify.c g_fontdb.c g_her_glyph.cFSOURCES = xxxpr.fOBJS = $(CSOURCES:.c=.o) $(FSOURCES:.f=.o)ifdef RUN_BISONgram.c: gram.ybison gram.y$(SED) -e "s/gram.tab.c/gram.c/" gram.tab.c > gram.c$(RM) gram.tab.cendifplatform-CPPFLAGS = -I../gnuwin32 -I../extra -DPLATFORM_PKGTYPE='"win.binary"'RNG-CPPFLAGS = -I../nmathagrep-CPPFLAGS = -I../extra# array-CPPFLAGS=$(OPENMP) # too slow to be useful.builtin-CPPFLAGS = -I../gnuwin32dcf-CPPFLAGS = -I../extra## gcc warns incorrectly about %adeparse-CFLAGS = -Wno-formatedit-CPPFLAGS = -I../gnuwin32memory-CPPFLAGS = $(malloc-DEFS)printutils-CPPFLAGS = -I../gnuwin32saveload-CPPFLAGS = -I../extra/xdrserialize-CPPFLAGS = -I../extra/xdrsysutils-CPPFLAGS = -I../gnuwin32connections-CPPFLAGS = -DLZMA_API_STATIC -I"$(EXT_LIBS)"/includedounzip-CPPFLAGS = -I$(EXT_LIBS)/includegrep-CPPFLAGS = -DPCRE2_STATIC -I../extra -I../gnuwin32 -I"$(EXT_LIBS)"/includeplatform-CPPFLAGS += -DPCRE2_STATIC -DLZMA_API_STATIC -I"$(EXT_LIBS)"/includeutil-CPPFLAGS = -DLZMA_API_STATIC -I"$(EXT_LIBS)"/includeifdef USE_ICUplatform-CPPFLAGS += -DUSE_ICU -I"$(ICU_PATH)"/includeutil-CPPFLAGS += -DUSE_ICU -I"$(ICU_PATH)"/includeendififdef USE_LIBCURLconnections-CPPFLAGS += -DHAVE_CURL_CURL_H -DHAVE_LIBCURLplatform-CPPFLAGS += -DHAVE_CURL_CURL_H -DHAVE_LIBCURLendiflibmain.a: $(OBJS)# DependenciesDEPS = $(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps