Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2013-01-07 03:36:27 +01:00
parent 6270dfd954
commit c431da02ac
3 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)