File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ LIBDIR = $(PREFIX)/lib
74
74
75
75
# ----------------------------------------------------------------------------------------------------------------------------
76
76
77
- all : build/hylia .a build/hylia.pc
77
+ all : build/libhylia .a build/hylia.pc
78
78
79
79
# ----------------------------------------------------------------------------------------------------------------------------
80
80
@@ -91,18 +91,18 @@ install: all
91
91
install -d $(DESTDIR )$(LIBDIR ) /pkgconfig
92
92
93
93
install -m 644 hylia.h $(DESTDIR)$(INCDIR)
94
- install -m 644 build/hylia .a $(DESTDIR)$(LIBDIR)
94
+ install -m 644 build/libhylia .a $(DESTDIR)$(LIBDIR)
95
95
install -m 644 build/hylia.pc $(DESTDIR)$(LIBDIR)/pkgconfig
96
96
97
97
uninstall :
98
98
rm -f $(DESTDIR )$(INCDIR ) /hylia.h
99
- rm -f $(DESTDIR )$(LIBDIR ) /hylia .a
99
+ rm -f $(DESTDIR )$(LIBDIR ) /libhylia .a
100
100
rm -f $(DESTDIR )$(LIBDIR ) /pkgconfig/hylia.pc
101
101
102
102
# ----------------------------------------------------------------------------------------------------------------------------
103
103
104
- build/hylia .a : $(OBJS )
105
- @echo " Creating hylia .a"
104
+ build/libhylia .a : $(OBJS )
105
+ @echo " Creating libhylia .a"
106
106
@rm -f $@
107
107
@$(AR ) crs $@ $^
108
108
You can’t perform that action at this time.
0 commit comments