Fixed Makefile

This commit is contained in:
Pierre Pronchery 2006-07-06 02:11:43 +00:00
parent 83a6be722c
commit 45730da70c

View File

@ -29,13 +29,11 @@ dist:
$(PACKAGE)-$(VERSION)/src/event.c \
$(PACKAGE)-$(VERSION)/src/hash.c \
$(PACKAGE)-$(VERSION)/src/string.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/appinterface.h \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/include/System.h \
$(PACKAGE)-$(VERSION)/include/project.conf \
$(PACKAGE)-$(VERSION)/include/Makefile \
$(PACKAGE)-$(VERSION)/include/System/System.h \
$(PACKAGE)-$(VERSION)/include/System/appclient.h \
$(PACKAGE)-$(VERSION)/include/System/appserver.h \
$(PACKAGE)-$(VERSION)/include/System/array.h \
@ -45,9 +43,7 @@ dist:
$(PACKAGE)-$(VERSION)/include/System/hash.h \
$(PACKAGE)-$(VERSION)/include/System/string.h \
$(PACKAGE)-$(VERSION)/include/System/project.conf \
$(PACKAGE)-$(VERSION)/include/System/Makefile \
$(PACKAGE)-$(VERSION)/project.conf \
$(PACKAGE)-$(VERSION)/Makefile
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)
install: all
@ -55,3 +51,5 @@ install: all
uninstall:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done
.PHONY: all subdirs clean distclean dist install uninstall