Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2008-06-06 23:15:40 +00:00
parent 71171ca4be
commit fdcbd104f3
2 changed files with 7 additions and 0 deletions

View File

@ -59,8 +59,11 @@ distclean: clean
install: all
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 calendar $(DESTDIR)$(BINDIR)/calendar
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 fontsel $(DESTDIR)$(BINDIR)/fontsel
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 progress $(DESTDIR)$(BINDIR)/progress
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 run $(DESTDIR)$(BINDIR)/run
uninstall:

View File

@ -7,15 +7,19 @@ dist=Makefile
[calendar]
type=binary
sources=calendar.c
install=$(BINDIR)
[fontsel]
type=binary
sources=fontsel.c
install=$(BINDIR)
[progress]
type=binary
sources=progress.c
install=$(BINDIR)
[run]
type=binary
sources=run.c
install=$(BINDIR)