Browse Source

Add missing mindgels Makefile targets for distcheck

Samuel Thibault 4 years ago
parent
commit
f742d2513e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      min-dgels/Makefile.in

+ 4 - 0
min-dgels/Makefile.in

@@ -14,6 +14,10 @@ all:
 	cd $(ADDITIONAL) && $(CC) -c -fPIC *.c && ar cr ../build/minlibdgels.a *.o && ranlib ../build/minlibdgels.a
 	cd $(ADDITIONAL) && $(CC) -c -fPIC *.c && ar cr ../build/minlibdgels.a *.o && ranlib ../build/minlibdgels.a
 
 
 install:
 install:
+installcheck:
+uninstall:
+distuninstallcheck:
+dvi:
 
 
 clean:
 clean:
 	-cd $(CLAPACK) && $(MAKE) clean && rm -rf *~
 	-cd $(CLAPACK) && $(MAKE) clean && rm -rf *~