mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-08 11:02:24 +01:00
Generalize pkg-config file handling
Use a make pattern for the .pc rule to allow using more than one .pc file. And generalize the .gitignore entry.
This commit is contained in:
parent
1497d34760
commit
8a99226f16
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
ChangeLog
|
||||
libbsd.pc
|
||||
*.pc
|
||||
*.lo
|
||||
*.o
|
||||
*.so*
|
||||
|
2
Makefile
2
Makefile
@ -154,7 +154,7 @@ src/md5.3bsd: src/mdX.3
|
||||
src/hash/md5hl.c: src/hash/helper.c
|
||||
sed -e 's:hashinc:bsd/md5.h:g' -e 's:HASH:MD5:g' $< > $@
|
||||
|
||||
$(LIB_PKGCONFIG): $(LIB_PKGCONFIG).in
|
||||
%.pc: %.pc.in
|
||||
sed -e 's:@VERSION@:$(VERSION):' \
|
||||
-e 's:@prefix@:$(value prefix):' \
|
||||
-e 's:@exec_prefix@:$(value exec_prefix):' \
|
||||
|
Loading…
Reference in New Issue
Block a user