Renamed asm.pc to Asm.pc
This commit is contained in:
parent
d2f44d846c
commit
4da8d5d693
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in New Issue
Block a user