[Phylobase-commits] r248 - branches/nclrepair/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 5 23:13:06 CEST 2008
Author: bcomeara
Date: 2008-08-05 23:13:06 +0200 (Tue, 05 Aug 2008)
New Revision: 248
Removed:
branches/nclrepair/src/Makefile
Log:
removed makefile that shouldn't have been there
Deleted: branches/nclrepair/src/Makefile
===================================================================
--- branches/nclrepair/src/Makefile 2008-08-05 21:02:29 UTC (rev 247)
+++ branches/nclrepair/src/Makefile 2008-08-05 21:13:06 UTC (rev 248)
@@ -1,38 +0,0 @@
-# Project: RcppTemplate
-# Makefile created by Dev-C++ 4.9.9.2
-# modified bei UL in order to fit mingw and R requirements, 16.09.2005
-
-#This include causes many warnings and other issues, and doesn't seem to be needed!
-#include $(RHOME)/src/gnuwin32/MkRules
-
-OBJ = NCLInterface.o ReadWithNCL.o
-LINKOBJ = NCLInterface.o ReadWithNCL.o $(RES)
-DLLLIBS = -s -L RcppSrc -lRcpp -L"$(RHOME)/bin" -lR -L ncl/ncl -lncl --no-export-all-symbols --add-stdcall-alias
-CXXFLAGS = -I RcppSrc -I ncl/ncl -I"$(RHOME)/include" -I"$(RHOME)/src/include" -Wall -O2 -DBUILDING_DLL=1
-RM = rm -f
-
-.PHONY: all clean
-
-all: phylobase.dll
-
-clean:
- ${RM} $(LINKOBJ) $(BIN)
-
-
-NCLInterface.o: NCLInterface.cpp
- ${RM} $(LINKOBJ)
- cd ncl
- sh bootstrap.sh
- cd ..
- mkdir build
- cd build
- ../v2.1/configure
- make
- make check
- make install
- make installcheck
-
- $(CXX) -c NCLInterface.cpp -o NCLInterface.o $(CXXFLAGS)
-
-ReadWithNCL.o: ReadWithNCL.cpp
- $(CXX) -c ReadWithNCL.cpp -o ReadWithNCL.o $(CXXFLAGS)
More information about the Phylobase-commits
mailing list