Re-generated Makefiles
This commit is contained in:
parent
6270dfd954
commit
c431da02ac
|
@ -22,10 +22,12 @@ Panel.pc: Panel.pc.in ../config.sh
|
||||||
clean:
|
clean:
|
||||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) clean) || exit; done
|
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) clean) || exit; done
|
||||||
$(RM) -- $(Panel.pc_OBJS)
|
$(RM) -- $(Panel.pc_OBJS)
|
||||||
|
./pkgconfig.sh -c -P "$(PREFIX)" -- "Panel.pc"
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
|
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
|
||||||
$(RM) -- $(Panel.pc_OBJS)
|
$(RM) -- $(Panel.pc_OBJS)
|
||||||
|
./pkgconfig.sh -c -P "$(PREFIX)" -- "Panel.pc"
|
||||||
$(RM) -- $(TARGETS)
|
$(RM) -- $(TARGETS)
|
||||||
|
|
||||||
install: $(TARGETS)
|
install: $(TARGETS)
|
||||||
|
|
|
@ -41,6 +41,7 @@ panel-notify.html: panel-notify.xml
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(panel.1_OBJS) $(panel.html_OBJS) $(panelctl.1_OBJS) $(panelctl.html_OBJS) $(panel-embed.1_OBJS) $(panel-embed.html_OBJS) $(panel-message.1_OBJS) $(panel-message.html_OBJS) $(panel-notify.1_OBJS) $(panel-notify.html_OBJS)
|
$(RM) -- $(panel.1_OBJS) $(panel.html_OBJS) $(panelctl.1_OBJS) $(panelctl.html_OBJS) $(panel-embed.1_OBJS) $(panel-embed.html_OBJS) $(panel-message.1_OBJS) $(panel-message.html_OBJS) $(panel-notify.1_OBJS) $(panel-notify.html_OBJS)
|
||||||
|
./docbook.sh -c -P "$(PREFIX)" -- "panel-notify.html"
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) -- $(TARGETS)
|
$(RM) -- $(TARGETS)
|
||||||
|
|
|
@ -17,6 +17,7 @@ fr.mo: Panel.pot fr.po
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -- $(Panel.pot_OBJS) $(fr.mo_OBJS)
|
$(RM) -- $(Panel.pot_OBJS) $(fr.mo_OBJS)
|
||||||
|
./gettext.sh -c -P "$(PREFIX)" -- "fr.mo"
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) -- $(TARGETS)
|
$(RM) -- $(TARGETS)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user