Skip to content
Snippets Groups Projects
Commit a9ab6c64 authored by adrien-matta's avatar adrien-matta
Browse files

* cosmetic change in the makefile and script

parent 33e4dbf7
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ifeq ($(findstring macosx, $(ARCH)), macosx) ...@@ -25,7 +25,7 @@ ifeq ($(findstring macosx, $(ARCH)), macosx)
endif endif
############### liblist ############## ############### liblist ##############
liblistfile: $(SHARELIB) $(FILLINC) liblistfile: $(SHARELIB) $(FILLIB)
./scripts/buildliblist.sh ./scripts/buildliblist.sh
############### sharedlib ############## ############### sharedlib ##############
......
...@@ -35,16 +35,5 @@ printf "FillIncludeDir \n" >> $2 ...@@ -35,16 +35,5 @@ printf "FillIncludeDir \n" >> $2
printf "\t@echo \"Entering $1 directory...\"\n" >> $2 printf "\t@echo \"Entering $1 directory...\"\n" >> $2
# execute make command with target specified on command line # execute make command with target specified on command line
printf "\tmake --silent -C ./$1\n" >> $2 printf "\tmake --silent -C ./$1\n" >> $2
# copy header files
#printf "\tcd $1; cp -f *.h ../include\n" >> $2
# remove *Dict header files
#printf "\tcd include; rm *Dict.h\n" >> $2
# copy library files
#printf "\tcd $1; cp -f *.so ../lib\n" >> $2
# deal with mac osx dylib files
#echo "ifeq (\$(findstring macosx, \$(ARCH)), macosx)" >> $2
#echo "\t@echo \"to be done\""
#echo "endif" >> $2
# newline
printf "\n" >> $2 printf "\n" >> $2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment