Fixing Makefiles
This commit is contained in:
parent
a0f02612b7
commit
ca13ba6bba
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
subdirs=System
|
||||
dist=System.h
|
||||
dist=Makefile,System.h
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
package=libSystem
|
||||
version=0.0.0
|
||||
dist=Makefile
|
||||
|
||||
subdirs=src,include
|
||||
|
|
Loading…
Reference in New Issue
Block a user