aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa_6.4.1/src/glu/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 16:54:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-08-30 16:55:09 +0200
commit5ecf04c925374c7a3c8d85765053e3cd9c952d67 (patch)
treef55241c6ce2668f153ab8f9a966fb36aab8a801d /nx-X11/extras/Mesa_6.4.1/src/glu/Makefile
parent709bce6cf17d472e65afc845fff87267499d9ad7 (diff)
downloadnx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.tar.gz
nx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.tar.bz2
nx-libs-5ecf04c925374c7a3c8d85765053e3cd9c952d67.zip
nx-X11/extras: Drop Mesa-6.4.1 related files.
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.1/src/glu/Makefile')
-rw-r--r--nx-X11/extras/Mesa_6.4.1/src/glu/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/nx-X11/extras/Mesa_6.4.1/src/glu/Makefile b/nx-X11/extras/Mesa_6.4.1/src/glu/Makefile
deleted file mode 100644
index 915b95081..000000000
--- a/nx-X11/extras/Mesa_6.4.1/src/glu/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# src/glu/Makefile
-
-TOP = ../..
-
-include $(TOP)/configs/current
-
-
-SUBDIRS = $(GLU_DIRS)
-
-
-default: $(TOP)/configs/current
- @for dir in $(SUBDIRS) ; do \
- (cd $$dir ; $(MAKE)) ; \
- done
-
-
-clean:
- @for dir in $(SUBDIRS) ; do \
- (cd $$dir ; $(MAKE) clean) ; \
- done