stx_libview.st
branchjv
changeset 8181 7cd36eb4b09c
parent 8180 25149dfd68e0
child 8182 c730140a0156
--- a/stx_libview.st	Wed Sep 06 10:04:18 2017 +0200
+++ b/stx_libview.st	Wed Sep 06 11:13:09 2017 +0200
@@ -203,33 +203,13 @@
     "Modified: / 27-09-2011 / 18:10:19 / cg"
 !
 
-additionalRules_make_dot_proto
-    ^ '
-postMake:: $(LIBVIEW_EXTRA_TARGETS)
-
-glLib:
-        @-if [ -d ../support/VGL ]; then \
-            (cd ../support/VGL ; $(MAKE) ) ; \
-        fi
-'
-
-    "Modified: / 06-09-2017 / 09:57:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 additionalSharedLinkLibraries_make_dot_proto
     "allows for additional shared libraries to be added to the make.proto file."
 
     ^ '-L$(X_LIB_DIR) $(LIB_GL) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) '
 
     "Created: / 06-09-2017 / 09:55:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-additionalTargets_make_dot_proto
-    "allows for additional targets to be added to the make.proto file."
-
-    ^ 'glLib'
-
-    "Created: / 06-09-2017 / 09:57:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 07-09-2017 / 22:21:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 localDefines_unix