Fixing Makefiles

This commit is contained in:
Pierre Pronchery 2006-11-03 10:58:14 +00:00
parent a0f02612b7
commit ca13ba6bba
4 changed files with 7 additions and 2 deletions

View File

@ -33,17 +33,21 @@ dist:
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/appinterface.h \
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/include/Makefile \
$(PACKAGE)-$(VERSION)/include/System.h \
$(PACKAGE)-$(VERSION)/include/project.conf \
$(PACKAGE)-$(VERSION)/include/System/Makefile \
$(PACKAGE)-$(VERSION)/include/System/appclient.h \
$(PACKAGE)-$(VERSION)/include/System/appserver.h \
$(PACKAGE)-$(VERSION)/include/System/array.h \
$(PACKAGE)-$(VERSION)/include/System/buffer.h \
$(PACKAGE)-$(VERSION)/include/System/config.h \
$(PACKAGE)-$(VERSION)/include/System/event.h \
$(PACKAGE)-$(VERSION)/include/System/file.h \
$(PACKAGE)-$(VERSION)/include/System/hash.h \
$(PACKAGE)-$(VERSION)/include/System/string.h \
$(PACKAGE)-$(VERSION)/include/System/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)

View File

@ -1 +1 @@
dist=appclient.h,appserver.h,array.h,buffer.h,config.h,event.h,hash.h,string.h
dist=Makefile,appclient.h,appserver.h,array.h,buffer.h,config.h,event.h,file.h,hash.h,string.h

View File

@ -1,2 +1,2 @@
subdirs=System
dist=System.h
dist=Makefile,System.h

View File

@ -1,4 +1,5 @@
package=libSystem
version=0.0.0
dist=Makefile
subdirs=src,include