Compare commits
55 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d1b19a314 | |||
|
|
8958f35208 | ||
|
|
59d5e7262d | ||
|
|
9ccb7d177c | ||
|
|
89144c2181 | ||
|
|
d70d199a60 | ||
|
|
b299abfd54 | ||
|
|
f70ec0592b | ||
|
|
76ad0371bd | ||
|
|
c32535e769 | ||
| 6dd0ca0f65 | |||
|
|
40a6b68592 | ||
|
|
2565732a94 | ||
|
|
1eeb238f99 | ||
|
|
5c3f57ddba | ||
| 65fd970911 | |||
| 6cf7536aee | |||
|
66defa7873 |
|||
|
|
4cfeb5a099 | ||
|
|
d9e284b710 | ||
|
|
5f6d2bb591 | ||
|
dd5f3157f1 |
|||
| 1051c0582c | |||
|
|
4f2667d302 | ||
|
|
2ac4e4b958 | ||
|
|
cce4441617 | ||
|
|
baeebbab64 | ||
|
|
45a50c5018 | ||
|
|
10d577bcd4 | ||
| b33b47cc61 | |||
|
|
bf901c4f6a | ||
|
|
4d163ab7d0 | ||
|
|
def8017d17 | ||
|
|
44c91f6477 | ||
| 38626b31fd | |||
|
|
2c6b833171 | ||
| 0291a5bbad | |||
| 76d30e814b | |||
| 3a5ff19361 | |||
|
|
4d55f43d85 | ||
| d59d4e3f38 | |||
|
|
f10ef1e978 | ||
| 2fb57b93f5 | |||
|
|
b91cfe4621 | ||
|
|
31012af4df | ||
|
|
af12cdbcce | ||
| f177d1cfb4 | |||
| 4e69c08cea | |||
| 66dd27c89c | |||
| e03ace927a | |||
| 004a77cd2d | |||
| 878f208bad | |||
| 87f8528ec9 | |||
| ff8c310576 | |||
| 20ac42f493 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: ucview
|
||||
# $Id$
|
||||
NAME := ucview
|
||||
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 @@
|
|||
Project unicap-imaging.org is inactive and its code unmaintained for 7+ years
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue