Renamed asm.pc to Asm.pc

This commit is contained in:
Pierre Pronchery 2012-05-18 22:23:07 +00:00
parent d2f44d846c
commit 4da8d5d693
4 changed files with 11 additions and 11 deletions

View File

@ -22,7 +22,7 @@ dist:
$(LN) -s -- . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
$(PACKAGE)-$(VERSION)/data/Makefile \
$(PACKAGE)-$(VERSION)/data/asm.pc.in \
$(PACKAGE)-$(VERSION)/data/Asm.pc.in \
$(PACKAGE)-$(VERSION)/data/pkgconfig.sh \
$(PACKAGE)-$(VERSION)/data/project.conf \
$(PACKAGE)-$(VERSION)/doc/Makefile \

View File

@ -1,4 +1,4 @@
TARGETS = asm.pc
TARGETS = Asm.pc
PREFIX = /usr/local
DESTDIR =
RM ?= rm -f
@ -9,19 +9,19 @@ INSTALL ?= install
all: $(TARGETS)
asm.pc: asm.pc.in ../config.sh
./pkgconfig.sh -P "$(PREFIX)" -- "asm.pc"
Asm.pc: Asm.pc.in ../config.sh
./pkgconfig.sh -P "$(PREFIX)" -- "Asm.pc"
clean:
$(RM) -- $(asm.pc_OBJS)
$(RM) -- $(Asm.pc_OBJS)
distclean: clean
$(RM) -- $(TARGETS)
install: $(TARGETS)
./pkgconfig.sh -P "$(DESTDIR)$(PREFIX)" -i -- "asm.pc"
./pkgconfig.sh -P "$(DESTDIR)$(PREFIX)" -i -- "Asm.pc"
uninstall:
./pkgconfig.sh -P "$(DESTDIR)$(PREFIX)" -u -- "asm.pc"
./pkgconfig.sh -P "$(DESTDIR)$(PREFIX)" -u -- "Asm.pc"
.PHONY: all clean distclean install uninstall

View File

@ -1,8 +1,8 @@
targets=asm.pc
dist=Makefile,asm.pc.in,pkgconfig.sh
targets=Asm.pc
dist=Makefile,Asm.pc.in,pkgconfig.sh
[asm.pc]
[Asm.pc]
type=script
script=./pkgconfig.sh
depends=asm.pc.in,../config.sh
depends=Asm.pc.in,../config.sh
install=