Compare commits
39 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b14ccd63b1 | ||
|
|
583e3a712a | ||
|
|
f45d2e76a4 | ||
|
|
a1802c1c82 | ||
|
|
5b57bbf5bc | ||
|
|
9e0d9b610a | ||
|
|
1f61f47913 | ||
|
|
84836ec0f7 | ||
|
|
e58ac5834c | ||
|
|
e7a73332ff | ||
|
|
71c558ce00 | ||
|
|
98e851a7f9 | ||
|
|
cfdce8f6b4 | ||
|
|
0dc55e42ad | ||
|
|
bafa49b39d | ||
|
|
03b7a69973 | ||
|
|
3e3b7e198b | ||
|
|
76c9061571 | ||
|
|
dd0d93d339 | ||
|
|
382cad82c0 | ||
|
|
e7db0843ca | ||
|
|
d340366d60 | ||
|
|
5b73d0826f | ||
|
|
071872e587 | ||
|
|
fa067a60e0 | ||
|
|
22e4336c9f | ||
|
|
b0295b3150 | ||
|
|
be9713477d | ||
|
|
7728b1da5a | ||
|
|
4fda45ac16 | ||
| 69b806b77f | |||
|
|
adf0c4216b | ||
|
|
3e56ecaec7 | ||
|
|
e8cdd8dad1 | ||
|
|
64197ccf1c | ||
|
|
3abc95e405 | ||
|
|
40b146a09f | ||
|
|
ce69d3b314 | ||
|
|
fb6778ee98 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vtkdata
|
||||
# $Id$
|
||||
NAME := vtkdata
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Merged with main vtk package
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue