another attempt
This commit is contained in:
parent
7bb7679563
commit
9e07364ad3
@ -214,7 +214,7 @@ libowfat:
|
|||||||
-mkdir libowfat
|
-mkdir libowfat
|
||||||
|
|
||||||
.PHONY: headers
|
.PHONY: headers
|
||||||
headers: libowfat
|
headers: libowfat $(INCLUDES)
|
||||||
ln -f $(INCLUDES) libowfat/
|
ln -f $(INCLUDES) libowfat/
|
||||||
|
|
||||||
install-inc:
|
install-inc:
|
||||||
|
8
Makefile
8
Makefile
@ -866,7 +866,7 @@ libowfat:
|
|||||||
-mkdir libowfat
|
-mkdir libowfat
|
||||||
|
|
||||||
.PHONY: headers
|
.PHONY: headers
|
||||||
headers: libowfat
|
headers: libowfat $(INCLUDES)
|
||||||
ln -f $(INCLUDES) libowfat/
|
ln -f $(INCLUDES) libowfat/
|
||||||
|
|
||||||
install-inc:
|
install-inc:
|
||||||
@ -891,9 +891,9 @@ uninstall:
|
|||||||
rm -f $(LIBDIR)/libowfat.a
|
rm -f $(LIBDIR)/libowfat.a
|
||||||
|
|
||||||
VERSION=libowfat-0.33
|
VERSION=libowfat-0.33
|
||||||
CURNAME=libowfat-0.32
|
|
||||||
|
|
||||||
tar: clean rename
|
|
||||||
|
tar: Makefile clean rename
|
||||||
rm -f dep libdep
|
rm -f dep libdep
|
||||||
cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION)
|
cd ..; tar cvvf $(VERSION).tar.xz --use=xz --exclude CVS $(VERSION)
|
||||||
|
|
||||||
@ -1027,7 +1027,7 @@ Makefile: GNUmakefile dep libdep
|
|||||||
sed -e '1,/stoprip/d' -e 's/ %.c$$//' \
|
sed -e '1,/stoprip/d' -e 's/ %.c$$//' \
|
||||||
-e 's/^VERSION=.*/'VERSION=$(VERSION)/ \
|
-e 's/^VERSION=.*/'VERSION=$(VERSION)/ \
|
||||||
-e 's/^CURNAME=.*/'CURNAME=$(CURNAME)/ \
|
-e 's/^CURNAME=.*/'CURNAME=$(CURNAME)/ \
|
||||||
-e 's///' < GNUmakefile >> $@
|
-e 's/ Makefile//' < GNUmakefile >> $@
|
||||||
|
|
||||||
windoze:
|
windoze:
|
||||||
$(MAKE) DIET= CROSS=i686-mingw32-
|
$(MAKE) DIET= CROSS=i686-mingw32-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user