diff --git a/Makefile b/Makefile index 789a286..3a0a5df 100644 --- a/Makefile +++ b/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 \ diff --git a/data/asm.pc.in b/data/Asm.pc.in similarity index 100% rename from data/asm.pc.in rename to data/Asm.pc.in diff --git a/data/Makefile b/data/Makefile index 11ed166..d3c0646 100644 --- a/data/Makefile +++ b/data/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 diff --git a/data/project.conf b/data/project.conf index ad35130..efe34d2 100644 --- a/data/project.conf +++ b/data/project.conf @@ -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=