Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2010-08-24 23:50:25 +00:00
parent 1f0a0f014d
commit 661c3a04a7
2 changed files with 6 additions and 6 deletions

View File

@ -18,16 +18,16 @@ distclean:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
dist:
$(RM) -r $(PACKAGE)-$(VERSION)
$(LN) -s . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(RM) -r -- $(PACKAGE)-$(VERSION)
$(LN) -s -- . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
$(PACKAGE)-$(VERSION)/src/common.c \
$(PACKAGE)-$(VERSION)/src/gwindow.c \
$(PACKAGE)-$(VERSION)/src/gtoolkit.c \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)
$(RM) -- $(PACKAGE)-$(VERSION)
install: all
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done

View File

@ -39,10 +39,10 @@ gtoolkit.o: gtoolkit.c
$(CC) $(libGToolkit_CFLAGS) -c gtoolkit.c
clean:
$(RM) $(libGToolkit_OBJS)
$(RM) -- $(libGToolkit_OBJS)
distclean: clean
$(RM) $(TARGETS)
$(RM) -- $(TARGETS)
install: all